Skip to main content
CurtisBNET
Participant
October 19, 2017
Question

HLS Adaptive Streaming - I dont want recorded files!

  • October 19, 2017
  • 1 reply
  • 418 views

How do I stop AMS5 from saving video files to the server when I am live streaming HLS?

I am streaming to -

rtmp://10.68.94.130/livepkgr/livestream1?adbe-live-event=liveevent

And my  m3u8 file looks similiar to this

#EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000

http://10.68.94.130/hls-live/livepkgr/_definst_/liveevent/livestream1.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500000

http://10.68.94.130/hls-live/livepkgr/_definst_/liveevent/livestream2.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=700000

http://10.68.94.130/hls-live/livepkgr/_definst_/liveevent/livestream3.m3u8

What am i doing wrong??

This topic has been closed for replies.

1 reply

CurtisBNET
Participant
October 23, 2017

Anybody????????????

aveggiani47deck
Participating Frequently
October 24, 2017

As far as i know AMS keep by default 3 hours of live video on disk; you can override this at the application level:

Check this link:

How to configure HTTP Dynamic & Live Streaming

At the disk management section.

Hope it helps.

Regards