Hello all,
By reading testOnDemandRTSPServer.cpp i figured out that I can have
different ServerMediaSessions and add subsession to each one. However,
it proves to be a bit more complex than that when i comes to network
sources. I have the following code:
const int channels = 128;
struct Stream {
Hi,all,I have been trying to stream H264 annexB bytestream with
livemedia.My H264 file is composed of many NAL Units, each NAL Unit
starts with a four-byte startcode(0x00 0x00 0x00 0x01),and only one frame
a NAL Unit and the first frame is I frame ,the others are P frame. I have
implement
On Monday 27 April 2009, 16:12:35, Ross Finlayson wrote:
> >does live555 support the "Require" RTSP header, as specified in
> >RFC2326 (12.32) - http://tools.ietf.org/html/rfc2326#page-54 ?
> No, sorry - we don't do anything with that at all.
Seems a nice feature to have.
Related to that, i
does live555 support the "Require" RTSP header, as specified in
RFC2326 (12.32) - http://tools.ietf.org/html/rfc2326#page-54 ?
No, sorry - we don't do anything with that at all.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live
Hi All,
does live555 support the "Require" RTSP header, as specified in
RFC2326 (12.32) - http://tools.ietf.org/html/rfc2326#page-54 ?
I had a look in RTSPServer but couldn't find anything about that, and
I guess I have to add it by myself... right?
Thanks,
R.
Hello All,
I am trying to implement a DeviceSource, based on the:
http://www.live555.com/liveMedia/doxygen/html/DeviceSource_8cpp-source.html
My doGetNextFrame() methode is called once, at the beginning, when no data is
available.
In this case, based on the comments in the sample file, the doGe