成功 compile dtv01 driver module for openwrt router streaming

本帖最後由 harrylwc 於 2015-7-29 07:33 編輯

router:tplink ar71xx 系列  wdr3600  kernel 3.3.8  (attitude_adjustment 12.09) or kernel 3.10.49  (barrier_breaker 14.07)
usb dmb-th device :Contex DTV-01 or d689

https://drive.google.com/file/d/ ... HM/edit?usp=sharing



Requirement:AR71xx/93xx router (tplink 3600/4300/....) with usb port

Router os:openwrt with kernel 3.3.8 mips cpu
http://downloads.openwrt.org/att ... .09/ar71xx/generic/

Contex dmb-th usb 手指 :dtv-01 (mygica d680 應該都可以 )
http://www.price.com.hk/product.php?p=131060

driver modules for dtv-01,mumudvb,tvheadend download link
AA kerenl 3.3.8 (dtv01)
https://drive.google.com/file/d/ ... Ws/edit?usp=sharing

AA Kernel 3.3.8 and BB kernel 3.10.49 (dtv01,d689)
http://pan.baidu.com/s/1bnCZNsF
all drivers compiled from official source AA (https://downloads.openwrt.org/at ... .09/ar71xx/generic/)
or BB (https://downloads.openwrt.org/ba ... .07/ar71xx/generic/)

Guide to build up/compile driver for other dmb-th usb device

http://ocsovszki-dorian.blogspot ... th-ite9135.html?m=1

very good

TOP

好強大

TOP

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

問朋友借左支dtv01來玩, buffalo wzr-hp-g300nh完全無問題!
mumudvb config file係咪只可set一個freq?
tvheadend好難config, 加到hk profile, 及muxes, 但又掃唔齊台, 只有舊4,及ATV
Channel又唔知點加? 一頭煙.

TOP

回覆 6# yawoo

mumudvb config file係咪只可set一個freq?係
tvheadend好難config, 加到hk profile, 及muxes, 但又掃唔齊台, 只有舊4,及ATV
Channel又唔知點加? 一頭煙 在window check HDTVB & RTHK freq.手動加 或安裝w_scan scan 所有台再手動加。
or refer http://www.ofca.gov.hk/filemanag ... /free_tv/tvbnet.pdf

add muxes manually e.g. 收青山 add HDTVB/j2/inews freq.586000 RTHK 802000
最好係window check 返手動加,channels freq. may be remapped if using public antenna

TOP

回覆 7# harrylwc

Thx! 用左chnepg-tvheadend_3.4patch1-0.1_ar71xx.ipk
又可以掃到D台, TVB既channel名認唔到, 自己執執就OK了.
而家可以錄到台, 個tvheadend都只係用左router 10-20% CPU.
Very Good!

TOP

本帖最後由 harrylwc 於 2014-8-21 10:57 編輯

直接電腦用VLC睇,用http 加 mux=pass可出中文字幕,tvheadend vlc plugin 出唔到
http://your-router-ip:9981/channelid/#?mux=pass
#=channel id can be found in tvheadend webui(channel epg>channels>play)
最好create m3u playlist

#EXTM3U
#EXTINF:-1,J2台
#EXTVLCOPT:ipv4-timeout=10000
#EXTVLCOPT:network-caching=1000
http://your-router-ip:9981/stream/channelid/1?mux=pass
#EXTINF:-1,高清翡翠台
#EXTVLCOPT:ipv4-timeout=10000
#EXTVLCOPT:network-caching=3000
http://your-router-ip:9981/stream/channelid/19?mux=pass
#EXTINF:-1,互動新聞台
#EXTVLCOPT:ipv4-timeout=10000
#EXTVLCOPT:network-caching=1000
http://your-router-ip:9981/stream/channelid/2?mux=pass
#EXTINF:-1,本港台
#EXTVLCOPT:network-caching=1000
#EXTVLCOPT:ipv4-timeout=10000
http://your-router-ip:9981/stream/channelid/9?mux=pass
.....

Save as .m3u ,set vlc player default subtitles language "chi,chinese" and open with vlc player
另一種.m3u by frequency

#EXTM3U
#EXTINF:,,高清翡翠台,J2,互動新聞台
#EXTVLCOPT:network-caching=3000
#EXTVLCOPT:ipv4-timeout=10000
http://your-router-ip:9981/stream/mux/_dev_dvb_adapter0_Legend_Silicon_LGS8913_LGS8GXX_DMB_TH586000000
.....

586000000 is your frequency# ,好處係同freq.轉台快點,不好係 bandwidth 要求高 平均:        20.28 Mbit/s (2.53 MB/s)

TOP

本帖最後由 yawoo 於 2014-10-15 12:30 編輯

好好彩係二手市場搵到支D689, 昨晚研究過係OpenWRT上裝driver, 也成功了!
係呢度搵到OpenWRT 12.09 (AA) for ar71xx 既driver, 不用自己compile
http://openwrt.jaru.eu.org/attitude_adjustment/ar71xx/dvb/

D689係用USB:Conexant, Demod: Altobeam 8831, Tuner: Maxim 2165E
要成功load起driver, 就要執行以下command:

insmod rc-core.ko
insmod dvb-core.ko
insmod dvb-usb.ko
insmod atbm8830.ko
insmod max2165.ko
insmod dibx000_common.ko
insmod dib7000p.ko
insmod dib0070.ko
insmod dvb-usb-cxusb.ko

至於tvheadend 就要用較新版本, 太舊版本同個driver唔夾. 呢度都有:
http://openwrt.jaru.eu.org/attitude_adjustment/ar71xx/packages/

不過呢個版本, 另外要首先要load起其他packages先可執行:
libdvbcsa
libffmpeg

呢個tvheadend出唔到中文EPG.
如果大家有其他輕量版既tvheadend(for ar71xx), 希望大家交流一下.

TOP