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
> 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.
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
> 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
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
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
> 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