[Live-devel] About live555 support real time HLS

2014-12-16 Thread u8818test
Hello, dear friend: I want to implement real time HLS by using live555, and I want to known that: 1.How does the index file(.m3u8 file) shoud be? 2.How to get source stream, the original stream source is H264 from camera or IPC, can I use the original stream source as the MPEG2 ts stream? 3.As the

Re: [Live-devel] RTCP APP packet handling

2014-12-16 Thread Ross Finlayson
> If we were to implement a way for a subclass of OnDemandMediaSubsession to > provide a custom handler for APP packets, in a similar way that handlers are > provided for the SR and RR packets, would you be likely to accept this as a > patch? Yes. Ross Finlayson Live Networks, Inc. http://www.

[Live-devel] openRTSP frame loss

2014-12-16 Thread Deepak Agasibagil
Hello, I am using 'ip-camera' to stream the video(output of ip-camera is in H.264 format) and i am using the openRTSP client capture the stream to a file in mp4 format. However, when i play the captured video i notice that first few seconds(1-2 sec) of video is not clear and while playing video i

Re: [Live-devel] liveMedia not sending any data on Windows with liveMedia 2014.12.13

2014-12-16 Thread Ross Finlayson
> I'm not sure on the BSD implementation, but isn't the actual limit (specified > with FD_SETSIZE) a number of descriptors, not their absolute values? That’s a Windows-specific usage - so I’ve just released a new version (2014.12.16) that does not perform this check on Windows systems. Thanks f

[Live-devel] liveMedia not sending any data on Windows with liveMedia 2014.12.13

2014-12-16 Thread Deanna Earley
Hi Ross. I've just updating our app to use liveMedia 2014.12.13 and have come across a problem with the recent changes for FD_SET in 2014.12.11. createSocket()/socket() on Windows are returning socket descriptors with values up on the high hundreds (880, 892, etc). This value gets passed to con

[Live-devel] RTCP APP packet handling

2014-12-16 Thread Ogden, Nick
Hi Ross. We have a need to handle RTCP APP packets in our application. I notice from the Live555 RTCPInstance code that they are currently ignored. If we were to implement a way for a subclass of OnDemandMediaSubsession to provide a custom handler for APP packets, in a similar way that handlers

Re: [Live-devel] ServerMediaSubsession::getStreamParameters parameter change request

2014-12-16 Thread Ross Finlayson
> Would you be willing to add the "fullRequestStr" parameter of > RTSPServer::RTSPClientSession::handleCmd_SETUP as an additional parameter to > the ServerMediaSubsession::getStreamParameters method? Probably not, because I don’t see the need for it. The signature for "ServerMediaSubsession::g