Jump to content
  • 0

Can we save live stream as HLS/Dash ?


Dipesh Dulal
 Share

Question

  • Answers 3
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

3 answers to this question

Recommended Posts

  • 0

You should add the following lines into the application settings file which is located at /usr/local/antmedia/webapps/APP_NAME/WEB-INF/red5-web.properties

  • to disable the periodic deletion by adding settings.hlsflags=
  • to disable the deletion at the end by adding settings.deleteHLSFilesOnEnded=false

reference link : https://stackoverflow.com/questions/66046841/how-can-i-keep-hls-files-of-a-stream-in-ant-media-server
Link to comment
Share on other sites

  • 0

You can also save dash files, you need to modify the same file in the previous response: /usr/local/antmedia/webapps/APP_NAME/WEB-INF/red5-web.properties

Setting true to settings.deleteDASHFilesOnEnded will enable having dash files after stream.

Best Regards,

Enes.
Link to comment
Share on other sites

 Share


×
×
  • Create New...