openELEC 4.07 - Video Crash
#1
Video freezes with the following debug messages:

17:16:49 T:2941252688 DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1
17:16:58 T:2896077904 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
17:17:11 T:2941252688 WARNING: Previous line repeats 68 times.
17:17:11 T:2941252688 DEBUG: Pause 4.05,0.10 (A:00 V:10) EOF:0 FULL:0 T:16.00
17:17:11 T:2941252688 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1
17:17:11 T:2896077904 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
17:17:17 T:2941252688 WARNING: Previous line repeats 3 times.
17:17:17 T:2941252688 DEBUG: Resume 4.08,5.87 (A:00 V:00) EOF:0 FULL:1 T:16.00
17:17:18 T:2941252688 DEBUG: OMXClock::OMXSetSpeed(1.00) pause_resume:1
17:17:21 T:2896077904 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
17:17:32 T:2941252688 WARNING: Previous line repeats 39 times.
17:17:32 T:2941252688 DEBUG: Pause -2.61,-2.68 (A:10 V:10) EOF:0 FULL:0 T:16.00
17:17:34 T:2941252688 DEBUG: OMXClock::OMXSetSpeed(0.00) pause_resume:1

Actually, I tried to add the following /flash/cmdline.txt as suggested from other threads.
dwc_otg.fiq_fsm_enable=0
But still no good.

I can still shell in with SSH, but very very slow. Any clues?

Note:
XBMC version: 13.1
openELEC version 4.07
A 15G mkv file streaming over the NFS server using wire connection.
The playback used to be working fine on RASPBMC. Now I switch to openELEC for quicker response but the video freezes.
Reply
#2
Those messages are typical buffering due to lack of network bandwidth.
Try copying the file locally (e.g. to sdcard or USB stick) and confirm that plays well.

Probably worth doing some experiments to determine what bandwidth you are getting from network.
Try installing the iperf add-on and measuring bandwidth from NFS server.

Might be worth investigating settings on NFS server (e.g. you may be able to increast max block sizes used).
You can also mount the NFS share through the OS rather than xbmc which tends to get better throughput.

I find something like:
Code:
mount 192.168.4.9:/Public -o nfsvers=3,rw,intr,noatime,rsize=32768,wsize=32768,nolock,async,proto=udp /storage/mnt

improves throughput.
Reply
#3
Thanks for your suggestion. It's the problem of the movie itself.
I tried another video of almost the same bit rate, and it plays well. So shouldn't be the problem of OpenELEC.
Just curious why the problematic vidoe played well on RASPBMC before switching to OpenELEC.
Anyway thank you!
Reply

Logout Mark Read Team Forum Stats Members Help
openELEC 4.07 - Video Crash0