-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
VP8 is missing in the result of createOffer() #415
Comments
I have a fix, will be available today. |
#416 Results in VP8, VP9 and H264 being available now.
|
Thank you @oscarvadillog and @menelike for helping testing and for quick debug. |
I will wait for @oscarvadillog Testing and will release on master. |
I want to release #416 on master but we need more testing and possible exclude VP9 to avoid performance issues if needed. |
I moved H264 on preferred, I will try to see how to exclude VP9 |
Expected behavior
That the VP8 codec be included in the SDP.
Observed behavior
VP8 is missing in the result of createOffer(). The sdp will only contain H264.
I manually manipulated the SDP to include VP8 instead of H264 but it didn't work. I watched several streams and the video elements blink :(
Steps to reproduce the problem
Simple test:
Platform information
The text was updated successfully, but these errors were encountered: