Postby Grumpa » 02 Dec 2005 22:33
Well I apparently stumbled into channel playlist success. Although I don't understand why it works since the syntax is so different than your examples - but - it does indeed work just fine for HTTP streams. I used the Wizard to set up a standard TV channel stream, then later edit the playlist and added the "dshow-tuner-channel=" line. Crazy no mention of the Hauppauge vdev, or adev, or vcodec, etc.? Go figure?
Here it is:
#EXTM3U
#EXTINF:0,51 - Fox News
#EXTVLCOPT:dshow-tuner-channel=51
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dshow://
#EXTINF:0,68 - History
#EXTVLCOPT:dshow-tuner-channel=68
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dshow://
#EXTINF:0,63 - SciFi
#EXTVLCOPT:dshow-tuner-channel=63
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dshow://
#EXTINF:0,42 - Disney
#EXTVLCOPT:dshow-tuner-channel=42
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dshow://
#EXTINF:2184,DVD
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dvdsimple://E:
#EXTINF:0,44 - Nick Jr
#EXTVLCOPT:dshow-tuner-channel=44
#EXTVLCOPT:sout=#standard{mux=ts,url=,access=http://
#EXTVLCOPT:ttl=1
dshow://
---
If you were going to try and access this stream outside of the LAN what cahgnes would you make. I'd like to access the TV stream via the internet, but I am not sure of the best settings. Also UPD for some reason is of poor quality, only HTTP is crisp. Your thoughts, and again thanks.
ps. why does my channel playlist work with so little parameters?