+ Reply to Thread
Results 1 to 19 of 19
-
-
streamlink --http-header User-Agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" --http-header Referer=https://www.tv2.no/ "https://ws015-hls-live.akamaized.net/exp=1720861248~acl=%2f*~data=hdntl~hmac=9522166ddd db484bfac964c2fc4cea9212f699b8810b797cf4f6caaae3cd 0918/out/v1/bc7bcb364735452bb7befa38bb755f2c/1153546.mpd" best
[cli][info] Found matching plugin dash for URL https://ws015-hls-live.akamaized.net/exp=1720861248~acl=%2f*~data=hdntl~hmac=9522166dd...2c/1153546.mpd
[cli][info] Available streams: 180p (worst), 270p, 360p, 540p, 720p_alt, 720p (best)
[cli][info] Opening stream: 720p (dash)
[cli][info] Starting player: D:\Program Files\VLC\vlc.exe
[utils.named_pipe][info] Creating pipe streamlinkpipe-8092-1-4269
[utils.named_pipe][info] Creating pipe streamlinkpipe-8092-2-5099 -
-
-
His name is IPTV-2024 but says he isn't an IPTV dealer..
Stream isn't encrypted as @LZAA said :
[Attachment 80652 - Click to enlarge]
I don't know much about IPTV client but you need a custom script to retrieve the manifest url.Last edited by aqzs; 12th Jul 2024 at 04:56.
-
Try this:
https://forum.videohelp.com/threads/409132-Multiple-clearkeys-DRM-decryption#post2685839
Since your mpd doesn't use DRM, you might need to put empty keys.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
like this structure
#EXTINF:-1 tvg-id="TV2 Nyheter" tvg-logo="https://i.imgur.com/4WwKSOL.png" group-title="Undefined",TV2 Nyheter
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=org.w3 .clearkey
#KODIPROP:inputstream.adaptive.license_key
https://ws015-hls-live.akamaized.net/exp=1720861248~acl=%2f*~data=hdntl~hmac=9522166dd...2c/1153546.mpd
Can i leave the keys blank or what should I filled in? Thanks in advance -
This guy here said that leaving kid key empty works
https://old.reddit.com/r/TiviMate/comments/129r9z7/can_tivimate_play_mpd_files_without_drm
So maybe try something like:
#KODIPROP:inputstream.adaptive.license_key={"keys" :[{"kty":"oct","k":"","kid":""}],"type":"temporary"}
Trial and error different ways.--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Thanks, but I returned the code 403 from Tivimate.
This what I tried out:
#EXTINF:-1 tvg-id="TV2 Nyheter" tvg-logo="https://i.imgur.com/4WwKSOL.png" group-title="Undefined",TV2 Nyheter
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=org.w3 .clearkey
#KODIPROP:inputstream.adaptive.license_key={"keys" :[{"kty":"oct","k":"","kid":""}],"type":"temporary"}
https://ws015-hls-live.akamaized.net/exp=1720861248~acl=%2f*~data=hdntl~hmac=9522166dd...2c/1153546.mpd -
This url doesn't last for ever, you need to make a script that grab a new one.. If the error is because of typo I can't help I never used an IPTV player.
-
Code:
import requests headers = { 'Accept': 'application/json;v=3', 'Content-Type': 'application/json', 'Referer': 'https://www.tv2.no/', } params = { 'stream': 'DASH', } json_data = { 'device': { 'id': '1-1-1', 'name': 'Nettleser (HTML)', } } response = requests.post('https://api.play.tv2.no/play/1153546', params=params, headers=headers, json=json_data).json() print(response['playback']['streams'][0]['url'])
-
-
You can make an api that forward the right link when fetched. I have make that for molotov tv :
[Attachment 80673 - Click to enlarge] -
streamlink "https://ws015-hls-live.akamaized.net/out/v1/1a1bfd63a5714ae59aea4824c907d94c/CMAF/1153546.m3u8?hdnts=st%3D1720871083%7Eexp%3D1720871 203%7Eacl%3D%2Fout%2Fv1%2F1a1bfd63a5714ae59aea4824 c907d94c%2FCMAF%2F*%7Ehmac%3D4d2eb5424c03825c0f212 e1f68293fd3811851650199109b7a89d7abe017693c" best
[cli][info] Found matching plugin hls for URL https://ws015-hls-live.akamaized.net/out/v1/1a1bfd63a5714ae59aea4824c907d94c/CMAF/1153...89d7abe017693c
[cli][info] Available streams: 180p (worst), 270p, 360p, 540p, 720p_alt, 720p (best)
[cli][info] Opening stream: 720p (hls-multi)
[cli][info] Starting player: D:\Program Files\VLC\vlc.exe
[utils.named_pipe][info] Creating pipe streamlinkpipe-3432-1-4300
[utils.named_pipe][info] Creating pipe streamlinkpipe-3432-2-2665 -
Similar Threads
-
How to find .mpd link?
By sven32 in forum Video Streaming DownloadingReplies: 19Last Post: 10th Dec 2022, 11:40 -
help generate pssh from this mpd
By tere1579 in forum Video Streaming DownloadingReplies: 6Last Post: 12th Oct 2022, 20:16 -
Unprotect mpd link
By parkata in forum Video Streaming DownloadingReplies: 0Last Post: 28th Sep 2022, 15:33 -
How to watch mpd.2 link in vlc
By icebreaker101010 in forum Video Streaming DownloadingReplies: 6Last Post: 20th Feb 2022, 14:17 -
Please help to rip this .mpd link
By Fathom in forum Video Streaming DownloadingReplies: 22Last Post: 15th Jan 2021, 03:11