I'm using PS3 Media Server to stream video to my phone or my PS3.
I want to stream DVB-T too, but I don't know how, I tried to use web.conf but it seems to don't work.
I'm french and it's difficult for me to explain my problem in english.
Here VLC m3u file to play 2 channels from my DVB-T Tuner:
- Code: Select all
#EXTM3U
#EXTINF:0, TF1
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=514166000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=1537
dvb-t://
#EXTINF:0, France 2
#EXTVLCOPT:dvb-adapter=0
#EXTVLCOPT:dvb-frequency=490166000
#EXTVLCOPT:dvb-bandwidth=8
#EXTVLCOPT:program=257
dvb-t://
I try to load .m3u from the web:
- Code: Select all
videostream.Web,TV=TV,http://***/TNT.m3u,http://***/img.png
I tried dvb-t from:
- Code: Select all
videostream.Web,TV=TF1,dvb://frequency=514166000,http://***/img.png
Thanks for all and sorry for my poor english...
edit:
VLC 2.0.2
PMS 1.54.0
PS3 & Android
