-
Notifications
You must be signed in to change notification settings - Fork 420
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 support #89
Comments
really ? not support H264 |
Hey @deepch , I can maybe give a bit more info about my use case. I used this project & example to adapt my codebase. Everything works fine on iOS, but on Android I'm only getting sound no video. After further looking into the issues, it seems that certain Android devices do not have support for H264. In my case I'm using a Huawei P20 Lite. |
As can be seen in the native android webrtc library there are certain checks if the device supports various codecs. I'm guessing this fails for H264 when the device does not support it. |
yes, in theory, it is possible, but this is a heavy load on the processor |
I'm aware of the load that would put on the processor. I tried a couple of workarounds that were mentioned in some articles, but to no success unfortunately. Any idea what it would imply to implement VP8 transcoding? |
I have the same problem, I test many android devices, faild to use webrtc since lack of H264 support, hope to implement VP8 transocding. |
There are certain devices (some low-mid tier Android devices) that do not support H264. Would it somehow be possible to fallback to VP8 in that case?
The text was updated successfully, but these errors were encountered: