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

Re: [Live-devel] Doubts reagrding the SDP informations sent for MP3

2009-11-13 Thread Ross Finlayson
May I know why the LiveMediaServer is not sending rtpmap information? With the Helix server, I tried streaming a Mp3 clip using VLC player. The SDP Information sent by the Helix Server is as follows, a=rtpmap:101 X-MP3-draft-00/44100/2 In our Application, If this information is coming through

[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

[Live-devel] How to install live55 in ubuntu

2009-11-13 Thread Zelalem Sintayehu
Hi all, I couldn't install live55 in ubuntu hardy. I get the following error: /usr/bin/ld: cannot find -lgcc_s collect2: ld returned 1 exit status make[1]: *** [testMP3Streamer] Error 1 make[1]: Leaving directory '/home/zelalem/live/testProgs' make: *** [all] Erro 2 I think it relates to the lin

[Live-devel] Doubts reagrding the SDP informations sent for MP3

2009-11-13 Thread Sathish Kumar
Hi Ross, May I know why the LiveMediaServer is not sending rtpmap information? With the Helix server, I tried streaming a Mp3 clip using VLC player. The SDP Information sent by the Helix Server is as follows, a=rtpmap:101 X-MP3-draft-00/44100/2 In our Application, If this information i

Re: [Live-devel] scale pause and play

2009-11-13 Thread Ross Finlayson
The last Play is sent with the function playMediaSession with no scale value, so a default value of 1.0 is sent by live555 My question is : Is there something that should be fixed in live555, or should I set the scale value each time I use playMediaSession ? The latter. The library does not '

[Live-devel] scale pause and play

2009-11-13 Thread Sébastien Escudier
Hi, I would like to know how I should unpause a stream when a scale command has been sent before the pause. For example : Play scale=2.0 Pause Play The last Play is sent with the function playMediaSession with no scale value, so a default value of 1.0 is sent by live555 My question is : Is th