Page 1 of 1

streaming whole transponder on dvb-t

Posted: 30 Apr 2009 18:08
by dorijan
Hi...
I would like to stream whole transponder on my dvb-T card and transcode it to h264
my m3u file to play some program looks like this

Code: Select all

#EXTM3U #EXTINF:1,HRT1 #EXTVLCOPT:program=1 dvbt://frequency=522000:bandwidth=8 #EXTINF:2,HRT2 #EXTVLCOPT:program=2 dvbt://frequency=522000:bandwidth=8 #EXTINF:3,RTL #EXTVLCOPT:program=3 dvbt://frequency=522000:bandwidth=8 #EXTINF:4,NOVA #EXTVLCOPT:program=4 dvbt://frequency=522000:bandwidth=8
but, I dont know how to make all this channels stream and transcode with this parameters (h264)

Code: Select all

:sout=#transcode{vcodec=h264,vb=800,scale=0.5,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=x.x.x.x:8080}}
and all that in some vlm.conf

any help would be very welcome..

thank you..

Re: streaming whole transponder on dvb-t

Posted: 08 May 2009 14:55
by rh
Simply use a batch skript with cvlc, the wizzard can help you to get this.

Re: streaming whole transponder on dvb-t

Posted: 08 May 2009 17:05
by RĂ©mi Denis-Courmont