Page 1 of 1

R110 does not work for sout TS stream?

Posted: 11 Jul 2010 12:49
by yuer1108
R110 does not work for sout TS stream? my laptop is windows7.
use qt4 interface to select a file and generate as below:
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ts,dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep

but there is no stream output.

then change to :
:sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:8080/} :no-sout-rtp-sap :no-sout-standard-sap :sout-keep
it is work here.

BTW, if I use stream input to replace file input. both don't work.

Re: R110 does not work for sout TS stream?

Posted: 11 Jul 2010 13:04
by yuer1108
a update:

R111 is same.

Re: R110 does not work for sout TS stream?

Posted: 11 Jul 2010 14:30
by yuer1108
VLM mode does not work in R110 and R111 also.

-------------------------------------------------------------
new channel2 broadcast enabled
setup channel2 input file:///D:/ycl.mpg
setup channel2 output #http{mux=ts,dst=:7000}:no-sout-rtp-sap:no-sout-standard-sap:sout-keep
setup channel2 loop
control channel2 play

and if I change to
setup channel2 output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:7001/stream}

vlc crash.

Re: R110 does not work for sout TS stream?

Posted: 11 Jul 2010 15:42
by yuer1108
update two cases:
1. the receiver will no picture(only sound) after R110 or R111 file input loop.
(in this case, sout only works in setup from qt4 interface. vlm config still don't work)

2. the receiver will no any input after r110 or r111 stream windows click stop and start.