Jump to content
  • 0

Streaming Path


Raj Diwan
 Share

Question

  • Answers 8
  • Created
  • Last Reply

Top Posters For This Question

8 answers to this question

Recommended Posts

  • 0

Hi,

Have a good day.

You can access your HLS stream by enabling DASH muxer. You just need to enable with below settings, then you can use  LiveApp/streams/streamId/master.m3u8
settings.dashMuxingEnabled=true

settings.dash.hlsEnabled=true

If you want to use directly HLS stream, we need to add an app settings flag. I have just added a feature request for you. You can follow this issue here: https://github.com/ant-media/Ant-Media-Server/issues/3988

Best Regards,
Selim
Link to comment
Share on other sites

  • 0

Hi,

I have changed the setting in red5-web.properties with

settings.dashMuxingEnabled=true

settings.dash.hlsEnabled=true

but the .ts files saves in the streams folder only. we are using for live streaming with DVR enable.

please help me how to resolve this issue


Link to comment
Share on other sites

  • 0

Hi All,

Thank you for your contribution @Connessione.

Actually, I recommended using DASH muxer for playing HLS in stream ID folder. But after my tests, you can also send your stream like this rtmp://amsURL/LiveApp/streamID/streamID. If you use your RTMP URL, you can access HLS files with https://amsURL/LiveApp/streamID/streamID.m3u8 URL. So, for the second option, no need to enable DASH muxer options. You can disable it as an original(After the changes, don't forget to restart Ant Media Server). 

I hope, it's clear for you.

Best Regards,
Selim

Link to comment
Share on other sites

 Share

×
×
  • Create New...