@axled maybe I am misunderstanding everything, but I need to understand whether it’s just a Dreambox information module or whether I can actually stream into an omxplayer iframe?
If that is what it can do then all I see right now is some information (and by the way in German) about the current channel playing on the VU+:
DREAMBOXModel Duo² - dezeit läuft: (Rai 3 HD)
Nothing else.
No streaming stuff going on. :smiling_face_with_open_mouth_smiling_eyes:
Here’s my module config and yes I use a different port than 80 or 8080.
{
module: 'MMM-Dreambox',
header: 'Dreambox',
position: 'bottom_right',
disabled: false,
config: {
apiBase: 'http://*.*.*.*:**',
omxargs: ' --win 320,180,1600,900 -o both ',
refreshInterval: 1000 * 30, //refresh every 30 seconds
apiabout: '/web/about',
apiservices: '/web/getallservices',
apiepgnow: '/web/epgnow?bRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet',
apizap: '/web/zap?sRef=',
apiTimerlist: '/web/timerlist',
apiServicelistplayable: '/web/servicelistplayable?sRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet'
}
},