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

How to use it ? #13

Closed zeropy009 closed 2 months ago

zeropy009 commented 2 months ago

Hello! i don't know how to use it. Can you demo for a livestream video ?

deepx commented 2 months ago

Hi,

There is a quickstart described in the readme.md.

zeropy009 commented 2 months ago

I read and saw that it requires a 3rd party software. Is there any way to livestream directly on websites ?

deepx commented 2 months ago

i believe you need a javascript-lib to embed a playerr on your website. there are a lot of good ones out there. For example: https://videojs.com/

josephnhtam commented 2 months ago

Hi, @zeropy009 To display the livestream on your website, you will need to use either FLV or HLS. You can also refer to the source code of the admin panel, which utilizes flv.js for the HTML5 FLV Player.

deepx commented 2 months ago

Hi @josephnhtam. aah, thank you. that will help @zeropy009 with his website. i personally use a streaming client like vlc or similar.

zeropy009 commented 2 months ago

Thank you so much, now I'm starting to learn about it