open-webrtc-toolkit / owt-server

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
https://01.org/open-webrtc-toolkit
Apache License 2.0
1.13k stars 369 forks source link

Does server support H265 decoding? #645

Open hzwzju opened 4 years ago

hzwzju commented 4 years ago

Environment: Version 4.3 Issue: I have installed SVT-HEVC Encoder on the server. I could subscribe H265 streams from the server if I published with H264/VP8/VP9 on Android. But if i publish with H265, there is a published stream, but I couldn't subscribe a valid stream whatever the codec was. Does server support H265 decoding? Or is it an issue about Android client's H265 encoding?

starwarfan commented 3 years ago

Hi, Server support H265 decoding. Browsers like chrome may not support H265. Do you subscribe H265 with Android?

cisco66666 commented 3 years ago

I use ios to publish a stream of h265, and use chrome to sub a stream of h264 and vp8, which is successful

hzwzju commented 3 years ago

Thanks. There may be some bugs on Android client. I will work on it.