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 only use GitHub for code issues, NOT for connectivity/negotiation/WebRTC issues or questions: for those, use the meetecho-janus group instead.
If you think you really found a bug, make sure nobody reported it already (do a search first, and check open issues);
Make sure the issue wasn't already solved in master: we will ignore the issue otherwise.
Do NOT paste large amounts of text inline in the issue or comments: it makes the exchanges much harder to follow. If you need to provide logs or code snippets, either use a service like pastebin and gist, or use the details and code block Markdown features to collapse them.
If you're encountering crashes, make sure you provide a useful trace of what happened: depending on the issue, we may need output from AddressSanitizer or GDB stacktraces (more details available here).
If you understood the guidelines, please do remove this text and share your findings. Notice that if you remove this text without reading the guidelines, or you just ignore them, we'll close the issue without further explanation.
Hi
I am trying to use AV1 on m98
AV1 codec of sdp was marked as AV1X.
However, there are cases where it comes in as AV1 depending on the PC.
It might be a change in libwebrtc m98
So janus shows Unsupported codec 'none' and fails to negotiate video
When I change AV1X in sdputils file and utils to AV1, the codec is recognized normally.
Looks like it needs a fix
It may be a problem depending on the version of libwebrtc
It seems that it needs to be modified so that both AV1 and AV1X work.
The text was updated successfully, but these errors were encountered:
ilpyoung
changed the title
av1 codec sdp syntax change in m98
av1 codec sdp syntax change some case
Dec 29, 2021
Yeah I read the PSA but forgot to act on it. Supporting both sounds like a pain, so not sure I'll do that. I'll likely end up sticking to the new version, but I'll only decide when I go back to the office after my vacation.
Hi
I am trying to use AV1 on m98
AV1 codec of sdp was marked as AV1X.
However, there are cases where it comes in as AV1 depending on the PC.
It might be a change in libwebrtc m98
So janus shows Unsupported codec 'none' and fails to negotiate video
When I change AV1X in sdputils file and utils to AV1, the codec is recognized normally.
Looks like it needs a fix
It may be a problem depending on the version of libwebrtc
It seems that it needs to be modified so that both AV1 and AV1X work.
The text was updated successfully, but these errors were encountered: