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

HTTP-FLV not working without audio #20

Closed kasirajansfm closed 2 months ago

kasirajansfm commented 2 months ago

when i try to stream video without audio, unable to get HTTP-FLV url, its throwing 404 error.

josephnhtam commented 2 months ago

HI @kasirajansfm Thanks for reporting this issue. v0.9.0, which includes the fix, has been published to nuget.

kasirajansfm commented 2 months ago

Thanks for the reponse.

kasirajansfm commented 2 months ago

Its working fine now.