josephnhtam / live-streaming-server-net

A .NET implementation of RTMP live streaming server, supporting HTTP-FLV, WebSocket-FLV, HLS, Kubernetes, cloud storage services integration and more.
https://josephnhtam.github.io/live-streaming-server-net/
MIT License
74 stars 11 forks source link

Is there any consideration for H265 support? #41

Open wosledon opened 2 weeks ago

josephnhtam commented 2 weeks ago

Hi @wosledon This library is designed to support h265 as well, however I haven't tested it yet.

wosledon commented 1 week ago

Hi @wosledon This library is designed to support h265 as well, however I haven't tested it yet.

Thanks for your support! For my tests, H265 works wrong.

josephnhtam commented 1 week ago

Thanks for reporting. I will check it when I have time.