Chemist925
11-26-2022, 05:22 PM
I don't know how to record using streamlink code for this channel (https://www.portalbarranca.com/2022/04/latina-television.html). Can someone help me?
I used ublock but I couldn't find any m3u8 links for this. Please help. I want to select 360p quality in recording.
cabulo
11-27-2022, 06:27 AM
You can use this firefox extension provided the stream is online:
https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
https://www.portalbarranca.com/2022/04/panamericana-television.html
https://stream-06.ix7.dailymotion.com/sec(mj562f6n9IrWiHyCluoeFiceJXjUAlOEfN1EIVUPAK94IG lHNpasH1poNzqMhBPu)/dm/3/x774s7s/s/live-2.m3u8#cell=lcore
Chemist925
11-27-2022, 09:04 PM
You can use this firefox extension provided the stream is online:
https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
https://www.portalbarranca.com/2022/04/panamericana-television.html
https://stream-06.ix7.dailymotion.com/sec(mj562f6n9IrWiHyCluoeFiceJXjUAlOEfN1EIVUPAK94IG lHNpasH1poNzqMhBPu)/dm/3/x774s7s/s/live-2.m3u8#cell=lcore
I already mentioned above that the channel I am requesting is the one posted, not Panamericana which is on dailymotion. Also, this seems to come from Peru so vpn may be required with a server from there to bypass georestriction.
Then, which syntax should be used for streamlink. Can you help me with that please?
cabulo
11-28-2022, 04:05 AM
https://www.portalbarranca.com/2022/04/latina-television.html
https://1157-vos.dtvott.com/DASH/manifest.mpd
[cli][info] Found matching plugin dash for URL https://1157-vos.dtvott.com/DASH/manifest.mpd
[plugins.dash][debug] URL=https://1157-vos.dtvott.com/DASH/manifest.mpd; params={}
error: https://1157-vos.dtvott.com/DASH/manifest.mpd is protected by DRM
Chemist925
11-28-2022, 05:33 AM
https://www.portalbarranca.com/2022/04/latina-television.html
https://1157-vos.dtvott.com/DASH/manifest.mpd
[cli][info] Found matching plugin dash for URL https://1157-vos.dtvott.com/DASH/manifest.mpd
[plugins.dash][debug] URL=https://1157-vos.dtvott.com/DASH/manifest.mpd; params={}
error: https://1157-vos.dtvott.com/DASH/manifest.mpd is protected by DRM
In your reply it even appear some error. It claims that drm is missing. Also, there is not the syntax requested of how to write this for streamlink.
Typically what I would do for streamlink is something like:
streamlink hls://something.m3u8 best
But this is not in your reply. How to write this for Windows 7. How do you add the drm for streamlink?. Please respond.
cabulo
11-28-2022, 07:16 AM
Nothing is missing, stream is DRM protected.
streamlink won't play protected streams.
syntax is as you wrote in last post, streamlink something best
Read here about how to use streamlink:
https://streamlink.github.io/cli.html#tutorial
Chemist925
11-29-2022, 05:34 PM
Nothing is missing, stream is DRM protected.
streamlink won't play protected streams.
syntax is as you wrote in last post, streamlink something best
Read here about how to use streamlink:
https://streamlink.github.io/cli.html#tutorial
I am also getting the same result as you posted above but this is not of much help because the stream is not being played neither recorded because it says that is protected by drm.
Now what to do?. I can watch this on chrome but that's it. Is there a way to record this with streamlink?. Please ellaborate.
Is there a way to get the drm key or pssh key or whatever for this. Help please.
cabulo
11-30-2022, 04:47 AM
I don't know so much.
Until you find a solution you can use wm capture:
https://www.wmrecorder.com/
confused.com
12-01-2022, 02:22 PM
https://github.com/streamlink/streamlink/issues/654#issuecomment-283931962
cmd:
ffmpeg -hide_banner -user_agent "xxxx" -cenc_decryption_key 8ea131613f968b9c2b07d2d08ce5ef44 -i https://1157-vos.dtvott.com/DASH/manifest.mpd -c copy video.mp4
After completing the download, the media file must be corrected:
ffmpeg -i video.mp4 -c copy video_fixed.mp4
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.