Re: [Live-devel] problem when outputting raw H264 stream

2009-11-20 Thread Ross Finlayson
But where can I specify SPS and PPS NAL ? As the "sprop_parameter_sets_str" parameter to "H264VideoRTPSink::createNew()". This (string) parameter is formed by 1/ encoding the SPS NAL unit with Base64 (note that we have a function "base64Encode()" that will do this for you), 2/ encoding the PP

[Live-devel] problem when outputting raw H264 stream

2009-11-20 Thread Guillaume Grimaldi
Ross Finlayson a écrit : Ross Finlayson a écrit : Hi.When I capture a rtsp h264 stream with openRTSP and save it into a .mp4 file (-4 option), I can reproduce it with common players (vlc, mplayer etc.)However, if I save the captured stream into a "raw" file (i.e video-H264-1) I cannot see it w

Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-20 Thread Ross Finlayson
Ross Finlayson a écrit : Hi.When I capture a rtsp h264 stream with openRTSP and save it into a .mp4 file (-4 option), I can reproduce it with common players (vlc, mplayer etc.)However, if I save the captured stream into a "raw" file (i.e video-H264-1) I cannot see it with any player. Why ?

Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-20 Thread Guillaume Grimaldi
Ross Finlayson a écrit : Hi.When I capture a rtsp h264 stream with openRTSP and save it into a .mp4 file (-4 option), I can reproduce it with common players (vlc, mplayer etc.)However, if I save the captured stream into a "raw" file (i.e video-H264-1) I cannot see it with any player. Why ? Be

Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-16 Thread Alberto Alberici
From: Ross Finlayson To: LIVE555 Streaming Media - development & use Sent: Sat, November 14, 2009 1:21:29 AM Subject: Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP > > Hi.When I capture a rtsp h264 stream with openRTS

Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-14 Thread Jeremy Noring
On Fri, Nov 13, 2009 at 8:30 AM, Alberto Alberici wrote: > > In addition: in the produced raw file, I don't see any nal marker (00 00 00 > 01), even if H264FileSink seems to insert them (I made a small debug.). Why? > > > Well, if this is true then it's unsurprising that the file doesn't play back

Re: [Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-13 Thread Ross Finlayson
Hi.When I capture a rtsp h264 stream with openRTSP and save it into a .mp4 file (-4 option), I can reproduce it with common players (vlc, mplayer etc.)However, if I save the captured stream into a "raw" file (i.e video-H264-1) I cannot see it with any player. Why ? Because those media players

[Live-devel] problem (?) when outputting raw H264 stream with openRTSP

2009-11-13 Thread Alberto Alberici
Hi.When I capture a rtsp h264 stream with openRTSP and save it into a .mp4 file (-4 option), I can reproduce it with common players (vlc, mplayer etc.)However, if I save the captured stream into a "raw" file (i.e video-H264-1) I cannot see it with any player. Why ? In addition: in the produced r