Jump to content
  • 0

Help for HLS Files


Raj Diwan
 Share

Question

Hey., 

I'm try to keep the HSL Files in the Stream folder with this setting in red5-web.properties
settings.deleteHLSFilesOnEnded=false

It Save the HLS Files. But if the Stream get restart the HLS is overwrite on the old HLS Files 

Ex: checking_0p0000.ts 
      checking_0p0001.ts (Old One)

the new HLS is starting again from checking_0p0000.ts

My req. is to make it play as DVR i use Jw player for playback 
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0
Hi Raj,

Thank you for your question. 

I think I understand your case for now. 

You can use two more things
1. Append to the hls list. It's default value is only delete_segments, you can add more flags with +  - Check this out

settings.hlsflags=+append_list

2. Set hls list type to event or vod by specifying thef ollowing parameter. So that all ts segment will be there 

settings.hlsPlayListType=event



I hope the answer above helps you 


Regards,

A. Oguz

Link to comment
Share on other sites

 Share


×
×
  • Create New...