[streaming] duplicate stream: http and rtsp

Paco Elle elle at bioportale.com
Sat Feb 28 01:26:25 CET 2009


Hi!
I have an http stream that work! :-)

cvlc ".$input." -- 
sout 
= 
'#transcode 
{venc 
= 
x264 
{keyint 
= 
25 
,cabac 
},vcodec 
= 
h264 
,vb=384,scale=1,acodec=mp4a,ab=64,channels=2,samplerate=44100,audio- 
sync}: duplicate{dst=std{access=http,mux=ts,dst=myserver:8081}}'


I need to duplicate in .sdp file ( rtsp://myserver:8082/test.sdp ) for  
use with QT.

I changed command line:

cvlc ".$input." -- 
sout 
= 
'#transcode 
{venc 
= 
x264 
{keyint 
= 
25 
,cabac 
},vcodec 
= 
h264 
,vb=384,scale=1,acodec=mp4a,ab=64,channels=2,samplerate=44100,audio- 
sync}: duplicate{dst=std{access=http,mux=ts,dst=myserver: 
8081},#rtp{dst=myserver,port=8082,sdp=rtsp://myserver:8082/test.sdp}}'


where myserver is  the same the same ip

http work but rtsp no :-(

where is the problem?

Ciao e grazie!

Francesco


More information about the streaming mailing list