Re: [Live-devel] H.264 frame via Mplayer's RTSP (live 555 library)

2009-02-14 Thread Ross Finlayson
Hi I am trying to dump a h.264 1080i source stream into raw bitstream file, the stream plays fine on mplayer over rtsp. However when I dump the video stream using -dumpvideo and -umpfile mplayer can't play it back. A "MPlayer"-specific mailing list would be the best place to ask this question.

Re: [Live-devel] H.264 frame via Mplayer's RTSP (live 555 library)

2009-02-14 Thread Satheesh Ram
Hi, The sprop-parameter-sets in SDP can be used to transmit SPS and PPS. if the streaming server used sprop-parameter-sets to indicate the SPS and PPS, you will not get them in raw dumped stream. pls refer to http://www.rfc-archive.org/getrfc.php?rfc=3984 Ratin wrote: Hi I am trying to dump a

[Live-devel] H.264 frame via Mplayer's RTSP (live 555 library)

2009-02-14 Thread Ratin
Hi I am trying to dump a h.264 1080i source stream into raw bitstream file, the stream plays fine on mplayer over rtsp. However when I dump the video stream using -dumpvideo and -umpfile mplayer can't play it back. It looks like the bitstream only has one IDR frame (00 00 00 01 65) and no other NAL