Omxplayer Error - Raspberry Pi B+
Posted: Tue Jan 27, 2015 10:50 pm
Hi
I have set up a schedule to play videos using omxplayer/cron/c++ (using system() calls) on the raspberry pi (B+). The videos launch fine for around 1 day and then after that omxplayer doesn't play the videos ("* failed to add service- already in use?") and i need to restart the pi to make it work again. Here are the details:
omxplayer -v :
Build date: Fri, 24 Oct 2014 00:48:49 +0000
Version : 98982df [master]
Repository: https://github.com/popcornmix/omxplayer.git
uname -a
Linux raspberrypi 3.12.36+ #737 PREEMPT Wed Jan 14 19:40:07 GMT 2015 armv6l GNU/Linux
I have attached omxplayer.log, according to this it is an audio problem but I am unsure how to fix.
Please help. I have Googled the error and none of the solutions worked for me. I have also tried
before launching the video.
Thanks
I have set up a schedule to play videos using omxplayer/cron/c++ (using system() calls) on the raspberry pi (B+). The videos launch fine for around 1 day and then after that omxplayer doesn't play the videos ("* failed to add service- already in use?") and i need to restart the pi to make it work again. Here are the details:
omxplayer -v :
Build date: Fri, 24 Oct 2014 00:48:49 +0000
Version : 98982df [master]
Repository: https://github.com/popcornmix/omxplayer.git
uname -a
Linux raspberrypi 3.12.36+ #737 PREEMPT Wed Jan 14 19:40:07 GMT 2015 armv6l GNU/Linux
I have attached omxplayer.log, according to this it is an audio problem but I am unsure how to fix.
Code: Select all
22:33:19 T:1112340559 DEBUG: DllBcm: Using omx system library
22:33:19 T:1112345728 DEBUG: DllOMX: Using omx system library
22:33:19 T:1112349298 DEBUG: DllAvFormat: Using libavformat system library
22:33:19 T:1112362743 WARNING: Failed to acquire D-Bus name 'org.mpris.MediaPlayer2.omxplayer'
22:33:19 T:1112364967 WARNING: DBus connection failed, trying alternate
22:33:19 T:1112374841 DEBUG: DBus connection succeeded
22:33:19 T:1112385886 DEBUG: Keyboard: DBus connection succeeded
22:33:19 T:1112386712 DEBUG: OMXThread::Create - Thread with id -1303616448 started
22:33:19 T:1112387180 DEBUG: DllAvUtilBase: Using libavutil system library
22:33:19 T:1112387389 DEBUG: DllAvCodec: Using libavcodec system library
22:33:19 T:1112387554 DEBUG: DllAvFormat: Using libavformat system library
22:33:19 T:1112392689 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1112894865 DEBUG: Previous line repeats 24 times.
22:33:20 T:1112894865 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.clock input port 80 output port 81 m_handle 0x45ec20
22:33:20 T:1112896615 DEBUG: OMXClock::OMXStop
22:33:20 T:1112897367 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
22:33:20 T:1112898730 DEBUG: DllAvUtilBase: Using libavutil system library
22:33:20 T:1112898993 DEBUG: DllAvCodec: Using libavcodec system library
22:33:20 T:1112899151 DEBUG: DllAvFormat: Using libavformat system library
22:33:20 T:1112902245 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1112907134 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.video_decode input port 130 output port 131 m_handle 0x45ebb0
22:33:20 T:1112912213 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.video_decode) - port(130), nBufferCountMin(1), nBufferCountActual(60), nBufferSize(81920), nBufferAlignmen(16)
22:33:20 T:1112922808 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1112946943 DEBUG: Previous line repeats 1 times.
22:33:20 T:1112946943 DEBUG: COMXVideo::Open - decoder_component(0x0x45ebb0), input_port(0x82), output_port(0x83) deinterlace 1 hdmiclocksync 0
22:33:20 T:1112948768 DEBUG: OMXThread::Create - Thread with id -1317014464 started
22:33:20 T:1112949320 DEBUG: OMXThread::Create - Thread with id -1325403072 started
22:33:20 T:1112949745 DEBUG: DllAvUtilBase: Using libavutil system library
22:33:20 T:1112949937 DEBUG: DllAvCodec: Using libavcodec system library
22:33:20 T:1112950094 DEBUG: DllAvFormat: Using libavformat system library
22:33:20 T:1112950364 DEBUG: DllAvUtilBase: Using libavutil system library
22:33:20 T:1112950532 DEBUG: DllAvCodec: Using libavcodec system library
22:33:20 T:1112950688 DEBUG: DllAvFormat: Using libswresample system library
22:33:20 T:1112970805 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113005216 DEBUG: Previous line repeats 1 times.
22:33:20 T:1113005216 DEBUG: DllAvUtilBase: Using libavutil system library
22:33:20 T:1113005907 DEBUG: COMXAudio::SetCodingType OMX_AUDIO_CodingPCM
22:33:20 T:1113006306 INFO: CPCMRemap: I channel map: FL,FR
22:33:20 T:1113006619 INFO: CPCMRemap: O channel map: FL,FR
22:33:20 T:1113006800 DEBUG: CPCMRemap: Downmix normalization is disabled
22:33:20 T:1113007056 DEBUG: CPCMRemap: FL = FL(1.000000*)
22:33:20 T:1113007351 DEBUG: CPCMRemap: FR = FR(1.000000*)
22:33:20 T:1113013254 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113023082 DEBUG: OMXThread::StopThread - Thread stopped
22:33:20 T:1113024791 ERROR: COMXCoreComponent::FlushInput - Error on component OMX.broadcom.audio_decode omx_err(0x8000101b)
22:33:20 T:1113025720 DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_decode input port 120 output port 121 m_handle 0x5a5ff0
22:33:20 T:1113033794 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113045747 DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_decode) - port(120), nBufferCountMin(4), nBufferCountActual(16), nBufferSize(65536), nBufferAlignmen(16)
22:33:20 T:1113054408 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113072835 DEBUG: COMXAudio::Initialize Input bps 32 samplerate 44100 channels 2 buffer size 529200 bytes per second 352800
22:33:20 T:1113073632 DEBUG: pcm->direction : input
22:33:20 T:1113073874 DEBUG: pcm->nPortIndex : 0
22:33:20 T:1113074048 DEBUG: pcm->eNumData : 0
22:33:20 T:1113074290 DEBUG: pcm->eEndian : 1
22:33:20 T:1113074489 DEBUG: pcm->bInterleaved : 1
22:33:20 T:1113074669 DEBUG: pcm->nBitPerSample : 32
22:33:20 T:1113082298 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113082730 DEBUG: pcm->ePCMMode : 0
22:33:20 T:1113082939 DEBUG: pcm->nChannels : 2
22:33:20 T:1113083102 DEBUG: pcm->nSamplingRate : 44100
22:33:20 T:1113083262 DEBUG: OMX_AUDIO_ChannelLF
22:33:20 T:1113083475 DEBUG: OMX_AUDIO_ChannelRF
22:33:20 T:1113084635 DEBUG: COMXAudio::Initialize device omx:hdmi passthrough 0 hwdecode 0
22:33:20 T:1113086154 DEBUG: OMXThread::Create - Thread with id -1333791680 started
22:33:20 T:1113087764 NOTICE: OMXClock using audio as reference
22:33:20 T:1113088735 DEBUG: OMXThread::Run - Exited thread with id -1333791680
22:33:20 T:1113092261 DEBUG: OMXClock::OMXReset audio / video : 1 / 1 wait mask 0->3 state : 2->1
22:33:20 T:1113102859 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113103900 DEBUG: Popped message member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
22:33:20 T:1113104248 WARNING: Unhandled dbus message, member: NameAcquired interface: org.freedesktop.DBus type: 4 path: /org/freedesktop/DBus
22:33:20 T:1113107794 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.34)
22:33:20 T:1113123490 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113129407 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.34)
22:33:20 T:1113129864 DEBUG: Resume 0.00,0.00 (0,0,0,0) EOF:0 PKT:0x59b728
22:33:20 T:1113130095 DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1
22:33:20 T:1113144069 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113152199 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113164628 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113173800 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113185161 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113195257 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113205771 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113217601 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113226458 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113239068 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113247051 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113261334 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113267690 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113283066 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113288265 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113305286 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113308850 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113327383 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113329423 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113349558 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113350500 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113371778 DEBUG: Previous line repeats 1 times.
22:33:20 T:1113371778 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113391377 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113393390 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113412124 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113415093 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113432697 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113436855 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113453247 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113458359 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113473850 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113491721 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113494729 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113505906 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113515233 DEBUG: Keyboard: Process() m_bStop 0
22:33:20 T:1113527388 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:20 T:1113535799 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113548889 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113556377 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113570394 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113576967 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113592855 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113597551 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113614243 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113618663 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113636388 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113639456 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113657830 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113660089 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113679265 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113680629 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113700734 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113701310 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113722619 DEBUG: Previous line repeats 1 times.
22:33:21 T:1113722619 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113742078 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113744252 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113762711 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113765520 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113783486 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113786801 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113804084 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113808389 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113824746 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113829733 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113845331 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113851047 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113865885 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113872442 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113886861 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113893760 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113907505 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113915059 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113928025 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113936358 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113948550 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113957661 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113969039 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1113978991 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1113989589 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114001204 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114010149 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114022603 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114030704 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114043936 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114052449 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114065247 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114072992 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114087017 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114093565 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114108437 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114114094 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114129777 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114134662 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114151151 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114155207 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114172699 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114175697 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114194047 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114196413 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114215452 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114216939 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114236865 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114237481 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114258524 DEBUG: Previous line repeats 1 times.
22:33:21 T:1114258524 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114278158 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114280119 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114298762 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114301398 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114319251 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114322834 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114339810 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114344205 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114360328 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114365468 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114380841 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114396625 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114401620 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114407938 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114422150 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114429256 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114442808 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114450592 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114463352 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114473474 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114486825 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114498616 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114516329 DEBUG: Keyboard: Process() m_bStop 0
22:33:21 T:1114523434 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:21 T:1114537083 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114544730 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114557845 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114565950 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114578706 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114587227 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114599527 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114608514 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114620298 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114629757 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114641074 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114651002 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114662979 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114674915 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114683725 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114699708 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114704217 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114721213 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114724731 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114742711 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114745270 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114764104 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114765744 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114785452 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114786189 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114807313 DEBUG: Previous line repeats 1 times.
22:33:22 T:1114807313 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114826974 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114828786 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114847533 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114850040 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114868466 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114871391 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114889031 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114892837 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114909700 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114914211 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114930242 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114935636 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114950850 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114957025 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114971396 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114978335 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1114991946 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1114999859 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1115012596 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1115021179 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,6.34)
22:33:22 T:1115025474 ERROR: COMXCoreComponent::WaitForCommand OMX.broadcom.audio_decode wait timeout event.eEvent 0x00000000 event.command 0x00000001 event.nData2 0
22:33:22 T:1115025817 ERROR: COMXCoreComponent::FlushInput - OMX.broadcom.audio_decode WaitForCommand omx_err(0x80001011)
22:33:22 T:1115033203 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1115047810 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,3.37)
22:33:22 T:1115048641 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.audio_decode handle 0x5a5ff0
22:33:22 T:1115048916 ERROR: COMXCoreComponent::Deinitialize - failed to free handle for component OMX.broadcom.audio_decode omx_err(0x0006370c)
22:33:22 T:1115050138 DEBUG: OMXThread::Run - Exited thread with id -1317014464
22:33:22 T:1115050824 DEBUG: OMXThread::StopThread - Thread stopped
22:33:22 T:1115053704 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1115074140 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,0.00)
22:33:22 T:1115079130 DEBUG: Keyboard: Process() m_bStop 0
22:33:22 T:1115089989 DEBUG: COMXCoreComponent::Deinitialize : OMX.broadcom.video_decode handle 0x45ebb0
22:33:22 T:1115099737 DEBUG: OMXThread::Run - Exited thread with id -1303616448
22:33:22 T:1115101422 DEBUG: Normal M:0 (A:-4503599627370496 V:-4503599627370496) P:0 A:0.00 V:0.00/T:0.20 (0,0,0,0) A:0% V:0% (0.00,0.00)
22:33:22 T:1115102291 DEBUG: OMXThread::StopThread - Thread stopped
Code: Select all
killall omxplayer.binThanks