Re: [Live-devel] H264 Headers in live stream

2009-06-26 Thread Ross Finlayson
> The standard solution to this problem is for the RTSP server to include the data for these special PPS/SPS NAL units in the SDP description > that gets returned in response to a RTSP "DESCRIBE" command. (This is done in a "a=fmtp:" line, using the "sprop-parameter-sets" parameter.) Fortun

Re: [Live-devel] H264 Headers in live stream

2009-06-26 Thread Ganesh V
Hi Ross, >From your previous post, > The standard solution to this problem is for the RTSP server to include the > data for these special PPS/SPS NAL units in the SDP description > that gets > returned in response to a RTSP "DESCRIBE" command. (This is done in a > "a=fmtp:" line, using the

Re: [Live-devel] H264 Headers in live stream

2009-06-25 Thread Ross Finlayson
I am trying to connect multiple clients to a live H264 stream from a file source. I have set the resuseFirstSource flag to be true to enable all the clients to render the same data. I could always connect the first client, but the subsequent clients on VLC always give a warning message called "Wai

[Live-devel] H264 Headers in live stream

2009-06-25 Thread Sundar R
Hi All, I am trying to connect multiple clients to a live H264 stream from a file source. I have set the resuseFirstSource flag to be true to enable all the clients to render the same data. I could always connect the first client, but the subsequent clients on VLC always give a warning message cal