TVheadend 中文EPG版

w_scan
harrylwc 發表於 2014-6-21 19:44


w_scan點用架?

TOP

For scan frequency/channels
w_scan -X -c HK > channels.lst
cat channels.txt
After scan completed,add frequency to tvheadend (add muxes manually) if tvheadend can't scan all channels.

TOP

For scan frequency/channels
w_scan -X -c HK > channels.lst
cat channels.txt
After scan completed,add ...
harrylwc 發表於 2014-10-21 19:04

成功scan到14個台,之後得到個channels.lst, 之後點做?有無教學?
我連tvheadend 同mumudvb都唔知有咩用

TOP

tvheadend -h for help
start tvheadend by command tvheadend -C (first run)
tvheadend setup refer here
http://www.hkepc.com/forum/viewt ... highlight=tvheadend
goto tvheadend webmenu by
http://your-router-ip:9981

add frequency
configuration>dvb inputs>tv adapters>select tv adapters>multiplexes>add muxes manually>frequency =514000000  bandwidth=8mhz auto auto auto none auto auto

cat channels.lst
Jade(TVB):482000000
Asia(aTV):514000000

TOP

I found that after watch tv ,the usb tv stick still working with green light .following command to disable usb port of router(gpio value for wdr3600 only )
poweroff usb port
echo 0 > /sys/class/gpio/gpio22/value
poweron usb port
echo 1 > /sys/class/gpio/gpio22/value

scan the program schedule at midnight ,setup a cron job (need to install curl package)
#enable eit dvb grbber
curl -d 'op=saveSettings&external=[{"id":"eit","enabled":1}]' http://192.168.0.1:9981/epggrab
curl -d 'op=save&name=Legend%20Silicon%20LGS8913%2FLGS8GXX%20DMB-TH&enabled=on&skip_initialscan=on&idlescan=on&idleclose=on&skip_checksubscr=on&full_mux_rx=1&grace_period=30&disable_pmt_monitor=on&nitoid=0&extrapriority=0' http://192.168.0.1:9981/dvb/adap ... 8913_LGS8GXX_DMB_TH

#disabel eit:dvb grabber
curl -d 'op=saveSettings&external=[{"id":"eit","enabled":0}]' http://192.168.0.1:9981/epggrab
#curl -d 'op=saveSettings&external=[{"id":"eit","enabled":1}]' http://192.168.0.1:9981/epggrab
curl -d 'op=save&name=Legend%20Silicon%20LGS8913%2FLGS8GXX%20DMB-TH&enabled=on&skip_initialscan=on&idleclose=on&skip_checksubscr=on&full_mux_rx=1&grace_period=30&disable_pmt_monitor=on&nitoid=0&extrapriority=0' http://192.168.0.1:9981/dvb/adap ... 8913_LGS8GXX_DMB_TH
logger -t tvheadend disable epggrab subscription: unsubscribing epggrab

TOP

強貼
我昨買入一支dtv01,$118元
用w_scan掃台後,再config tvheadend,可以用到chrome同vlc player看電視,但出現爆格同綠格問題.
但是把支手指插入電腦用total media player看就好正常,唔知咩事

TOP

回覆 26# snowrice

more info.please
router model?
vlc by htsp plugin or m3u?
via internet or intranet (local lan)?
cpu/ram usage (top output)?
hd or sd channels ?
tvheadend version ?

TOP

回覆 12# yawoo


Does it works on OpenWrt on ASUS RT-56U ?

TOP

回覆  yawoo


Does it works on OpenWrt on ASUS RT-56U ?
theluxman 發表於 2014-10-26 13:31


應該唔得,粒U唔同
要自己compile,  但我唔識,請教此貼作者

TOP

我想問下有無法可以用dvb viewer去接收電視?VLC player轉台好唔方便

TOP