restreamer icon indicating copy to clipboard operation
restreamer copied to clipboard

HTTP caching origins

Open bavesh opened this issue 1 year ago • 1 comments

HTTP caching origins We are trying to implement CDN caching with datarhei m3u8 however the m3u8 playback includes a session which make each stream unique and incompatible with the CDN caching.

We would like to know if like wowza, datarhei can provide an option to disable the session generated with the m3u8

bavesh avatar Apr 05 '24 13:04 bavesh

In the settings in expert mode, you can adjust the IP ranges of clients for which Restreamer shouldn't create a session. Simply disallow all IPs:

127.0.0.1/0
::1/0

image

Due to a bug, disabling the HLS statistics will not prevent the session to be added to the m3u8.

ioppermann avatar Apr 05 '24 14:04 ioppermann