Hi everybody;
I need to download the link " .m3u8" of this page, but I can't use this with the google extension because it gaves error message " I can't find file"
This link channel:
https://www.tutele.nl/online.php?id=4707
I need your help. This page give several links ".m3u8"
+ Reply to Thread
Results 1 to 24 of 24
-
-
you need to add some of the headers in the m3u8 request.
looks like these are the only ones needed, but you can copy all the headers:
- origin
- referrer
- user-agent
- Xauth -
Hi, How can I add headers request to download this m3u8?:
I try this, but i need to know how can I download?
[Attachment 66489 - Click to enlarge]
Then I do click in the file from any ".m3u8"
[Attachment 66490 - Click to enlarge]
I have this information:
- origin
- referrer
- user-agent
- Xauth
But, I don't know how can I download this information. Can you support me, please? -
Maybe something like this. You will need hlsdl.
Code:hlsdl -h "Origin: https://www.tutele.nl" -h "Referer:https://www.tutele.nl/embed.php?&a=4707&s=h5ighi16p9cvdp7gi7gmunjret&ip=185.107.81.141&useragent=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F104.0.0.0+Safari%2F537.36&referer=" -h "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36" -h "Xauth: 5jnX9+oBu6TjHHZNOB5FK4yfN0o1zNR+cvP4YNmItKGvvJJAFxpaBsDaO0z51F3Uqc7iOKwuwobmfNe3epleNGhBuJuC1r9x5znS4YOaxpYWZHkUkV5+Eyx6Gr7vyWfN0KZX3L78wpVEt6i3zAuI2s5i0+LDhO+YyNykMfUi4r4v1l8ycZNROatzwj4CmEq5voO35ZFRrYqavv7LWzrwTHgnzTcqT+U/1RLVOJUFJvpl1bEcSItC2yZL4W03r4y4eafq+Rx+TFIgsBuKWucoaSquwn/a0zSdsvKd39BwtsK1f0bV0uRZbKwHPNciCNdzJWEuAewinYkHWhhrvIhzNv8cP51OkonXzfx0UhLsxSk=" "https://ed55.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8"
-
Thanks I Installed hlsdl but I have this error
[Attachment 66493 - Click to enlarge]
Also Installed hlsdl in a folder in C:
[Attachment 66494 - Click to enlarge]
Ok can you help me, please? -
better to find with this
Capture and download HTTP Live Streams HLS from your browser -
Hi, I try to use the current data, however I have error. You can check my screenshot
Please can you help me, please? -
the screenshot shows that you used the same Xauth as vegeta.
try getting your own xauth token and using that.
it works for me
[Attachment 66495 - Click to enlarge] -
Just out of curiosity, Can anyone get this to download with ffmpeg instead of hlsdl
I tried with all the appropriate headers without any success. The stream is aes 128 encrypted.
#EXT-X-KEY:METHOD=AES-128,URI="https://www.tutele.nl/videokey.php?e=ed88.zorrohd2&key=STc1ce349ef9cd5d9-40.key",IV=0x00000000000000000000000000000028
how to get ffmpeg to download aes encrypted content? (yes, I tried google) -
Hi everybody;
I need to download the link " .m3u8" of this page, but I can't use this with the google extension because it gaves error message " I can't find file"
This link channel:
https://www.tutele.nl/online.php?id=4707Code:Stream Recorder - download HLS as MP4 1.2.1 https://chrome.google.com/webstore/detail/mlldikolhnhfjkalgplialgahgbalpmg
Last edited by karapuz; 29th Aug 2022 at 22:36.
-
-
Hi, thanks for supporting me to everyone
Now, I could download, but this never finish in downloading. To the end I have a file called "000_hls_output.ts". I can't open with vlc media player. I need your suggestions.
Also I want to convert this file to ".m3u8".
I want to you support.
Thanks -
this is one of several tries that I have made ....
Notice the required headers are addressed
- origin
- referrer
- user-agent
- Xauth
Code:ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36" -referer "https://www.tutele.nl/" -headers "origin: https://www.tutele.nl" -headers "Xauth: 5jnX9+oBu6TjHHZNOB5FK4yfN0o1zNR+cvP4YNmItKGvvJJAFxpaBsDaO0z51F3Uqc7iOKwuwobmfNe3epleNGhBuJuC1r9x5znS4YOaxpZaoyrJ90HN9YqP9peO0W0L08M5Sobvr3qZK7qBAP4jaqaewEqJeuU9wryfpy1OK42U5PbnEJRvrXl5xY5Ra2bKQKTfsqtn2D+5LV97AjtnVNyZBbBuSV+tiuWq9uJ0i7IXb3KLIdBD+6TXEfqjCQlF5goR6dHi8xSaPH+EIAhQXTpzq8np4NzLWGPcRqlliIcMXFQW4JVvIvsThLm4u6/GXVRH9lSk5bP138iJmL3YBptEnw5A62CF5OMEfBUwYOJbXcWfUXF8jNT9Ytr7sS0wUvk0lTPGlz8Cxy5KD5vkg0vp9uSYYxmdbiMeX2n+q5Q=" -protocol_whitelist file,http,https,tcp,tls,crypto -i "https://ed11.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8" -c copy "STc1ce349ef9cd5d9.ts"
and the reply is the same refrain ...
[https @ 0000014efe8fca00] No trailing CRLF found in HTTP header. Adding it.
[https @ 0000014efe8fca00] HTTP error 500 Internal Server Error
https://ed11.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8: Server returned 5XX Server Error reply
Thanks for looking for a possible solution. -
[QUOTE=diegori466;2666012]Hi, thanks for supporting me to everyone
Now, I could download, but this never finish in downloading. To the end I have a file called "000_hls_output.ts". I can't open with vlc media player. I need your suggestions.
... The file will never finish downloading because it is a live stream. Press CTRL C to stop downloading. Once download it should play. Try using ffplay instead of VLC.
Also I want to convert this file to ".m3u8". <== I suspect that this is a typo. I suspect that you meant .mp4. Use ffmpeg to convert. -
the issue is with the '-headers' argument as it can only be used once.
to use multiple headers with '-headers', you have to put line breaks in between the headers
eg. for linux you can use this
Code:ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36" -referer "https://www.tutele.nl/" -headers "origin: https://www.tutele.nl"$'\r\n'"Xauth: 5jnX9+oBu6TjHHZNOB5FK4yfN0o1zNR+cvP4YNmItKGvvJJAFxpaBsDaO0z51F3Uqc7iOKwuwobmfNe3epleNGhBuJuC1r9x5znS4YOaxpZRQJ8Ft/DTudfh2xatL8ziVMowRuhGWA8EXMGv83eGvbJgyQiDCnpKyy5DUWnHb8Ev1l8ycZNROatzwj4CmEq5voO35ZFRrYqavv7LWzrwTHgnzTcqT+U/1RLVOJUFJvpl1bEcSItC2yZL4W03r4y4eafq+Rx+TFIgsBuKWucoaeXIx7OpOLqVVcuAKbZM2/FSqsm4kVbiH3C0a+dtEUzeZDXwZc+nPLCA8PWlOSACk93WCQnZ3g8m3rCWAHYBsTP0Do5/yfrciojHVO0mtVGL" -i "https://ed55.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8" -c copy output.ts
for windows cmd its a bit tougher but i have found a working solution for powershell
Code:ffmpeg -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36" -referer "https://www.tutele.nl/" -headers "origin: https://www.tutele.nl`r`nXauth: 5jnX9+oBu6TjHHZNOB5FK4yfN0o1zNR+cvP4YNmItKGvvJJAFxpaBsDaO0z51F3Uqc7iOKwuwobmfNe3epleNGhBuJuC1r9x5znS4YOaxpZRQJ8Ft/DTudfh2xatL8ziVMowRuhGWA8EXMGv83eGvbJgyQiDCnpKyy5DUWnHb8Ev1l8ycZNROatzwj4CmEq5voO35ZFRrYqavv7LWzrwTHgnzTcqT+U/1RLVOJUFJvpl1bEcSItC2yZL4W03r4y4eafq+Rx+TFIgsBuKWucoaeXIx7OpOLqVVcuAKbZM2/FSqsm4kVbiH3C0a+dtEUzeZDXwZc+nPLCA8PWlOSACk93WCQnZ3g8m3rCWAHYBsTP0Do5/yfrciojHVO0mtVGL" -i "https://ed55.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8" -c copy output.ts
-
Thanks to everyone, I have learned so much with everyone:
@jack_666
@ElCap
@[ss]vegeta
I try your code @ElCap with my current data in Powershell, but I don't have any result.
[Attachment 66517 - Click to enlarge]
Now, I hope get ".m3u8" link to play in my pc or android device in any moment. For this reason, I hope get link to play the live stream.
I researched how to ge this link and I found this video in youtube. I try but I stuck in a error. Can you check this video to know if it is possible get the link in this way?
Link: https://www.youtube.com/watch?v=X7vjmu2RfZ4&t=425s
Thanks to each one of you, You are very intelligent people and I would like to achieve that knowledge. -
-
[Attachment 66527 - Click to enlarge]
Equal I have this error:
[https @ 0000013a8fc7d400] No trailing CRLF found in HTTP header. Adding it.
[https @ 0000013a8fc7d400] HTTP error 500 Internal Server Error
https://ed55.zorrohd2.nl/live/STc1ce349ef9cd5d9.m3u8: Server returned 5XX Server Error reply -
-
can anyone help download a stream from a channel?
https://r-live-cache.akamaized.net/USL01/TM7/TM7.isml/.mpd?ssai=dD1QUjpEU3R2LFBBOkNPTV...%3E30000%29%29
Headers: :authority: r-live-cache.akamaized.net
:method: GET
ath: /USL01/TM7/TM7.isml/.mpd?ssai=dD1QUjpEU3R2LFBBOkNPTVBBQ1QsU0M6TGluZWFy JmdkcHI9MCZnZHByX2NvbnNlbnQ9MCZnZHByX3BkPTAmcGlkPU owUUNGUjlYMzZNNDdSNjM2RThORFhWNDAwNlMmZGNpZD1kZXNr dG9wJnBmPWh0bWw1&filter=%28type%3D%3D%22video%22%2 6%26MaxHeight%3C%3D576%29%7C%7C%28%28type%3D%3D%22 audio%22%26%26systemBitrate%3E30000%29%29
cheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: pt-PT,pt;q=0.9,en-US;q=0.8,en;q=0.7
origin: https://now.dstv.com
referer: https://now.dstv.com/
sec-ch-ua: "Chromium";v="104", " Not A;Brand";v="99", "Google Chrome";v="104"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Similar Threads
-
Download live streaming to cloud or some other server online?
By mondzg in forum Video Streaming DownloadingReplies: 0Last Post: 20th Jul 2022, 12:16 -
help, download this live streaming
By filipino in forum Video Streaming DownloadingReplies: 5Last Post: 23rd Jan 2022, 22:30 -
How to get the streaming link from a page?
By AltSurf in forum Video Streaming DownloadingReplies: 2Last Post: 7th Mar 2021, 11:03 -
How to Download Such Videos on This Page?
By devilcoelhodog in forum Video Streaming DownloadingReplies: 5Last Post: 20th Feb 2019, 22:49 -
Dat video file from a streaming course page.
By rubening87 in forum Video Streaming DownloadingReplies: 2Last Post: 13th Apr 2018, 16:10