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

Can not preview on Safari #25

Open yuessir opened 1 month ago

yuessir commented 1 month ago

The preview feature can not work on IOS'(16.7) safari browser.

josephnhtam commented 1 month ago

Hi @yuessir The admin panel UI uses flv.js for the flv player, which unfortunately doesn't support iOS.

yuessir commented 1 month ago

Can you integrate HLS streaming into the project? If it’s iOS, the UI's logic will switch to HLS (HTTP Live Streaming).

josephnhtam commented 1 month ago

For HLS, you can find the docs here. I will consider adding HLS to admin panel as well.