I am trying to grab this mp4
Code:
http://video.disney.com/watch/disneychannel-ku-u-lei-melody-5310529cbfe2a924deb1117d
I notice that the master playlist only shows these lower resolution versions
master
Code:
http://video.disney.com/watch/hls/master/5310529cbfe2a924deb1117d.m3u8?nvb=20170117053457&nva=20170117123457&token=03d505a5412626911df70
contents
Code:
#EXTM3U
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=YES,AUTOSELECT=YES,FORCED=NO,LANGUAGE="eng",URI="http://video.disney.com/watch/hls/stream/channel_longform/unknown/k100004895/english_subtitles.m3u8?video_id=5310529cbfe2a924deb1117d&nvb=20170117060947&nva=20170117130947&token=09d67da5fe059f083309f"
#EXT-X-STREAM-INF:BANDWIDTH=1024000,RESOLUTION=848x480,SUBTITLES="subs"
http://video.disney.com/watch/hls/stream/channel_longform/unknown/k100004895/7ba255-h264m_aac_848x480_904x96.m3u8?video_id=5310529cbfe2a924deb1117d&nvb=20170117060947&nva=20170117130947&token=0cc6c2aacf5945b11c64f
#EXT-X-STREAM-INF:BANDWIDTH=614400,RESOLUTION=848x480,SUBTITLES="subs"
http://video.disney.com/watch/hls/stream/channel_longform/unknown/k100004895/4e009b-h264m_aac_848x480_536x64.m3u8?video_id=5310529cbfe2a924deb1117d&nvb=20170117060947&nva=20170117130947&token=0bd5a3150dc1524e06b4b
#EXT-X-STREAM-INF:BANDWIDTH=423936,RESOLUTION=480x320,SUBTITLES="subs"
http://video.disney.com/watch/hls/stream/channel_longform/unknown/k100004895/ac3d1f-h264b_aac_480x320_350x64.m3u8?video_id=5310529cbfe2a924deb1117d&nvb=20170117060947&nva=20170117130947&token=0123edbc3855671202fc4
#EXT-X-STREAM-INF:BANDWIDTH=131072,RESOLUTION=320x240,SUBTITLES="subs"
http://video.disney.com/watch/hls/stream/channel_longform/unknown/k100004895/d5dffd-h264b_aac_320x240_96x32.m3u8?video_id=5310529cbfe2a924deb1117d&nvb=20170117060947&nva=20170117130947&token=024d3a2edf4b7e7e1734b
But I am clearly streaming the 1080p version...
So looking at the source of the page it does indeed show there is a 1080p version, obviously the one I am streaming.
Code:
mp4:channel_longform/unknown/k100004895/963ce7-k100004895-h264h_aac_1920x1080_7840x160.access.mp4
Does anyone know how to retrieve the correct playlist entry for the 1080p versions?