[mythtvnz] Multiple recordings from the same multiplex
Craig Whitmore
mythtvnz@lists.linuxnut.co.nz
Tue, 11 Sep 2007 09:52:31 +1200
> I also got VLC set up as a streaming server - splitting all channels on
> both multiplexes and pushing UDP streams to the backend. It worked well
How are you converting the channels? No transcoding straight into multicast
UDP or what? (This is the best way). Using VLM mode you can set up a
vlm.conf such as below (or you can do a straight vlc
--program=1025,1035,1036 dvb: --dvb-adapter=0 --dvb-frequency=1733000 ..
etc
new freeview broadcast enabled
setup freeview input "dvb://"
setup freeview option dvb-adapter=0
setup freeview option dvb-frequency=1183000
setup freeview option dvb-srate=22500000
setup freeview option dvb-voltage=18
setup freeview option dvb-fec=9
setup freeview option dvb-tone=0
setup freeview option programs=1025,1035,1036
setup freeview option ts-es-id-pid
setup freeview output
#duplicate{dst=standard{access=udp,mux=ts,url=239.255.100.98:1234,sap,group=
"Freeview",name="MaoriTV"},select="program=1025",dst=standard{access=udp,mux
=ts,url=239.255.100.99:1234,sap,group="Freeview",name="TV1"},select="program
=1035",dst=standard{access=udp,mux=ts,url=239.255.100.100:1234,sap,group="Fr
eeview",name="TV2"},select="program=1036"}
etc... (I think I got the above right for 3 channels..
this will send all as Multicast UDP packets and advertise via SAP/SDP
....and then you can view on another vlc or whatever you want to use.
Thanks
_______________________________________________
mythtvnz mailing list
mythtvnz@lists.linuxnut.co.nz
http://lists.ourshack.com/mailman/listinfo/mythtvnz
Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/