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

Blank video on AV1 in HLS #3886

Closed
rootdarkarchon opened this issue Oct 18, 2024 · 2 comments · Fixed by #4177
Closed

Blank video on AV1 in HLS #3886

rootdarkarchon opened this issue Oct 18, 2024 · 2 comments · Fixed by #4177
Labels
bug Something isn't working hls

Comments

@rootdarkarchon
Copy link

rootdarkarchon commented Oct 18, 2024

Which version are you using?

1.9.1

Which operating system are you using?

Linux amd64 standard

Describe how to replicate the issue

  1. start the server
  2. publish with OBS to WHIP and AV1 (only tested with NVidia AV1) video codec, Opus Audio codec
  3. read from HLS with browser or VLC

Result:
VLC reports the correct resolution, bitrate, and codec but a blank video. Audio works fine. The browser (tested in Edge) also shows a blank video with audio. Switching to H264 the video and audio work on both browser and VLC. The WebRTC stream shows the video correctly in AV1 when tested with the browser (Edge).

image

Server logs

Oct 18 11:30:18 iNSANE-Olympus mediamtx[3951162]: 2024/10/18 11:30:18 INF [WebRTC] [session 0ab0046f] created by 192.168.1.105:61743
Oct 18 11:30:18 iNSANE-Olympus mediamtx[3951162]: 2024/10/18 11:30:18 INF [WebRTC] [session 0ab0046f] peer connection established, local candidate: host/udp/192.168.1.110/2052, remote candidate: prflx/udp/192.168.1.105/61365
Oct 18 11:30:18 iNSANE-Olympus mediamtx[3951162]: 2024/10/18 11:30:18 INF [WebRTC] [session 0ab0046f] is publishing to path 'insane', 2 tracks (Opus, AV1)
Oct 18 11:30:19 iNSANE-Olympus mediamtx[3951162]: 2024/10/18 11:30:19 INF [HLS] [muxer insane] created (requested by 192.168.1.105:61740)
Oct 18 11:30:19 iNSANE-Olympus mediamtx[3951162]: 2024/10/18 11:30:19 INF [HLS] [muxer insane] is converting into HLS, 2 tracks (Opus, AV1)

Network dump

No response

@aler9
Copy link
Member

aler9 commented Jan 19, 2025

Thanks for reporting the issue, this is fixed by #4177

Copy link
Contributor

This issue is mentioned in release v1.11.2 🚀
Check out the entire changelog by clicking here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hls
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants