[Live-devel] Please explain all these "@zeusmail.org" subscriptions

2009-11-20 Thread Ross Finlayson
Over the last few days I've seen several people subscribe to this mailing list with "@zeusmail.org" email addresses. I hadn't seen such addresses before, but a web search suggests that such addresses might be used by spammers. Because of this, could someone who's subscribed with such an addre

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

[Live-devel] RTP packet arraival notification.

2009-11-20 Thread Vimal Garg
Hi, I am interested in writing a client application which would establish an RTSP connection with the server and then start receiving streams. The streams could be either H.264 or MPEG4. Once the RTP payload is received I need to strip the RTP header and get the frame into buffer which would be u

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