Hi,
I am currently working with the AI bridge v1.1 and have some deconnection problems with rtsp stream
My project is running into a docker container, as does the AI bridge.
I managed to get a video stream through rtsp from our camera, but after a certain amount of time, the stream timeout, and impossible to reconnect to it without restarting the docker in which the AI bridge run.
When this docker is restarted, everything work like a charm again … until the next deconnection (that can take place hours later).
In the docker (aibridge-streaming), I have the following error:
```
2022-06-06T12:06:16Z [ 226080c1-0079-478d-b6b8-46452ccabce2/28dc44c3-079e-4c94-8ec9-60363451eb40 ] RTSP SETUP request using TCP handled with error: waiting for response timed out
2022-06-06T12:06:16Z [ Unknown ] RTSP session closed (not in use)
```
and in the docker aibridge-connector, I have this other message (I am not sure it is related, but I give you the info in case):
```
2022-06-06T12:20:48Z Error receiving command from destination (address: ‘ip:port’) rpc error: code = ResourceExhausted desc = grpc: received message larger than max (2378421379 vs. 67108864)
```
The problem exist also if I read the stream through VLC, from which I got the following debug:
```
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3957 ms)
main debug: ES_OUT_RESET_PCR called
main debug: Buffering 0%
live555 warning: no data received in 10s, eof ?
main debug: EOF reached
main debug: Stream buffering done (0 ms in 0 ms)
```
Also, our milestone server works correctly, no overload, enough ram …
I was unfortunately not able to find a related issue in the forum. I am currently trying to upgrade AI Bridge to V1.2, hoping it may fix the problem.
Do you have any clue about the problem ?
Regards,