You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have been doing some tests with DVB subtitles on our live streams and they work quite well, except for when the input UDP does not start with zero PTS.
As you can see, the subtitles starts with <S t="0" d="288000" r="639"/> but the other tracks starts with 182162760/90000 timestamp, not zero.
This content is then unplayable by for example shaka-player.
I know I could "fix" this by re-encoding the input or always trying to start the ffmpeg and packager at the same time but that is sub-optimal. Do you think this could be fixed?
Thank you
Jakub
The text was updated successfully, but these errors were encountered:
Hello
we have been doing some tests with DVB subtitles on our live streams and they work quite well, except for when the input UDP does not start with zero PTS.
For example when I got stream
and packager command
the MPD looks like this
As you can see, the subtitles starts with
<S t="0" d="288000" r="639"/>
but the other tracks starts with182162760/90000
timestamp, not zero.This content is then unplayable by for example shaka-player.
I know I could "fix" this by re-encoding the input or always trying to start the ffmpeg and packager at the same time but that is sub-optimal. Do you think this could be fixed?
Thank you
Jakub
The text was updated successfully, but these errors were encountered: