Read the statement by Michael Teeuw here.
[MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer
-
@cr4z33
I think this one
https://github.com/Jopyth/MMM-Remote-Control
Cannot find the one from shbatm… -
By coincidence there was a new post regarding the new module:
https://github.com/shbatm/MMM-Remote-Control
I do not use this one.
Neither does AxLed, so we can be on to something. -
-
@AxLed so I had the time to try everything you and @evroom suggested me.
I also ran the module update and installed MMM-Remote-Control by @Jopyth .
I still am getting the same ending (no streaming), BUT this time I noticed an error in console log as soon as I ran the remote DB-PLAY command (note that in the MMM-Remote-Control web page I got the ‘success’ message instead)!
MMM-Dreambox.js:292 Uncaught TypeError: Cannot read property '0' of undefined at Class.notificationReceived (MMM-Dreambox.js:292) at sendNotification (main.js:95) at Object.sendNotification (main.js:498) at Class.sendNotification (module.js:368) at Class.socketNotificationReceived (MMM-Remote-Control.js:130) at module.js:246 at r.<anonymous> (socketclient.js:25) at r.emit (index.js:83) at r.onevent (index.js:83) at r.MMSocket.self.socket.onevent (socketclient.js:19) notificationReceived @ MMM-Dreambox.js:292 sendNotification @ main.js:95 sendNotification @ main.js:498 sendNotification @ module.js:368 socketNotificationReceived @ MMM-Remote-Control.js:130 (anonymous) @ module.js:246 (anonymous) @ socketclient.js:25 r.emit @ index.js:83 r.onevent @ index.js:83 MMSocket.self.socket.onevent @ socketclient.js:19 r.onpacket @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.ondecoded @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 a.add @ index.js:83 r.ondata @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.onPacket @ index.js:83 (anonymous) @ index.js:83 r.emit @ index.js:83 r.onPacket @ index.js:83 r.onData @ index.js:83 ws.onmessage @ index.js:83Listen what if I want to try a different bouquet?
Let’s say I call it ‘MagicMirror’ and put in just 4-5 TV channels where should I look at then to enter its URL path in the module? -
@cr4z33 said in [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer:
what if I want to try a different bouquet?
Do:
http://192.168.178.47/web/getservicesThen use the
FROM BOUQUETpart to change the apiepgnow and apiServicelistplayable parameters in config.js.
Best is to copy your original lines, comment out your original line.
For example:// apiepgnow: '/web/epgnow?bRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.favourites.tv%22%20ORDER%20BY%20bouquet', apiepgnow: '/web/epgnow?bRef=1%3A7%3A1%3A0%3A0%3A0%3A0%3A0%3A0%3A0%3AFROM%20BOUQUET%20%22userbouquet.magicmirror__tv_.tv%22%20ORDER%20BY%20bouquet',Change the
apibouquetparameter to the offset of your bouquet.
Meaning, if your magicmirror bouquet is the 3rd bouquet, then useapibouquet: 2,(0 being favourites.tv).
And of course restart mm. -
@evroom cheers going to use it tomorrow. :)
-
@cr4z33 said in [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer:
so I had the time to try everything
So, you do not see the
Debug MMM-Dreambox:lines in the pm2 log ?I see this:
0|mm | Starting node helper for: MMM-Dreambox 0|mm | Debug MMM-Dreambox: omxplayer --genlog --vol -6000 --win 600,300,960,940 --live http://192.168.178.47:8001/1:0:1:6DCA:44D:1:C00000:0:0:0: 0|mm | Debug MMM-Dreambox: zapstate:If not, I still believe DB-PLAY is not working for you, hence MMM-Remote-Control.
Did you de-install the other version ? Perhaps they bite each other.
Did not forget the npm install in the MMM-Remote-Control dir ?l -
@evroom nope anyway I have to stop looking further into it.
Mirror building is taking more than expected, I’ve got everything needed and my other streaming module is now working so honestly speaking I don’t need MMM-Dreambox anymore. :face_with_stuck-out_tongue_winking_eye:
Once I am done with the mirror I might come back at trying it.
In the meantime thank you very much indeed @evroom and @AxLed for all the support you gave me! :flexed_biceps_medium-light_skin_tone:
-
@cr4z33 said in [MMM-Dreambox] to connect a Dreambox or a Enigma2 Receiver (like VU or VU+) to MagicMirror and stream stations via omxplayer:
In the meantime thank you very much indeed @evroom and @AxLed for all the support you gave me!
You’re welcome, but still a pity it did not work for you.
Good luck with the rest of your build.
Ciao! -
Hello,
i also have a streaming problem, maybe you could help me.
I cloned the dev - branch and connected with my Vu+ Ultimo 4K. The Bouquet-List is shown on my MagicMirror, but when i switch to a channel and want to stream, nothing happened. MPG2-License is installed on my RPI3.
My config:
module: 'MMM-Dreambox', header: 'Vu+ Ultimo4K powered by VTi', position: 'bottom_left', config: { apiBase: 'http://192.168.1.50:90', omxargs: ' --genlog --win 320,180,1600,900 -o both ', refreshInterval: 1000 * 30, //refresh every 30 seconds apibouquet: 0, //bouquet, if there is more than one under apiservices (/web/getallservices), apiRecordingsID: 0, //which recording folder should be listed listmax: 10, apiabout: '/web/about', apiservices: '/web/getallservices', apiepgnow: '/web/epgnow?bRef=', apizap: '/web/zap?sRef=', apiTimerlist: '/web/timerlist', apiServicelistplayable: '/web/servicelistplayable?sRef=', apiLocations: '/web/getlocations', //where are the recording folders listed apiMovielist: '/web/movielist?dirname=' //link for opening recording folder and list recordingsLOG:
11:51:56 T:18446744072748435108 DEBUG: DllBcm: Using omx system library 11:51:56 T:18446744072748437218 DEBUG: DllOMX: Using omx system library 11:51:56 T:18446744072748438188 DEBUG: DllAvFormat: Using libavformat system library 11:51:56 T:18446744072748440537 WARNING: Failed to acquire D-Bus name 'org.mpris.MediaPlayer2.omxplayer' 11:51:56 T:18446744072748440974 WARNING: DBus connection failed, trying alternate 11:51:56 T:18446744072748442960 DEBUG: DBus connection succeeded 11:51:56 T:18446744072748444308 DEBUG: Keyboard: DBus connection succeeded 11:51:56 T:18446744072748444536 DEBUG: OMXThread::Create - Thread with id 1855955424 started 11:51:56 T:18446744072748444712 DEBUG: DllAvUtilBase: Using libavutil system library 11:51:56 T:18446744072748444743 DEBUG: DllAvCodec: Using libavcodec system library 11:51:56 T:18446744072748444765 DEBUG: DllAvFormat: Using libavformat system library 11:51:56 T:18446744072748445900 DEBUG: COMXPlayer::OpenFile - avformat_open_input http://192.168.1.50:8001/1:0:19:2B66:3F3:1:C00000:0:0:0: 11:51:59 T:18446744072751434345 DEBUG: COMXPlayer::OpenFile - avformat_open_input enabled SEEKING 11:52:02 T:18446744072754462336 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0x2108d10 11:52:02 T:18446744072754462735 DEBUG: OMXClock::OMXStop 11:52:02 T:18446744072754462891 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1 11:52:02 T:18446744072754463128 DEBUG: DllAvUtilBase: Using libavutil system library 11:52:02 T:18446744072754463154 DEBUG: DllAvCodec: Using libavcodec system library 11:52:02 T:18446744072754463176 DEBUG: DllAvFormat: Using libavformat system library 11:52:02 T:18446744072754464909 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_decode input port 130 output port 131 m_handle 0x21cb9a0 11:52:02 T:18446744072754466025 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.video_decode) - port(130), nBufferCountMin(1), nBufferCountActual(60), nBufferSize(81920), nBufferAlignmen(16) 11:52:02 T:18446744072754475930 DEBUG: COMXVideo::Open - decoder_component(0x0x21cb9a0), input_port(0x82), output_port(0x83) deinterlace 1 hdmiclocksync 0 11:52:02 T:18446744072754476291 DEBUG: OMXThread::Create - Thread with id 1843392992 started 11:52:02 T:18446744072754476455 DEBUG: OMXThread::Create - Thread with id 1835000288 started 11:52:02 T:18446744072754476561 DEBUG: DllAvUtilBase: Using libavutil system library 11:52:02 T:18446744072754476617 DEBUG: DllAvCodec: Using libavcodec system library 11:52:02 T:18446744072754476649 DEBUG: DllAvFormat: Using libavformat system library 11:52:02 T:18446744072754476683 DEBUG: DllAvUtilBase: Using libavutil system library 11:52:02 T:18446744072754476707 DEBUG: DllAvCodec: Using libavcodec system library 11:52:02 T:18446744072754476739 DEBUG: DllAvFormat: Using libswresample system library 11:52:02 T:18446744072754476943 ERROR: OMXPlayerSubtitles::RenderLoop threw 13Enforce_error (Enforcement failed in SubtitleRenderer.cpp(293)) 11:52:02 T:18446744072754477009 DEBUG: OMXThread::Run - Exited thread with id 1835000288 11:52:02 T:18446744072754477073 INFO: COMXAudioCodecOMX::GetChannelMap - FFmpeg reported 2 channels, but the layout contains 0 ignoring 11:52:02 T:18446744072754477119 DEBUG: DllAvUtilBase: Using libavutil system library 11:52:02 T:18446744072754477149 DEBUG: COMXAudio::SetCodingType OMX_AUDIO_CodingPCM 11:52:02 T:18446744072754477190 INFO: CPCMRemap: I channel map: FL,FR 11:52:02 T:18446744072754477271 INFO: CPCMRemap: O channel map: FL,FR 11:52:02 T:18446744072754477301 DEBUG: CPCMRemap: Downmix normalization is disabled 11:52:02 T:18446744072754477360 DEBUG: CPCMRemap: FL = FL(1.000000*) 11:52:02 T:18446744072754477390 DEBUG: CPCMRemap: FR = FR(1.000000*) 11:52:02 T:18446744072754479069 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_decode input port 120 output port 121 m_handle 0x21cb930 11:52:02 T:18446744072754480288 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_decode) - port(120), nBufferCountMin(4), nBufferCountActual(16), nBufferSize(65536), nBufferAlignmen(16) 11:52:02 T:18446744072754492628 DEBUG: COMXAudio::Initialize Input bps 32 samplerate 48000 channels 2 buffer size 576000 bytes per second 384000 11:52:02 T:18446744072754492747 DEBUG: pcm->direction : input 11:52:02 T:18446744072754492777 DEBUG: pcm->nPortIndex : 120 11:52:02 T:18446744072754492803 DEBUG: pcm->eNumData : 0 11:52:02 T:18446744072754492825 DEBUG: pcm->eEndian : 1 11:52:02 T:18446744072754492850 DEBUG: pcm->bInterleaved : 1 11:52:02 T:18446744072754492875 DEBUG: pcm->nBitPerSample : 32 11:52:02 T:18446744072754492898 DEBUG: pcm->ePCMMode : 0 11:52:02 T:18446744072754492920 DEBUG: pcm->nChannels : 2 11:52:02 T:18446744072754492944 DEBUG: pcm->nSamplingRate : 48000 11:52:02 T:18446744072754492965 DEBUG: OMX_AUDIO_ChannelLF 11:52:02 T:18446744072754492989 DEBUG: OMX_AUDIO_ChannelRF 11:52:02 T:18446744072754493013 DEBUG: COMXAudio::Initialize device omx:both passthrough 0 hwdecode 0 11:52:02 T:18446744072754493239 DEBUG: OMXThread::Create - Thread with id 1826607584 started 11:52:02 T:18446744072754493299 NOTICE: OMXClock using audio as reference 11:52:02 T:18446744072754493559 DEBUG: OMXClock::OMXReset audio / video : 1 / 1 wait mask 0->3 state : 2->1 11:52:02 T:18446744072754493965 DEBUG: Popped message member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus 11:52:02 T:18446744072754494024 WARNING: Unhandled dbus message, member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus 11:52:02 T:18446744072754494181 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:1 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.07) 11:52:02 T:18446744072754494410 INFO: CDVDPlayerVideo::Decode dts:579978 pts:620000 cur:620000, size:38830 11:52:02 T:18446744072754494468 DEBUG: OMXVideo::Decode VDec : setStartTime 0.620000 11:52:02 T:18446744072754495015 INFO: CDVDPlayerAudio::Decode dts:101734 pts:101734 size:782 11:52:02 T:18446744072754495431 INFO: CDVDPlayerVideo::Decode dts:599978 pts:600000 cur:600000, size:22063 11:52:02 T:18446744072754495946 DEBUG: COMXAudioCodecOMX::Decode(0x2130f30,782) format=6(8) chan=2 samples=1152 size=2304 data=0x6c400560,0x6c400f30,(nil),(nil),(nil),(nil),(nil),(nil) 11:52:02 T:18446744072754496546 DEBUG: COMXAudioCodecOMX::GetData size=4608/9216 line=2304/4608 buf=0x6c4018a8, desired=65536 11:52:02 T:18446744072754496794 INFO: CDVDPlayerVideo::Decode dts:619978 pts:640000 cur:640000, size:20976 11:52:02 T:18446744072754496900 INFO: CDVDPlayerAudio::Decode dts:125734 pts:125734 size:768 11:52:02 T:18446744072754497501 INFO: CDVDPlayerVideo::Decode dts:639978 pts:740000 cur:740000, size:49029 11:52:02 T:18446744072754497937 INFO: CDVDPlayerAudio::Decode dts:149734 pts:149734 size:768 11:52:02 T:18446744072754498443 INFO: CDVDPlayerAudio::Decode dts:173734 pts:173734 size:768 11:52:02 T:18446744072754498577 INFO: CDVDPlayerVideo::Decode dts:659978 pts:700000 cur:700000, size:33312 11:52:02 T:18446744072754499257 INFO: CDVDPlayerAudio::Decode dts:197734 pts:197734 size:768 11:52:02 T:18446744072754499877 INFO: CDVDPlayerAudio::Decode dts:221734 pts:221734 size:782 11:52:02 T:18446744072754500450 INFO: CDVDPlayerAudio::Decode dts:245734 pts:245734 size:768 11:52:02 T:18446744072754500879 INFO: CDVDPlayerAudio::Decode dts:269734 pts:269734 size:768 11:52:02 T:18446744072754501563 DEBUG: COMXAudio::Decode ADec : setStartTime 0.101733 11:52:02 T:18446744072754506083 INFO: CDVDPlayerVideo::Decode dts:679978 pts:680000 cur:680000, size:20826 11:52:02 T:18446744072754507862 INFO: CDVDPlayerVideo::Decode dts:699978 pts:720000 cur:720000, size:22291 11:52:02 T:18446744072754509115 INFO: CDVDPlayerVideo::Decode dts:719978 pts:820000 cur:820000, size:48896 11:52:02 T:18446744072754510007 INFO: CDVDPlayerVideo::Decode dts:739978 pts:780000 cur:780000, size:29819 11:52:02 T:18446744072754510702 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_mixer input port 232 output port 231 m_handle 0x6c415f20 11:52:02 T:18446744072754510922 INFO: CDVDPlayerVideo::Decode dts:759978 pts:760000 cur:760000, size:17747 11:52:02 T:18446744072754511602 INFO: CDVDPlayerVideo::Decode dts:779978 pts:800000 cur:800000, size:21012 11:52:02 T:18446744072754512703 INFO: CDVDPlayerVideo::Decode dts:799978 pts:900000 cur:900000, size:55598 11:52:02 T:18446744072754513370 INFO: CDVDPlayerVideo::Decode dts:819978 pts:860000 cur:860000, size:41374 11:52:02 T:18446744072754514202 INFO: CDVDPlayerVideo::Decode dts:839978 pts:840000 cur:840000, size:20662 11:52:02 T:18446744072754514839 INFO: CDVDPlayerVideo::Decode dts:859978 pts:880000 cur:880000, size:20566 11:52:02 T:18446744072754515314 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_splitter input port 261 output port 262 m_handle 0x6c400498 11:52:02 T:18446744072754515406 INFO: CDVDPlayerVideo::Decode dts:879978 pts:980000 cur:980000, size:47687 11:52:02 T:18446744072754515454 DEBUG: Popped message member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus 11:52:02 T:18446744072754515597 WARNING: Unhandled dbus message, member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus 11:52:02 T:18446744072754516290 INFO: CDVDPlayerVideo::Decode dts:899978 pts:940000 cur:940000, size:29649 11:52:02 T:18446744072754516851 INFO: CDVDPlayerVideo::Decode dts:919978 pts:920000 cur:920000, size:20177 11:52:02 T:18446744072754517306 INFO: CDVDPlayerVideo::Decode dts:939978 pts:960000 cur:960000, size:25105 11:52:02 T:18446744072754517345 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x6c4160f0 11:52:02 T:18446744072754517888 INFO: CDVDPlayerVideo::Decode dts:959978 pts:1000000 cur:1000000, size:79994 11:52:02 T:18446744072754518996 INFO: CDVDPlayerVideo::Decode dts:979978 pts:1080000 cur:1080000, size:56353 11:52:02 T:18446744072754519965 INFO: CDVDPlayerVideo::Decode dts:999978 pts:1040000 cur:1040000, size:41364 11:52:02 T:18446744072754520216 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x6c4161c0 11:52:02 T:18446744072754520520 INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00) 11:52:02 T:18446744072754520617 INFO: CDVDPlayerVideo::Decode dts:1019978 pts:1020000 cur:1020000, size:23672 11:52:02 T:18446744072754521516 DEBUG: COMXAudio::PortSettingsChanged - Output bps 16 samplerate 48000 channels 2 buffer size 576000 bytes per second 192000 11:52:02 T:18446744072754521645 INFO: CDVDPlayerVideo::Decode dts:1039978 pts:1060000 cur:1060000, size:24216 11:52:02 T:18446744072754521706 DEBUG: pcm->direction : output 11:52:02 T:18446744072754521737 DEBUG: pcm->nPortIndex : 231 11:52:02 T:18446744072754521773 DEBUG: pcm->eNumData : 0 11:52:02 T:18446744072754521802 DEBUG: pcm->eEndian : 1 11:52:02 T:18446744072754521832 DEBUG: pcm->bInterleaved : 1 11:52:02 T:18446744072754521854 DEBUG: pcm->nBitPerSample : 16 11:52:02 T:18446744072754521875 DEBUG: pcm->ePCMMode : 0 11:52:02 T:18446744072754521897 DEBUG: pcm->nChannels : 2 11:52:02 T:18446744072754521918 DEBUG: pcm->nSamplingRate : 48000 11:52:02 T:18446744072754521938 DEBUG: OMX_AUDIO_ChannelLF 11:52:02 T:18446744072754521962 DEBUG: OMX_AUDIO_ChannelRF 11:52:02 T:18446744072754522650 INFO: CDVDPlayerVideo::Decode dts:1059978 pts:1160000 cur:1160000, size:52784 11:52:02 T:18446744072754523338 INFO: CDVDPlayerVideo::Decode dts:1079978 pts:1120000 cur:1120000, size:36614 11:52:02 T:18446744072754523817 INFO: CDVDPlayerVideo::Decode dts:1099978 pts:1100000 cur:1100000, size:22682 11:52:02 T:18446744072754524392 INFO: CDVDPlayerVideo::Decode dts:1119978 pts:1140000 cur:1140000, size:23151 11:52:02 T:18446744072754524959 INFO: CDVDPlayerVideo::Decode dts:1139978 pts:1240000 cur:1240000, size:50413 11:52:02 T:18446744072754525560 INFO: CDVDPlayerVideo::Decode dts:1159978 pts:1200000 cur:1200000, size:40547 11:52:02 T:18446744072754526169 INFO: CDVDPlayerVideo::Decode dts:1179978 pts:1180000 cur:1180000, size:22771 11:52:02 T:18446744072754526738 INFO: CDVDPlayerVideo::Decode dts:1199978 pts:1220000 cur:1220000, size:22696 11:52:02 T:18446744072754527309 INFO: CDVDPlayerVideo::Decode dts:1219978 pts:1320000 cur:1320000, size:59286 11:52:02 T:18446744072754527937 INFO: CDVDPlayerVideo::Decode dts:1239978 pts:1280000 cur:1280000, size:34118 11:52:02 T:18446744072754528510 INFO: CDVDPlayerVideo::Decode dts:1259978 pts:1260000 cur:1260000, size:19347 11:52:02 T:18446744072754528967 INFO: CDVDPlayerVideo::Decode dts:1279978 pts:1300000 cur:1300000, size:19724 11:52:02 T:18446744072754529478 DEBUG: COMXAudio::PortSettingsChanged - bits:32 mode:0 channels:2 srate:48000 nopassthrough 11:52:02 T:18446744072754529598 INFO: CDVDPlayerVideo::Decode dts:1299978 pts:1400000 cur:1400000, size:52410 11:52:02 T:18446744072754530353 INFO: CDVDPlayerVideo::Decode dts:1319978 pts:1360000 cur:1360000, size:34922 11:52:02 T:18446744072754530932 INFO: CDVDPlayerVideo::Decode dts:1339978 pts:1340000 cur:1340000, size:19939 11:52:02 T:18446744072754531365 INFO: CDVDPlayerVideo::Decode dts:1359978 pts:1380000 cur:1380000, size:20313 11:52:02 T:18446744072754532419 INFO: CDVDPlayerVideo::Decode dts:1379978 pts:1480000 cur:1480000, size:57283 11:52:02 T:18446744072754533143 INFO: CDVDPlayerVideo::Decode dts:1399978 pts:1440000 cur:1440000, size:36849 11:52:02 T:18446744072754533730 INFO: CDVDPlayerVideo::Decode dts:1419978 pts:1420000 cur:1420000, size:21832 11:52:02 T:18446744072754534664 INFO: CDVDPlayerVideo::Decode dts:1439978 pts:1460000 cur:1460000, size:22125 11:52:02 T:18446744072754535306 INFO: CDVDPlayerVideo::Decode dts:1459978 pts:1560000 cur:1560000, size:60120 11:52:02 T:18446744072754536287 INFO: CDVDPlayerVideo::Decode dts:1479978 pts:1520000 cur:1520000, size:40186 11:52:02 T:18446744072754537186 INFO: CDVDPlayerVideo::Decode dts:1499978 pts:1500000 cur:1500000, size:18653 11:52:02 T:18446744072754538167 INFO: CDVDPlayerVideo::Decode dts:1519978 pts:1540000 cur:1540000, size:19150 11:52:02 T:18446744072754539275 INFO: CDVDPlayerVideo::Decode dts:1539978 pts:1640000 cur:1640000, size:62148 11:52:02 T:18446744072754540425 INFO: CDVDPlayerVideo::Decode dts:1559978 pts:1600000 cur:1600000, size:36130 11:52:02 T:18446744072754541034 INFO: CDVDPlayerVideo::Decode dts:1579978 pts:1580000 cur:1580000, size:25455 11:52:02 T:18446744072754541592 INFO: CDVDPlayerVideo::Decode dts:1599978 pts:1620000 cur:1620000, size:20837 11:52:02 T:18446744072754542309 ERROR: COMXCoreComponent::DecoderEventHandler OMX.broadcom.audio_decode - OMX_ErrorInsufficientResources, insufficient resources 11:52:02 T:18446744072754543328 INFO: CDVDPlayerVideo::Decode dts:1619978 pts:1720000 cur:1720000, size:58306 11:52:02 T:18446744072754544626 INFO: CDVDPlayerVideo::Decode dts:1639978 pts:1680000 cur:1680000, size:36670 11:52:02 T:18446744072754545576 INFO: CDVDPlayerVideo::Decode dts:1659978 pts:1660000 cur:1660000, size:27504 11:52:02 T:18446744072754546418 INFO: CDVDPlayerVideo::Decode dts:1679978 pts:1700000 cur:1700000, size:27320 11:52:02 T:18446744072754554347 INFO: CDVDPlayerVideo::Decode dts:1699978 pts:1800000 cur:1800000, size:58452 11:52:02 T:18446744072754555568 INFO: CDVDPlayerVideo::Decode dts:1719978 pts:1760000 cur:1760000, size:39294 11:52:02 T:18446744072754556286 INFO: CDVDPlayerVideo::Decode dts:1739978 pts:1740000 cur:1740000, size:23306 11:52:02 T:18446744072754556955 INFO: CDVDPlayerVideo::Decode dts:1759978 pts:1780000 cur:1780000, size:21371 11:52:02 T:18446744072754557597 INFO: CDVDPlayerVideo::Decode dts:1779978 pts:1820000 cur:1820000, size:77382 11:52:02 T:18446744072754558836 INFO: CDVDPlayerVideo::Decode dts:1799978 pts:1900000 cur:1900000, size:53764 11:52:02 T:18446744072754559861 INFO: CDVDPlayerVideo::Decode dts:1819978 pts:1860000 cur:1860000, size:34809 11:52:02 T:18446744072754560506 INFO: CDVDPlayerVideo::Decode dts:1839978 pts:1840000 cur:1840000, size:20027 11:52:02 T:18446744072754561186 INFO: CDVDPlayerVideo::Decode dts:1859978 pts:1880000 cur:1880000, size:21149 11:52:02 T:18446744072754562100 INFO: CDVDPlayerVideo::Decode dts:1879978 pts:1980000 cur:1980000, size:55266 11:52:02 T:18446744072754562735 INFO: CDVDPlayerVideo::Decode dts:1899978 pts:1940000 cur:1940000, size:35319 11:52:02 T:18446744072754563372 INFO: CDVDPlayerVideo::Decode dts:1919978 pts:1920000 cur:1920000, size:21445 11:52:02 T:18446744072754563904 INFO: CDVDPlayerVideo::Decode dts:1939978 pts:1960000 cur:1960000, size:20460 11:52:02 T:18446744072754564505 INFO: CDVDPlayerVideo::Decode dts:1959978 pts:2060000 cur:2060000, size:59220 11:52:02 T:18446744072754565233 INFO: CDVDPlayerVideo::Decode dts:1979978 pts:2020000 cur:2020000, size:30488 11:52:02 T:18446744072754565902 INFO: CDVDPlayerVideo::Decode dts:1999978 pts:2000000 cur:2000000, size:16162 11:52:02 T:18446744072754566412 INFO: CDVDPlayerVideo::Decode dts:2019978 pts:2040000 cur:2040000, size:17207 11:52:02 T:18446744072754566872 INFO: CDVDPlayerVideo::Decode dts:2039978 pts:2140000 cur:2140000, size:51194 11:52:02 T:18446744072754571047 INFO: CDVDPlayerVideo::Decode dts:2059978 pts:2100000 cur:2100000, size:29320 11:52:02 T:18446744072754572604 INFO: CDVDPlayerVideo::Decode dts:2079978 pts:2080000 cur:2080000, size:16653 11:52:02 T:18446744072754573029 INFO: CDVDPlayerVideo::Decode dts:2099978 pts:2120000 cur:2120000, size:20551 11:52:02 T:18446744072754573458 INFO: CDVDPlayerVideo::Decode dts:2119978 pts:2220000 cur:2220000, size:73307 11:52:02 T:18446744072754574275 INFO: CDVDPlayerVideo::Decode dts:2139978 pts:2180000 cur:2180000, size:29475 11:52:02 T:18446744072754574774 INFO: CDVDPlayerVideo::Decode dts:2159978 pts:2160000 cur:2160000, size:17045 11:52:02 T:18446744072754575155 INFO: CDVDPlayerVideo::Decode dts:2179978 pts:2200000 cur:2200000, size:17053 11:52:02 T:18446744072754575579 INFO: CDVDPlayerVideo::Decode dts:2199978 pts:2300000 cur:2300000, size:55457 11:52:02 T:18446744072754576343 INFO: CDVDPlayerVideo::Decode dts:2219978 pts:2260000 cur:2260000, size:29357 11:52:02 T:18446744072754576825 INFO: CDVDPlayerVideo::Decode dts:2239978 pts:2240000 cur:2240000, size:16611 11:52:02 T:18446744072754577188 INFO: CDVDPlayerVideo::Decode dts:2259978 pts:2280000 cur:2280000, size:17411 11:52:02 T:18446744072754577572 INFO: CDVDPlayerVideo::Decode dts:2279978 pts:2380000 cur:2380000, size:52161 11:52:02 T:18446744072754578129 INFO: CDVDPlayerVideo::Decode dts:2299978 pts:2340000 cur:2340000, size:29740 11:52:02 T:18446744072754578601 INFO: CDVDPlayerVideo::Decode dts:2319978 pts:2320000 cur:2320000, size:19979 11:52:02 T:18446744072754579143 INFO: CDVDPlayerVideo::Decode dts:2339978 pts:2360000 cur:2360000, size:16378 11:52:02 T:18446744072754579548 INFO: CDVDPlayerVideo::Decode dts:2359978 pts:2460000 cur:2460000, size:60321 11:52:02 T:18446744072754580295 INFO: CDVDPlayerVideo::Decode dts:2379978 pts:2420000 cur:2420000, size:35591 11:52:02 T:18446744072754580808 INFO: CDVDPlayerVideo::Decode dts:2399978 pts:2400000 cur:2400000, size:21597 11:52:02 T:18446744072754581226 INFO: CDVDPlayerVideo::Decode dts:2419978 pts:2440000 cur:2440000, size:21746 11:52:02 T:18446744072754582316 INFO: CDVDPlayerVideo::Decode dts:2439978 pts:2480000 cur:2480000, size:99011 11:52:02 T:18446744072754583425 INFO: CDVDPlayerVideo::Decode dts:2459978 pts:2560000 cur:2560000, size:71080 11:52:02 T:18446744072754584093 INFO: CDVDPlayerVideo::Decode dts:2479978 pts:2520000 cur:2520000, size:43871 11:52:02 T:18446744072754584606 INFO: CDVDPlayerVideo::Decode dts:2499978 pts:2500000 cur:2500000, size:17682 11:52:02 T:18446744072754584974 INFO: CDVDPlayerVideo::Decode dts:2519978 pts:2540000 cur:2540000, size:17928 11:52:02 T:18446744072754585329 INFO: CDVDPlayerVideo::Decode dts:2539978 pts:2640000 cur:2640000, size:53824 11:52:02 T:18446744072754585890 INFO: CDVDPlayerVideo::Decode dts:2559978 pts:2600000 cur:2600000, size:30944 11:52:02 T:18446744072754586292 INFO: CDVDPlayerVideo::Decode dts:2579978 pts:2580000 cur:2580000, size:18211 11:52:02 T:18446744072754586662 INFO: CDVDPlayerVideo::Decode dts:2599978 pts:2620000 cur:2620000, size:17724 11:52:02 T:18446744072754587039 INFO: CDVDPlayerVideo::Decode dts:2619978 pts:2720000 cur:2720000, size:63718 11:52:02 T:18446744072754587824 INFO: CDVDPlayerVideo::Decode dts:2639978 pts:2680000 cur:2680000, size:37042 11:52:02 T:18446744072754588438 INFO: CDVDPlayerVideo::Decode dts:2659978 pts:2660000 cur:2660000, size:21339 11:52:02 T:18446744072754588895 INFO: CDVDPlayerVideo::Decode dts:2679978 pts:2700000 cur:2700000, size:15947 11:52:02 T:18446744072754589273 INFO: CDVDPlayerVideo::Decode dts:2699978 pts:2800000 cur:2800000, size:48633 11:52:02 T:18446744072754620090 INFO: CDVDPlayerVideo::Decode dts:2719978 pts:2760000 cur:2760000, size:27974 11:52:02 T:18446744072754620819 INFO: CDVDPlayerVideo::Decode dts:2739978 pts:2740000 cur:2740000, size:11853 11:52:02 T:18446744072754621427 INFO: CDVDPlayerVideo::Decode dts:2759978 pts:2780000 cur:2780000, size:11740 11:52:02 T:18446744072754632560 INFO: CDVDPlayerVideo::Decode dts:2779978 pts:2880000 cur:2880000, size:66130 11:52:02 T:18446744072754633306 INFO: CDVDPlayerVideo::Decode dts:2799978 pts:2840000 cur:2840000, size:33760 11:52:02 T:18446744072754654067 INFO: CDVDPlayerVideo::Decode dts:2819978 pts:2820000 cur:2820000, size:17500 11:52:02 T:18446744072754655142 INFO: CDVDPlayerVideo::Decode dts:2839978 pts:2860000 cur:2860000, size:15348 11:52:02 T:18446744072754655705 INFO: CDVDPlayerVideo::Decode dts:2859978 pts:2960000 cur:2960000, size:72718 11:52:02 T:18446744072754666553 INFO: CDVDPlayerVideo::Decode dts:2879978 pts:2920000 cur:2920000, size:28342 11:52:02 T:18446744072754689129 INFO: CDVDPlayerVideo::Decode dts:2899978 pts:2900000 cur:2900000, size:15326 11:52:02 T:18446744072754690107 INFO: CDVDPlayerVideo::Decode dts:2919978 pts:2940000 cur:2940000, size:17144 11:52:02 T:18446744072754690828 INFO: CDVDPlayerVideo::Decode dts:2939978 pts:3040000 cur:3040000, size:61126 11:52:02 T:18446744072754723108 INFO: CDVDPlayerVideo::Decode dts:2959978 pts:3000000 cur:3000000, size:29458 11:52:02 T:18446744072754726792 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_render input port 90 output port 90 m_handle 0x6df005d0 11:52:02 T:18446744072754726930 DEBUG: COMXVideo::PortSettingsChangedLogger - 1280x720@50.00 interlace:0 deinterlace:0 anaglyph:0 par:1.00 display:0 layer:0 alpha:255 aspectMode:0 11:52:02 T:18446744072754730242 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_scheduler input port 10 output port 11 m_handle 0x6df006e0 11:52:02 T:18446744072754740320 INFO: CDVDPlayerVideo::Decode dts:2979978 pts:2980000 cur:2980000, size:16106 11:52:02 T:18446744072754741709 INFO: CDVDPlayerVideo::Decode dts:2999978 pts:3020000 cur:3020000, size:16905 11:52:02 T:18446744072754742906 INFO: CDVDPlayerVideo::Decode dts:3019978 pts:3120000 cur:3120000, size:47597 11:52:02 T:18446744072754743888 INFO: CDVDPlayerVideo::Decode dts:3039978 pts:3080000 cur:3080000, size:27772 11:52:02 T:18446744072754756172 INFO: CDVDPlayerVideo::Decode dts:3059978 pts:3060000 cur:3060000, size:16047 11:52:02 T:18446744072754757372 INFO: CDVDPlayerVideo::Decode dts:3079978 pts:3100000 cur:3100000, size:23222 11:52:02 T:18446744072754779147 INFO: CDVDPlayerVideo::Decode dts:3099978 pts:3140000 cur:3140000, size:111109 11:52:02 T:18446744072754791345 INFO: CDVDPlayerVideo::Decode dts:3119978 pts:3220000 cur:3220000, size:68499 11:52:02 T:18446744072754793039 INFO: CDVDPlayerVideo::Decode dts:3139978 pts:3180000 cur:3180000, size:39854 11:52:02 T:18446744072754793921 INFO: CDVDPlayerVideo::Decode dts:3159978 pts:3160000 cur:3160000, size:19475 11:52:02 T:18446744072754795805 INFO: CDVDPlayerVideo::Decode dts:3179978 pts:3200000 cur:3200000, size:21175 11:52:04 T:18446744072756530949 ERROR: COMXCoreComponent::WaitForCommand OMX.broadcom.audio_mixer wait timeout event.eEvent 0x00000000 event.command 0x00000000 event.nData2 2 11:52:04 T:18446744072756531115 ERROR: COMXCoreComponent::WaitForCommand - OMX.broadcom.audio_mixer failed with omx_err(0x80001011) 11:52:04 T:18446744072756531149 ERROR: COMXCoreComponent::Establish - Error setting state to idle OMX.broadcom.audio_decode omx_err(0x80001011) 11:52:04 T:18446744072756531175 ERROR: COMXAudio::PortSettingsChanged - m_omx_tunnel_decoder.Establish omx_err(0x80001011) 11:52:04 T:18446744072756531200 ERROR: COMXAudio::AddPackets - error PortSettingsChanged omx_err(0x00000000) 11:52:04 T:18446744072756531370 INFO: COMXAudio::ApplyVolume - Volume=1.00 (* 1.00 * 1.00) 11:52:04 T:18446744072756531426 INFO: CDVDPlayerAudio::Decode dts:293734 pts:293734 size:768 11:52:04 T:18446744072756531529 DEBUG: Normal M:0 (A:269734 V:980000) P:1 A:0.27 V:0.98/T:0.20 (0,0,1,1) A:2% V:41% (0.10,6.07) 11:52:04 T:18446744072756531636 DEBUG: Resume 0.27,0.98 (0,0,1,1) EOF:0 PKT:(nil) 11:52:04 T:18446744072756531665 DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1 11:52:04 T:18446744072756531811 INFO: CDVDPlayerAudio::Decode dts:317734 pts:317734 size:768 11:52:04 T:18446744072756532071 INFO: CDVDPlayerAudio::Decode dts:341734 pts:341734 size:782 11:52:04 T:18446744072756532349 INFO: CDVDPlayerAudio::Decode dts:365734 pts:365734 size:768 11:52:04 T:18446744072756532653 INFO: CDVDPlayerAudio::Decode dts:389734 pts:389734 size:768 11:52:04 T:18446744072756532721 DEBUG: Normal M:0 (A:365734 V:3300000) P:0 A:0.37 V:3.30/T:0.20 (0,0,1,1) A:2% V:2% (0.10,6.07) 11:52:04 T:18446744072756532941 INFO: CDVDPlayerAudio::Decode dts:413734 pts:413734 size:768 11:52:04 T:18446744072756533222 INFO: CDVDPlayerAudio::Decode dts:437734 pts:437734 size:768 11:52:04 T:18446744072756533506 ERROR: COMXAudio::Decode timeout 11:52:04 T:18446744072756533602 INFO: CDVDPlayerAudio::Decode dts:461734 pts:461734 size:782 11:52:04 T:18446744072756533956 INFO: CDVDPlayerAudio::Decode dts:485734 pts:485734 size:768 11:52:04 T:18446744072756534407 INFO: CDVDPlayerAudio::Decode dts:509734 pts:509734 size:768 11:52:04 T:18446744072756534711 INFO: CDVDPlayerAudio::Decode dts:533734 pts:533734 size:768 11:52:04 T:18446744072756535036 INFO: CDVDPlayerAudio::Decode dts:557734 pts:557734 size:768 11:52:04 T:18446744072756535328 INFO: CDVDPlayerAudio::Decode dts:581734 pts:581734 size:782 11:52:04 T:18446744072756535738 INFO: CDVDPlayerAudio::Decode dts:605734 pts:605734 size:768 11:52:04 T:18446744072756536464 ERROR: COMXAudio::Decode timeout 11:52:04 T:18446744072756536717 INFO: CDVDPlayerAudio::Decode dts:629734 pts:629734 size:768 11:52:04 T:18446744072756537743 INFO: CDVDPlayerAudio::Decode dts:653734 pts:653734 size:768 11:52:04 T:18446744072756538317 INFO: CDVDPlayerAudio::Decode dts:677734 pts:677734 size:768 11:52:04 T:18446744072756538868 INFO: CDVDPlayerAudio::Decode dts:701734 pts:701734 size:782 11:52:04 T:18446744072756539324 INFO: CDVDPlayerAudio::Decode dts:725734 pts:725734 size:768 11:52:04 T:18446744072756539682 INFO: CDVDPlayerAudio::Decode dts:749734 pts:749734 size:768 11:52:04 T:18446744072756540051 INFO: CDVDPlayerAudio::Decode dts:773734 pts:773734 size:768 11:52:04 T:18446744072756540417 ERROR: COMXAudio::Decode timeout 11:52:04 T:18446744072756540483 INFO: CDVDPlayerAudio::Decode dts:797734 pts:797734 size:768 11:52:04 T:18446744072756540817 INFO: CDVDPlayerAudio::Decode dts:821734 pts:821734 size:782 11:52:04 T:18446744072756541161 INFO: CDVDPlayerAudio::Decode dts:845734 pts:845734 size:768 11:52:04 T:18446744072756541530 INFO: CDVDPlayerAudio::Decode dts:869734 pts:869734 size:768 11:52:04 T:18446744072756542004 INFO: CDVDPlayerAudio::Decode dts:893734 pts:893734 size:768 11:52:04 T:18446744072756542514 INFO: CDVDPlayerAudio::Decode dts:917734 pts:917734 size:768 11:52:04 T:18446744072756542981 INFO: CDVDPlayerAudio::Decode dts:941734 pts:941734 size:782 11:52:04 T:18446744072756543354 ERROR: COMXAudio::Decode timeoutThx in advance,
Marco -
Hi,
What does
pm2 logsay?And do you see omxplayer in the process list ?
$ ps -eaf | grep omxplayer | grep -v grepFinally, can you see if omxplayer works standalone ?
$ omxplayer --vol -6000 --win "0 0 720 576" --live http://192.168.1.50:8001/1:0:19:2B66:3F3:1:C00000:0:0:0: -
@Eisblume
I have some ideas and need your feedback:- is there a special reason why you are using the
dev branch? If not, try themaster branchinstead - is streaming of recordings working?
- your log shows that omx player is doing something, please consider it takes up to 15 seconds before a stream starts after you send
DB-Play - are your enigma2 settings on your VU like this (similar, the following screenshot is of a Dreambox DM800SE with a oozoon image):

AxLED
- is there a special reason why you are using the
-
Hey Guys,
thanks a lot for your help. I checked everything you mentioned.
But at last the problem was that I did everything which is written in the Tutorial for installing MagicMirror on a Raspberry ;-) !
In the Tutorial for “Configuring the Raspberry Pi” is recommended to enable the OpenGL-Driver. I did it before installing anything else.
But this was the Problem, when I disable this driver, omxplayer works fine with this module. -
-
Yes, works perfect as you can see on the picture.

Now I finally have to build the frame with the mirror ;-).
-
Hallo, i installed the module like in github say.
After install and restart! this is the log after starting:
pi@InfoTerminal:~ $ tail -fn 20 /home/pi/.pm2/logs/MagicMirror-error.log at Module._compile (node:internal/modules/cjs/loader:1118:14) at Module._extensions..js (node:internal/modules/cjs/loader:1173:10) { code: 'MODULE_NOT_FOUND', requireStack: [ '/home/pi/MagicMirror/modules/MMM-Dreambox/node_helper.js', '/home/pi/MagicMirror/js/app.js', '/home/pi/MagicMirror/js/electron.js', '/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js', undefined ] } [07.11.2022 23:20.08.526] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? [07.11.2022 23:20.08.527] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) failed to load driver: kms_swrast MESA-LOADER: failed to open swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) failed to load swrast driverany tip for me?
Thanks -
@robiv8 back up in the log output about 10 lines is the thing missing
see
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/1 -
@sdetweil
many thanks
Update:
The list is coming and with http://192.168.3.140:8080/remote?action=NOTIFICATION¬ification=DB-SERVICE-NEXT i can go up and down in the Favourites.
When i put http://192.168.3.140:8080/remote?action=NOTIFICATION¬ification=DB-PLAY in a browser,
on the epglist comes the play sign but no video?
The test with:omxplayer http://192.168.3.105:8002/1:0:1:2F1D:441:1:C00000:0:0:0:
is fine and the video is playing fine.any tip for me
-
I solved it myself :-)
The problem was that no video was played. With Omxplayer and the direct streamlink it did.
But! My VU Solo2 sends 2 streams, one normal and one transcoded. I think the second one is the weakened one for weak players :-)
The original stream goes through port 8001 and the transcoded one through 8002, and that was the solution.
I changed that in the node_helper.js at DB-PLAY.It would be great if you could set this individually in the config.
Deutsch:
Probblem war das kein Video abgespielt wurde. Mit Omxplayer und dem direkten streamlink hat es aber getan.Aber! Meine VU Solo2 sendet 2 streams, einmal den Normalen und einmal den Transkodierten. Ich denke der zweite ist der abgeschwächte für schwache Player :-)
Der Original Stream läuft über den port 8001 und er Transkodierte über 8002, und das war die lösung.
Ich habe das in der node_helper.js geändert bei DB-PLAY.Es wäre toll wenn man das in der Config Individuell einstellen könnte.
-
Now I need some help,
- why doesn’t it show me the EPG info.
- can I put it in 2 columns next to each other (to save space) with so many channels?
and last but not least
When you press DB-PLAY it takes about 5-10 seconds until the video comes, can you set a status bar with a sample message until the stream starts: Video coming or similar.
Thank you very much
And this module is awesome :-)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login