Hello,
I am using tvheadend 4.3-2209gb225e4d6c running in a docker container.
When using the DVR feature, I usually use the default recording profile, which works great.
As I would like to jump back and forwards in my recordings, I read that I would need to switch to matroska. But sadly that seems to break my recordings.
Even though the UI shows, that no errors during the recording occured, trying to replay the recording through TVHeadend-Stream, as well as by opening the file directly in VLC, causes the playback to get stuck aufter a few seconds.
I opened the VLC messages during playback and got spammed with:
"Timestamp conversion failed (delay 1000000, buffering 4500, bound 3000000)
Could not convert timestamp 2153299294000 for mpg123
Timestamp conversion failed (delay 1000000, buffering 4500, bound 3000000)
Could not convert timestamp 2153299518000 for mpg123
Timestamp conversion failed (delay 1000000, buffering 4500, bound 3000000)
Could not convert timestamp 2153299542000 for mpg123
..."
As I don't have those issues when using the default recording profile, I assume, that the source signal is actually fine, but something with ffmpeg/matroska is causing issues.
Does anyone ever experience this / is there anything I can double-check or verify?
Thanks a lot