Require a token for get the master, this is the string:
Code:
http://livestreams.omroep.nl/live/npo/thematv/cultura24/cultura24.isml/cultura24.m3u8?hash=VALUE&token=VALUE&version=6.0.0
For get the hash, chrome/firefox network tool
For get the token, WinHex --> Open Memory --> Primary Memory and search for
Code:
#EXTM3U
#EXT-X-VERSION:1
## Created with Unified Streaming Platform(version=1.7.6)
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=279840,CODECS="mp4a.40.5,avc1.66.30",RESOLUTION=384x216
cultura24-audio_1=64000-video=200000.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=597840,CODECS="mp4a.40.5,avc1.66.31",RESOLUTION=480x270
cultura24-audio_1=64000-video=500000.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1127840,CODECS="mp4a.40.5,avc1.66.32",RESOLUTION=768x432
cultura24-audio_1=64000-video=1000000.m3u8
768x432
Code:
#EXTM3U
#EXT-X-VERSION:1
## Created with Unified Streaming Platform(version=1.7.6)
#EXT-X-MEDIA-SEQUENCE:183204780
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:8
#USP-X-TIMESTAMP-MAP:MPEGTS=406185248,LOCAL=2016-06-11T09:43:52Z
#EXT-X-PROGRAM-DATE-TIME:2016-06-11T09:43:52Z
#EXTINF:8, no desc
cultura24-audio_1=64000-video=1000000-183204780.ts
#EXTINF:8, no desc
cultura24-audio_1=64000-video=1000000-183204781.ts
#EXTINF:8, no desc
cultura24-audio_1=64000-video=1000000-183204782.ts
#EXTINF:8, no desc
cultura24-audio_1=64000-video=1000000-183204783.ts
Use livestreamer
Code:
[cli][info] Found matching plugin stream for URL hls://http://l2cm5fd83e5e4200575bc1f4000000.64abcf159a137b4e.smoote1b.npostreaming.nl/d/live/npo/thematv/cultura24/cultura24.isml/cultura24-audio_1=64000video=1000000.m3u8
Available streams: live (worst, best)
Good luck.