-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated video stream in av1-encoded dash stream #1543
Comments
Sorry, but this doesn't make sense, the MPD has 2 tracks video (v1-x3) and audio (a1-x3). I downloaded both init segments, and analyzed their content, video -
audio -
Each one has a single track, as expected. |
Yep. Same does other tools, like MKVToolNix.
|
@erankor any thoughts why it could be? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
Seems to be a bug - vod-module makes a duplicate of video stream in video metadata of video fragments in mpeg-dash streaming.
sample https://github.com/SPBTV/video_av1_samples/blob/master/spbtv_sample_bipbop_av1_960x540_25fps.mp4
server config:
dash stream
As you can see in ffmpeg output input stream has 3 tracks. But source video file has 1 video and 1 audio.
Here i downloaded init and 1st segment of dash stream and concatenated - same duplication:
The text was updated successfully, but these errors were encountered: