Re: [Live-devel] ProxyServer sending RTSP "options" keep-alive without authentication

2018-06-04 Thread Ross Finlayson
> We are using the live555ProxyServer to proxy RTSP streams. It works fine for > most CCTV cameras, but the RTSP Stream keeps getting disconnected and > ultimately stops entirely for a CCTV camera. > > After analyzing network traffic between the proxy server and the CCTV camera > in question, w

[Live-devel] ProxyServer sending RTSP "options" keep-alive without authentication

2018-06-04 Thread jiehui
Hi, We are using the live555ProxyServer to proxy RTSP streams. It works fine for most CCTV cameras, but the RTSP Stream keeps getting disconnected and ultimately stops entirely for a CCTV camera. After analyzing network traffic between the proxy server and the CCTV camera in question, we rea

Re: [Live-devel] KLV metadata support in live555

2018-06-04 Thread Ross Finlayson
> On Jun 4, 2018, at 2:11 AM, JEBARAJ SELVAPETER > wrote: > > Hi, > I have been using live555 for streaming. Now I am looking in to the > possibility of adding KLV metadata for every H264 video frame and then > streaming. My question is, > > 1. Is live555 supports KLV metadta with video fra

Re: [Live-devel] RTSP socket from a server remains open after a client disconnection

2018-06-04 Thread Ross Finlayson
> Ross, you can find attached the following patch I have used. It is enabled by > a #define macro configuration and it only concerns the TCP socket of the RTSP > connection.. What do you think about it? Thanks. I’ll likely add this to a future release of the software. Ross Finlayson Live Netw

Re: [Live-devel] RTSP socket from a server remains open after a client disconnection

2018-06-04 Thread GENESTIER Denis
Hi, First of all, thank you for all your quick replies. The problem we are seeing appears on our RTSP server software installed in an environment which has a terrible quality of service (regularly the network shut down,) and tens of front end clients connected on it. When a network shutdown

[Live-devel] KLV metadata support in live555

2018-06-04 Thread JEBARAJ SELVAPETER
Hi, I have been using live555 for streaming. Now I am looking in to the possibility of adding KLV metadata for every H264 video frame and then streaming. My question is, 1. Is live555 supports KLV metadta with video frames? 2. If not, any suggestion to add this feature? Thanks. Best Regards, Je