OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 1
Just a heads up:
After about an hour, I'm noticing the audio video sync getting off enough that my wife even notices. I'm fairly sure we get the same thing with OE 5.0.6 too. This is with TV recordings (MPEG2). If I completely stop and resume it, it's ok again. She pauses and skips back and forth a lot, but I don't know if that has anything to do with it. Tonight, I'll check if it shows when pressing O and looking at the codec info. I use OMXPlayer. Audio Offset is most definitely set to 0.000 this time, for sure. Seems to be generating a lot of these during playback:
Code:
04:50:03 72266.812500 T:1583346752 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
04:50:03 72266.820312 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:50:04 72266.914062 T:1583346752 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
04:50:04 72266.921875 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:51:25 72348.000000 T:1968910336 WARNING: Previous line repeats 2484 times.
04:51:25 72348.000000 T:1968910336  NOTICE: CDVDPlayer::CloseFile()
04:51:25 72348.000000 T:1968910336  NOTICE: DVDPlayer: waiting for threads to exit

The snippet is from letting it play for a minute and then stopping the recording playback. Looks like it is continually generating the "didn't consume full packet" while playing back, then skipping cause it to spit out teh CRenderManager::WaitForBuffer line followed by the packet consumption errors. These are related to the subtitle stream being opened (stream 0). I believe that OE 5.0.6 simply refuses to open the stream at all. There's something fishy about WMC recorded TV subtitle streams. Maybe this is problem with OMXPlayer? I'll try MMAL, but in the past it just didn't like the recorded TV streams, might be from the TV signal quality. Maybe all of it is related to signal quality.

Here's the beginning of the playback messages:
Code:
04:43:26 71869.726562 T:1968910336  NOTICE: DVDPlayer: Opening: smb://USERNAME:PASSWORD@I7-PC/Users/Public/Recorded TV/Thriller_KUBEDT4_2015_03_19_03_00_01.wtv
04:43:26 71869.726562 T:1968910336 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
04:43:26 71869.726562 T:1593832512  NOTICE: Thread DVDPlayer start, auto delete: false
04:43:26 71869.734375 T:1593832512  NOTICE: Creating InputStream
04:43:27 71869.929688 T:1593832512  NOTICE: Creating Demuxer
04:43:27 71870.335938 T:1593832512  NOTICE: Opening stream: 1 source: 256
04:43:27 71870.367188 T:1593832512  NOTICE: Creating video thread
04:43:27 71870.367188 T:1583346752  NOTICE: Thread OMXPlayerVideo start, auto delete: false
04:43:27 71870.367188 T:1593832512  NOTICE: Opening stream: 0 source: 256
04:43:27 71870.367188 T:1593832512  NOTICE: Creating audio thread
04:43:27 71870.367188 T:1792013376  NOTICE: Thread OMXPlayerAudio start, auto delete: false
04:43:27 71870.367188 T:1593832512  NOTICE: Opening stream: 2 source: 256
04:43:27 71870.375000 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:43:27 71870.445312 T:1593832512 WARNING: Previous line repeats 155 times.
04:43:27 71870.445312 T:1593832512  NOTICE: OMXClock using audio as reference
04:43:27 71870.453125 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:43:27 71870.523438 T:1583346752 WARNING: Previous line repeats 43 times.
04:43:27 71870.523438 T:1583346752  NOTICE: Display resolution DESKTOP : 1920x1080 (1920x1080) @ 60.00 - Full Screen (16)
04:43:27 71870.523438 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:43:34 71877.734375 T:1583346752 WARNING: Previous line repeats 408 times.
04:43:34 71877.734375 T:1583346752 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
04:43:34 71877.765625 T:1593832512 WARNING: Decode - avcodec_decode_subtitle didn't consume the full packet
04:43:35 71877.835938 T:1583346752 WARNING: Previous line repeats 54 times.
04:43:35 71877.835938 T:1583346752 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer

FYI, it's been up since around 9:00am yesterday with no crashes.
Experience: It's what you get when you were expecting something else.


Messages In This Thread
Missing splash video - by Dinos52 - 2015-02-09, 21:02
MVC Support - by woronczak - 2015-03-12, 05:28
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) - by afremont - 2015-03-20, 12:05
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 112