Post

Replies

Boosts

Views

Activity

Comment on How to intercept HLS Playlist chunk request for CDN token implementation
Actually I do not change the URL of any segment. CDN provides playlists and we give these playlists to AVPlayer. We do not do any modification on playlist. We just intercept playlist request and add new token data to playlist's query parameters at given time. CDN edites chunk URLs with new token after interceptor request . So that, playlist URLs change at new playlist. That's why, it stalls. Is there any way to not to stall player after major changes chunk URLs like i mention above? Thanks.
Jun ’23