--- Begin Message ---
Hi,
I’m using the live555 RTSP client to connect to an RTSP server (server A) that
redirects to the actual source of the video stream, server B. This works well
out of the box and the client is able to receive frames from server B as
expected. However, my use case requires
Hi Ross,
Thank you for all your support.
The proxy will work on an embedded system. So, definitely it will work alone.
Best regards,
Flavio
> On 22 May 2023, at 19:34, Ross Finlayson wrote:
>
>
>
>> On May 22, 2023, at 1:46 PM, Flavio Alves
>> wrote:
>>
>> I found a solution for my pr
> On May 22, 2023, at 1:46 PM, Flavio Alves
> wrote:
>
> I found a solution for my problem.
>
> I set the following compilation parameters:
>
> ALLOW_SERVER_PORT_REUSE
> REUSE_FOR_TCP
>
> It was enough to avoid the reinit issue.
As I noted in the comments: Make sure you know what you are
I found a solution for my problem.
I set the following compilation parameters:
ALLOW_SERVER_PORT_REUSE
REUSE_FOR_TCP
It was enough to avoid the reinit issue.
On Mon, 22 May 2023 at 15:56, Flavio Alves <
flavio.al...@vitalintelligencedata.com> wrote:
> This makes sense on a cloud server or LAN
This makes sense on a cloud server or LAN environment, but we are planning
to use the library on an embedded application.
So we are evaluating the recovery approaches and handling them.
That is the reason for my questions.
Best regards,
Flavio
On Mon, 22 May 2023 at 14:27, Ross Finlayson wro
The “LIVE555 Proxy Server” is not meant to be shut down (but of course, you can
always do so, using -c). If the ‘back end’ RTSP stream goes away, the
proxy server will automatically keep retrying the connection to the back-end
server, until it succeeds. So, you should not need to shut down/res
Hi Ross,
I was studying here ... If I really need to capture the exit signal of the
server to softly finish the execution of the proxy server, what advice
would you give me to update the application to have this features
implemented?
Best regards,
Flavio
On Fri, 19 May 2023 at 19:30, Ross Finl