Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#2
|
|||
|
|||
Re: How to record the stream from this channel?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 |
#3
|
|||
|
|||
Re: How to record the stream from this channel?Quote:
Then, which syntax should be used for streamlink. Can you help me with that please? |
#4
|
|||
|
|||
Re: How to record the stream from this channel?https://www.portalbarranca.com/2022/...elevision.html
https://1157-vos.dtvott.com/DASH/manifest.mpd Code:
[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 |
#5
|
|||
|
|||
Re: How to record the stream from this channel?Quote:
Typically what I would do for streamlink is something like: Code:
streamlink hls://something.m3u8 best |
#6
|
|||
|
|||
Re: How to record the stream from this channel?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 |
#7
|
|||
|
|||
Re: How to record the stream from this channel?Quote:
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. |
#8
|
|||
|
|||
Re: How to record the stream from this channel? |
#9
|
|||
|
|||
Re: How to record the stream from this channel? |
#10
|
|||
|
|||
Re: How to record the stream from this channel?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 |
Tags: channel, stream |
Thread Tools | |
Display Modes | |
|
|