Skip to content
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

HLS don't work with AMD HW AV1 #3902

Open
DoM1niC opened this issue Oct 23, 2024 · 1 comment
Open

HLS don't work with AMD HW AV1 #3902

DoM1niC opened this issue Oct 23, 2024 · 1 comment

Comments

@DoM1niC
Copy link

DoM1niC commented Oct 23, 2024

Which version are you using?

main

Which operating system are you using?

Linux amd64 standard

Describe how to replicate the issue

Publish a Stream in RTMP or WHEP with AMD HW AV1 failed to get a valid HLS Stream, e.g. switch to CPU based Codec SVT-AV1 or NVENC HLS will work fine by this Codecs / Encoder.

Server logs

ERR [HLS] [muxer dom1nic] muxer error: unable to parse AV1 sequence header: timing_info_present_flag is not supported yet

Network dump

No response

@DoM1niC
Copy link
Author

DoM1niC commented Oct 24, 2024

I tested it with a person who have NVENC (Nvidia), this works fine here !

curl https://*******/index.m3u8

#EXTM3U
#EXT-X-VERSION:9
#EXT-X-INDEPENDENT-SEGMENTS

#EXT-X-MEDIA:TYPE="AUDIO",GROUP-ID="audio",NAME="audio2",AUTOSELECT=YES,DEFAULT=YES,URI="audio2_stream.m3u8"

#EXT-X-STREAM-INF:BANDWIDTH=2099944,AVERAGE-BANDWIDTH=2032290,CODECS="av01.0.09M.10.0.110.01.01.01.0,mp4a.40.2",RESOLUTION=1920x1080,AUDIO="audio"
video1_stream.m3u8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant