bentoncoding
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018
04:11 PM
HLS variant playlist debugging
Is there a way to find out what playlist variant the video player is actually playing.
We are doing some bitrate testing, and I want to know which playlist is actually streaming.
We are doing some bitrate testing, and I want to know which playlist is actually streaming.
5 REPLIES 5
tay
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018
07:38 PM
Re: HLS variant playlist debugging
http://devtools.web.roku.com/stream_tes ... index.html
I stumbled upon this tool, please check if this can do what you need
I stumbled upon this tool, please check if this can do what you need
bentoncoding
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018
05:55 PM
Re: HLS variant playlist debugging
The stream testing tool doesn't give me any information about which playlist variant is being played.
tay
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018
06:29 PM
Re: HLS variant playlist debugging
Can you try using RALE tool? That may give some information.
tim_beynart
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
12:00 PM
Re: HLS variant playlist debugging
During playback, look at the streamingSegment and downloadedSegment fields of the Video node, they have bitrate information
bentoncoding
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
03:11 PM
Re: HLS variant playlist debugging
Thanks Tim !
That is exactly what I was looking for.
That is exactly what I was looking for.