[Live-devel] Live555 proxy server set/control streaming fps

2014-08-01 Thread Dnyanesh Gate
Hello, I am new in live555 development. I am using live555 proxy server for streaming live and recorded video. I am able to stream recorded video, but facing an issue with that. I have a 15fps recoreded video file, but live555 is streaming it with 30fps (VLC stats). VLS show fast forward video. I

[Live-devel] File streaming session getting closed before eof received on client side

2014-08-11 Thread Dnyanesh Gate
Hello All, I am refering testVideoOnDemand.cpp source for streaming h264 file. I am able to open stream from vlc player, but rtsp server close session before EOF receives on client side. I have a raw h264 file of length 30 seconds, but client plays video up to 25 seconds. When I check the source f

[Live-devel] RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

2014-08-20 Thread Dnyanesh Gate
Hello, I am working on Live555 proxy server. I have one camera connected to proxy server and able to open its live stream from proxy server in first attempt. But as soon as I disconnect client (openRTSP/VLC), proxy server started giving this error RTCPInstance error: Hit limit when reading incomin

[Live-devel] RTSP over TLS

2014-09-21 Thread Dnyanesh Gate
Hi, I am working on special case where UDP is blocked and only outgoing port 443 is opened. So that RTSP client only able to open RTSP stream over SSL connection. I can pass socket descriptor of pre established SSL connection to RTSPClient class, but SSL calls are not implemented in groupsock to r

[Live-devel] RTSP URL format for a Swann 806 network camera

2014-10-31 Thread Dnyanesh Gate
Hi, We do use some swann network cameras for our products. Did you tried this url rtsp://admin:12345@ip_address/stream1? We use this url in our player. -- Thanks & Regards, DnyaneshG. ___ live-devel mailing list live-devel@lists.live555.com http://lists

[Live-devel] Proxy server delete ServerMediaSession after all client disconnected.

2015-01-16 Thread Dnyanesh Gate
Hi Ross, I am using Live555 as a streaming media server and using REGISTER command feature to access cameras which are behind firewall. I am able to do that, but our camera doesn't support PAUSE command. Proxy server is sending PAUSE command when all RTSP clients are disconnected. I wish to send TE

[Live-devel] Proxy server multiprocess/multithreaded streaming.

2015-01-22 Thread Dnyanesh Gate
Dear Live555 Team, I have been using live555 proxy server to stream 1000+ streams. I have deployed it on quad core Intel Xeon server. The server is working fine, but Its suffering from serious problem. For 100 streams and connected one client for each stream, one of the core is getting 100% utiliz

[Live-devel] Too many open file descriptors.

2015-02-06 Thread Dnyanesh Gate
Hi All, Somehow I am able to add multi threading support in our server by subclassing RTSPServer with minor changes in it. Now I am able to handle more than 200 connections (200 back end and 200 front end streams). But right now I am facing some other problem. Because our camera's are behind fire

[Live-devel] Too many open file descriptors.

2015-02-06 Thread Dnyanesh Gate
Hi Ross, For now to fix this issue, I have closed the sockets as soon as they are no need. This fix my issue, but disable the server's ability to stream over UDP. This is not concern yet; because we are not using UDP streaming for now. Regarding threading support, I did FAQ about threading, But I

[Live-devel] Memory leak in ProxyServerMediaSession

2015-07-30 Thread Dnyanesh Gate
Hi, Found a memory leak in class ProxyServerMediaSession. This leak grows with more number of cameras registered to live555ProxyServer. class PresentationTimeSessionNormalizer is derived class of Medium. So that whenever object of class PresentationTimeSessionNormalizer is created, it creates its