2019-02-17, 00:03
Hello I am trying work on code dealing with timeshifting PVR radio using code that works for TV. Basically seeking backwards is fine but when I seek forward the seek code is executed, the read is ok and things seem to be working in the code but then I see the OSD start time stalling and no audio until the time clock catches up with what was read.
Logs with heavy debugging here http://paste.kodi.tv/refinogexu
The problem starts at this time
2019-02-16 16:48:34.467 T:22956 WARNING: ActiveAE - large audio sync error: 32651.719033
2019-02-16 16:48:34.467 T:22956 DEBUG: ActiveAE - start sync of audio stream
until reading starts again
2019-02-16 16:49:07.330 T:15432 DEBUG: ffmpeg[3C48]: [mpegts] pid=100 pes_code=0x1c0
No reads to the stream took place over that time it was just Kodi waiting. Could someone review the GetStreamTimes() in the logs to see what is going wrong?
Martin
Logs with heavy debugging here http://paste.kodi.tv/refinogexu
The problem starts at this time
2019-02-16 16:48:34.467 T:22956 WARNING: ActiveAE - large audio sync error: 32651.719033
2019-02-16 16:48:34.467 T:22956 DEBUG: ActiveAE - start sync of audio stream
until reading starts again
2019-02-16 16:49:07.330 T:15432 DEBUG: ffmpeg[3C48]: [mpegts] pid=100 pes_code=0x1c0
No reads to the stream took place over that time it was just Kodi waiting. Could someone review the GetStreamTimes() in the logs to see what is going wrong?
Martin