Hi,
Following this tutorial I was able to add custom headers to chunklist m3u8 using Java API.
Is it possible to add custom headers to playlist.m3u8 to have something similar to example below?
playlist.m3u8
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=868638,CODECS="avc1.66.21,mp4a.40.2",RESOLUTION=512x288
#X-CUSTOM-HEADER:ID=1,TYPE=CUSTOM
chunklist_w345834439.m3u8
Hello there and welcome to the Wowza support forum.
You will find your answer to this question in the comments found here
Regards,
Salvadore
Hello,
You might find this article helpful:
Add Custom Playlist Headers to HLS Manifests
Best regards,
Andrew
Hello!
Thank you for your answer, but as far as I understand they add HTTP header to playlist.m3u8. What I have to add is m3u8 header like #X-CUSTOM-HEADER:ID=1,TYPE=CUSTOM
Anyway I will try suggested solution