Thursday, 15 November 2018

How to update track URL before request is sent in Exoplayer

I am new to Android development and working on a video streaming app using Exoplayer

I have to stream from m3u8 source, and it contains additional URL for different quality.

/Stream_LOW.m3u8
/Stream_HIGH.m3u8

When Exoplayer selects a source based on the bandwidth, for example Stream_LOW.m3u8 I need to add additional query string the URL before the request to stream started. So far reading through documentation did not help much. Any hints to proceed are highly appriciated



from How to update track URL before request is sent in Exoplayer

No comments:

Post a Comment