Re: [Live-devel] H264 SDP generation

2008-07-10 Thread Ross Finlayson
But I want to stream it to multiple client. Are you remembering to set the "reuseFirstSource" parameter (to your "ServerMediaSubsession"s) to "True"? That's important if you are streaming from a single input source (as you are). -- Ross Finlayson Live Networks, Inc. http://www.live555.com/_

[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have developed a H.264 unicast streamer over RTSP using LIVE555 streaming library. I've developed my own H264VideoStreamFramer. Here are the following SDP information, RTP Payload Type = 97 Profile-Level-Id = 66 sprop-

Re: [Live-devel] H264 SDP generation

2008-07-10 Thread Ross Finlayson
Can someone please help me to inform me the SDP parameters for H.264 RTP transmission over RTSP including Profile-Level-Id & sprop-parameter-set. The full SDP description for the stream is computed automatically by "H264VideoRTPSink", so you don't need to worry about this. Just make sure th

[Live-devel] H264 SDP generation

2008-07-10 Thread soumya patra
Hi, I have created a h.264 unicast streamer using live555 streaming library. I have created my own H.264 video stream framer. Some issue is there with this approach, I have developed VideoServerMediaSubsession. In this when I am streaming without SDP it's streaming which I c