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
A video stream is mapped from an MP4 file using HLS with .ts segments.
The audio is converted separately using ffmpeg.
How can I get the audio to be in sync with the video when they are generated separately like this?
I already use -copyts when converting the audio to m3u8/ts segments in ffmpeg.
This need exists because I have multiple video quality levels and a single audio stream, and the video levels are converted separately.
Any ideas what can be done? What is the best way to keep audio in sync?
The text was updated successfully, but these errors were encountered:
My player has the following scenario:
How can I get the audio to be in sync with the video when they are generated separately like this?
I already use -copyts when converting the audio to m3u8/ts segments in ffmpeg.
This need exists because I have multiple video quality levels and a single audio stream, and the video levels are converted separately.
Any ideas what can be done? What is the best way to keep audio in sync?
The text was updated successfully, but these errors were encountered: