background image

Quickstart M15 OmniscreenTV IPTV STB -> Setup a DHCP-Router 

 

20              IPTV-dhcp-OMM15_Manual.1.4.docx 

 

## 2: go to index.html or index.php or deploy.php in /opt/data/settings/nano-
htdocs/developer if valid on startup. 
check_starturl=0 
## only valid when branded app url works. 
## 0: default value, this parameter does not take effect and will be ignored. 
## 1: will always go to branded app url on HOME key pressed. 
browser.alwaysopenbrandedappurl=0 
## only valid when branded app url works. 
## 0: default value, will check network is valid or not before go to branded app 
url on startup, if not valid then go to dashboard. 
## 1: will not check network is valid or not, just go to branded app url on 
startup, if not valid then go to network error page. 
browser.disablenetworkvalidcheck=0 
browser.pageloadtimeout=30000 
browser.errorpageurl=file:///webkit/webui/networkerror/index.html 
browser.tabcontrolbarurl=file:///webkit/webui/tabcontrolbar/index.html 
browser.stbprotocalsupport=1 
browser.enableremotedebug=1 
## 0: default value, all keys will be handled by default behavior in browser first, 
if browser does not handle it then webpage will get keyinput. 
## 1: all keys will be send to webpage first, if webpage handle it, default 
behavior in browser will be prevented. 
## 2: only back/reload/portal/mute/vol+/- will be send to webpage first, if webpage 
handle it, default behavior in browser will be prevented. 
## 3: only mute/vol+/-/power/back/teletext/reload will be send to webpage first, if 
webpage handle it, default behavior in browser will be prevented. 
browser.sentkeytopagefirst=1 
## only valid when browser.sentkeytopagefirst is not 0. 
## default behavior will be prevented in these hosts so disable sentkeytopagefirst 
feature to make default behavoir like HOME key work. 
browser.keytopagefirstexhosts=*.maxdome.de 
## back key will always be send to page in these hosts since it is required in 
certain apps like kabelkiosk. 
browser.alwayssendbacktopagehosts=*ce.nowtilus.tv,*.rovicorp.com 
browser.spatialnavdisabledhosts=*.youtube.com 
## 0: disabled, browser validate certificates 
## 1: default value, enabled, browser don't validate certificates 
browser.insecure=0 
## All HTTPS Certificates for all Hosts/Domains listed here (comma separated list, 
* wildcard allowed) will not be validated. 
#browser.insecurehosts=localhost,json.bild.de 
## used to set in which host webpage resource with following mimetypes will parsed 
as "text/html". 
## {"application/ce-html+xml", "application/vnd.hbbtv.xhtml+xml"} 
#browser.parsecehtmlashtmlhosts=json.bild.de,hbbtv.wetter.com,ninehbbtv.freeviewplu
s.net.au 
## used to set in which host application manager plugin will be enabled. 
#browser.enableappmgrpluginhosts=www.tagesschau.de,www.kikaplus.net,autostart.abc.f
reeviewplus.net.au,ninehbbtv.freeviewplus.net.au,hbbtv.freeviewplus.net.au,tv.iview
.abc.net.au 
## used to set in which host "keypress" event will be converted to "keydown" event 
to handle key input correctly. 
#browser.converkeypresstokeydown=*.maxdome.de,*.kinderkino.de,*.mytvscout.de 
## used to set in which application url the application will be blocked. 
#browser.blockedapplicationurls=http://hbbtv.freeviewplus.net.au/index.html 
## 1: use stream url from zattoo as channel bound in video/broadcast plugin 
## 0: will not request stream url from zattoo 
#browser.bindbroadcastchannelviazattoo=0 
## used to set which exclusive hosts should be set highlighted. 
#intelliHighlightedExHosts=localhost,abox42.com,videoweb.de,*.tagesschau.de,itv.mit
-xperts.com,hbbtv.ardmediathek.de,tv-
html.irt.de,cehtml.arte.tv,hbbtv.yavido.tv,*.aupeo.com,*.kbia.de,webtv.sevenload.co
m,*.hoerbuch-
direkt.tv,hse24.aps.de,*.services.nrmmh.tv,videoweb.portalzine.tv,nettv.bild.de,idc
p.iplaydev.extdev.bbc.co.uk,hbbtv.daserste.de,hbbtv.br.de,www.br-
online.de,*.codevise.de,cehtml.arte.tv,digitaltext.rtl.de,mini.maxdome.de,hbbtv.wel
tderwunder.de,koops.e-
media.de,nacamar.haktar.org,hbbtv.wetter.com,*.ard.de,arte.vo.llnwd.net,tv2next.com
,hbbtv.sat1.de,hbbtv.prosieben.de,meta-
morph.de,192.168.1.144,www.interloqmedia.se,nettv.cinetrailer.tv,*.mytvscout.de,*.n

Содержание M15 OmniscreenTV IPTV STB

Страница 1: ...OS https www raspberrypi com software operating systems and by acting under this tutorial https linuxhint com raspberry_pi_wired_router We assume that you are familiar with setting up a RPI Download u...

Страница 2: ...Quickstart M15 OmniscreenTV IPTV STB Setup a DHCP Router 2 IPTV dhcp OMM15_Manual 1 4 docx Flashing the OS...

Страница 3: ...you should see a boot drive on your computer Navigate into it Do not format the 2nd linux partition not visible under Windows Just go to the boot partition and insert 2 files use a notepad linux capab...

Страница 4: ..._WIFI_SSID psk YOUR_WIFI_PASSWORD scan_ssid 1 priority 1 Change US to your land DE in our case and here we use the I Netrouter WIFI access WIFI PW 21166445981716195140 SSID IRENIS2 4 This file will be...

Страница 5: ...5_Manual 1 4 docx Select the WIFI access and let run the updates and check IP As you can see the Ethernet port is not configured yet If you are running the RPI as headless device w o a connected HDMI...

Страница 6: ...boot sudo nano cmdline txt This may be done before the SDcard is inserted into the RPI Configuring the Network Now create a network configuration file for wlan0 network interface as follows sudo nano...

Страница 7: ...n the following lines and save the configuration file by pressing Ctrl X followed by Y and Enter auto eth0 iface eth0 inet static address 192 168 1 1 netmask 255 255 255 0 Select the range you want to...

Страница 8: ...on of wlan0 network interface as follows ip addr show wlan0 wlan0 should get an IP address via DHCP But it can be a different than before Also check the network configuration of eth0 network interface...

Страница 9: ...Router 9 IPTV dhcp OMM15_Manual 1 4 docx Configuring DHCP Server Now update the APT package repository cache with the following command sudo apt update Install ISC DHCP server with the following comm...

Страница 10: ...dhcp OMM15_Manual 1 4 docx Now open the dhcpd conf file as follows sudo nano etc dhcp dhcpd conf Set the domain name and domain name servers as follows Or any other DNS in your region which is reliab...

Страница 11: ...e in the file subnet 192 168 1 0 netmask 255 255 255 0 range 192 168 1 50 192 168 1 240 option routers 192 168 1 1 option subnet mask 255 255 255 0 CTRL X Save Y and exit it Now open the etc default i...

Страница 12: ...i starts the isc dhcp server service should be active running sudo systemctl status isc dhcp server Configuring the Firewall and Enable Packet Forwarding Now install firewalld daemon as follows sudo a...

Страница 13: ...emctl status firewalld Now allow DHCP traffic through the firewall with the following command sudo firewall cmd add service dhcp permanent Allow IP packet forwarding with the following command sudo fi...

Страница 14: ...i for the FTP channellist group upload to the boxes and the initial IPTV setup of sending files patching the Omniscreen default Firmware to the IPTV version The Raspi needs to have installed bash OK a...

Страница 15: ...ght commander After the STB has been IPTV Patched you can connect to its IP by FTP using MC After the IPTV patch the FTP access does not need a user password combination and is open So you can down up...

Страница 16: ...talled ssh comandline will also work can establish the remote connection to the IPTV STB Usefull ssh commands with PHP in the box Factory reset php r tncommon_startfactoryreset 0 AreYouSure Disable sc...

Страница 17: ...any of these config entries are only for bigger installations with a middleware server and extra hbbtv tools in the webkit browser and should not work here in the simple P P setup network network pref...

Страница 18: ...le default m20 webkit welcomevideo url nano lamp var www htdocs nanoapps abox42 apps userhomedashboard img welcome mp4 app_auto_update 0 app_hourly_updates 0 url which is used to check if box is onlin...

Страница 19: ...of specialuseragentvalue character will be replaced by since content after will be discarded browser useragent will be used as default useragent priority of special useragent is higher than default u...

Страница 20: ...ndbacktopagehosts ce nowtilus tv rovicorp com browser spatialnavdisabledhosts youtube com 0 disabled browser validate certificates 1 default value enabled browser don t validate certificates browser i...

Страница 21: ...m motorsp ort total com nowtilus tv hollystar ch jaast com autozine de freshmilk tv c ellmp de swissinfo ch swisstxt ch used to set in which hosts script inject is allowed scriptInjectedHosts localhos...

Страница 22: ...uickstart M15 OmniscreenTV IPTV STB Setup a DHCP Router 22 IPTV dhcp OMM15_Manual 1 4 docx After transfer they are located under a folder in the pi home We need to check the execution bit of the scrip...

Страница 23: ...mple we change the DNS in the hybridset txt to google network network prefdns 208 67 222 222 network prefdns 8 8 8 8 network ntp time abox42 com network ntp 192 53 103 108 network ntp time windows com...

Страница 24: ...l as the channels and group json files which contains the channel list and groups for the user That worked DNS changed to 9 9 9 9 ping it Ntp time to time windows com So that s all for the moment You...

Отзывы: