I want to use one VLC only for Radio Channels. So i wrote follwing script:
Code: Select all
new oe1 broadcast enabled
setup oe1 input "mms://apasf.apa.at/oe1_live_worldwide"
setup oe1 output #udp{dst=224.0.0.1:1234,sdp=sap,sap,group="Radio",name="OE1"}
setup oe1 option network-caching=1000
setup oe1 option network-caching=1000
control oe1 play
new oe2-N broadcast enabled
setup oe2-N input "http://mp3stream8.apasf.apa.at:8000/listen.pls"
setup oe2-N output #udp{dst=224.0.0.2:1234,sdp=sap,sap,group="Radio",name="Radio Niederösterreich"}
setup oe2-N option network-caching=1000
setup oe2-N option network-caching=1000
control oe2-N play
new Radio-Wien2 broadcast enabled
setup Radio-Wien2 input "http://mp3stream17.apasf.apa.at:8000"
setup Radio-Wien2 output #rtp{access=udp,mux=ts,dst=224.255.1.1,port=1234,sdp=sap,sap,group="Video",name="2007 Movie"}
setup Radio-Wien2 option network-caching=1000
setup Radio-Wien2 option network-caching=1000
control Radio-Wien2 play
Other question: is there a option i can set the position at the receiver? So Radio-Wien is always on 2?
Peter