(2013-01-24, 22:16)FernetMenta Wrote: Thanks, obviously something wrong there. Do you have instructions how to duplicate this, buffer size, SD or HD, when does this happen, have you identified a pattern?
Yes, i agree. For me, it looks like an issue in the xbmc code, not in the addon and not in the vnsiserver. But this code is too high for me.
Unfortunately i have no idea how to reproduce it. It simply happens. Last days i tested with 2GB buffer, today with 700MB. I wait until buffer was filled completely, went through the buffer and then leave xbmc alone. After i came back, livetv was played in slowmotion again.
I'm using DVB-T and testing always on the same channel ("Das Erste", SD). Tomorrow i will take another channel from another provider, will see what happens.
IMHO, here begins the problem:
Code:
It's the first time "audio stream stalled. start buffering" appears.
Jan 24 18:11:10 T:139667249153792 INFO: EPG - UpdateFromScraper - updating EPG for channel 'München TV' from client '1'
Jan 24 18:11:10 T:139667257546496 DEBUG: CPVRTimers - Update - updating timers
Jan 24 18:11:10 T:139666037233408 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
Jan 24 18:13:14 T:139666324870912 DEBUG: CDVDPlayer::CheckContinuity - resync backward :2, prev:95443721478.000000, curr:43789.000000, diff:-95443677689.000000
Jan 24 18:13:14 T:139666037233408 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
Jan 24 18:13:14 T:139666037233408 DEBUG: CSoftAEStream::Flush
Jan 24 18:13:15 T:139666324870912 DEBUG: audio stream stalled. start buffering
Jan 24 18:13:15 T:139666324870912 DEBUG: CDVDPlayer::SetCaching - caching state 2
Jan 24 18:13:15 T:139666324870912 DEBUG: CDVDPlayer::CheckContinuity - resync backward :2, prev:190887559167.000000, curr:95443881478.000000, diff:-95443677689.000000
Jan 24 18:13:15 T:139666324870912 DEBUG: set caching from pvr to done. audio (1) = 100. video (1) = 0
Jan 24 18:13:15 T:139666070804224 DEBUG: CPullupCorrection: pattern lost on diff 95443757689.000000
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::Run - Sink restart flagged
Jan 24 18:13:15 T:139667417306880 INFO: CSoftAE::InternalOpenSink - keeping old sink with : AE_FMT_FLOAT, FL,FR, 48000hz
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 4096
Jan 24 18:13:15 T:139666324870912 DEBUG: CDVDPlayer::SetCaching - caching state 0
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::Run - Sink restart flagged
Jan 24 18:13:15 T:139667417306880 INFO: CSoftAE::InternalOpenSink - keeping old sink with : AE_FMT_FLOAT, FL,FR, 48000hz
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
Jan 24 18:13:15 T:139667417306880 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 4096
Jan 24 18:13:15 T:139666037233408 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:95443740070.710510, should be:190886926718.465698, error:95443186647.755188
Jan 24 18:13:15 T:139666037233408 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
Jan 24 18:13:15 T:139666324870912 DEBUG: CDVDPlayer::HandleMessages - player started 1
Jan 24 18:13:15 T:139666324870912 DEBUG: CDVDPlayer::HandleMessages - player started 2
Jan 24 18:13:16 T:139666324870912 DEBUG: CDVDPlayer::CheckContinuity - resync backward :2, prev:286331396856.000000, curr:190887719167.000000, diff:-95443677689.000000
Jan 24 18:13:16 T:139666324870912 DEBUG: CDVDPlayer::CheckContinuity - resync forward :2, prev:286331436856.000000, curr:381775194545.000000, diff:95443717689.000000
Jan 24 18:13:16 T:139666037233408 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:190887567522.936707, should be:190887200422.000000, error:-367100.936707
Jan 24 18:13:16 T:139666324870912 DEBUG: CDVDPlayer::CheckContinuity - resync backward :2, prev:286331516856.000000, curr:190887839167.000000, diff:-95443677689.000000
Jan 24 18:13:16 T:139666037233408 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
It's the first time "audio stream stalled. start buffering" appears