I want to record the stream from this channel. But using streamlink.
I used ublock to see if there are any m3u8 links there but there is not any.
Please don't say to ask on their project page because this doesn't help. Does anybody knows the right code to be used here?. I want to select 360p quality in recording. By the way I am using Windows 7.
+ Reply to Thread
Results 1 to 13 of 13
-
Last edited by Chemist116; 26th Nov 2022 at 21:03.
-
Using "The Stream Detector" plugin in Firefox I got the following link that plays in VLC.
Code:https://usher.ttvnw.net/api/channel/hls/cinemundo_plus.m3u8?acmb=e30%3D&allow_source=true&fast_bread=true&p=7298237&play_session_id=17c9d93d4b5ca57ec00f459e10e9b35f&player_backend=mediaplayer&playlist_include_framerate=true&reassignments_supported=true&sig=b8c2435b0f8352cfa00feaa2557bb4c2d3914e91&supported_codecs=avc1&token=%7B%22adblock%22%3Afalse%2C%22authorization%22%3A%7B%22forbidden%22%3Afalse%2C%22reason%22%3A%22%22%7D%2C%22blackout_enabled%22%3Afalse%2C%22channel%22%3A%22cinemundo_plus%22%2C%22channel_id%22%3A823210621%2C%22chansub%22%3A%7B%22restricted_bitrates%22%3A%5B%5D%2C%22view_until%22%3A1924905600%7D%2C%22ci_gb%22%3Afalse%2C%22geoblock_reason%22%3A%22%22%2C%22device_id%22%3A%22cbe81a0305bb4c2c%22%2C%22expires%22%3A1669511764%2C%22extended_history_allowed%22%3Afalse%2C%22game%22%3A%22%22%2C%22hide_ads%22%3Afalse%2C%22https_required%22%3Atrue%2C%22mature%22%3Afalse%2C%22partner%22%3Afalse%2C%22platform%22%3A%22web%22%2C%22player_type%22%3A%22embed%22%2C%22private%22%3A%7B%22allowed_to_view%22%3Atrue%7D%2C%22privileged%22%3Afalse%2C%22role%22%3A%22%22%2C%22server_ads%22%3Atrue%2C%22show_ads%22%3Atrue%2C%22subscriber%22%3Afalse%2C%22turbo%22%3Afalse%2C%22user_id%22%3Anull%2C%22user_ip%22%3A%2298.176.107.55%22%2C%22version%22%3A2%7D&cdm=wv&player_version=1.15.0
-
-
I can't play the video at all in my browser because of geo restrictions. But if you can select 360p quality check for a link to the 360p version. If that doesn't work sometimes you can download the master m3u8 file and open it in Notepad to see links to the different resolutions.
-
-
My VPN doesn't have a server in Peru. I don't use Chrome, I don't know what suitable plugins are available for it. Have you tried using Developer Tools (F12 in most browsers) and checking the Network traffic?
-
I can't check stream either (no Peru VPN server), but The Stream Detector addon has Chrome version too (crx file):
https://github.com/rowrawer/stream-detector/releases.
Addon Video DownloadHelper might be useful as well (for Firefox, Chrome and Edge):
https://www.downloadhelper.net/install
I noticed that sometimes when The Stream Detector gives you link to whole playlist of a stream (m3u8, mpd itp), Video DownloadHelper separates it and gives streams/links for different video qualities.Last edited by AllisOne; 27th Nov 2022 at 02:24.
-
-
This is your mpd url
Code:https://1157-vos.dtvott.com/DASH/manifest.mpd
this is the pssh for the encrypted stream
Code:AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEBdPXy7oGTYkvsndjl1QemQ=
Here are all the streams available for this service
Code:ID EXT RESOLUTION │ TBR PROTO │ VCODEC VBR ACODEC ABR ASR MORE INFO ──────────────────────────────────────────────────────────────────────────────────────────────────────── stream_07 m4a audio only │ 96k dash │ audio only mp4a.40.2 96k 48k [spa] DASH audio, m4a_dash stream_01 mp4 256x144 │ 250k dash │ avc1.42800d 250k video only DASH video, mp4_dash stream_02 mp4 320x180 │ 400k dash │ avc1.4d400d 400k video only DASH video, mp4_dash stream_03 mp4 512x288 │ 800k dash │ avc1.4d401e 800k video only DASH video, mp4_dash stream_04 mp4 640x360 │ 1300k dash │ avc1.4d401e 1300k video only DASH video, mp4_dash stream_05 mp4 768x432 │ 2400k dash │ avc1.4d401e 2400k video only DASH video, mp4_dash stream_06 mp4 1280x720 │ 3700k dash │ avc1.64001f 3700k video only DASH video, mp4_dash
therefore for the 320p stream use
Code:yt-dlp -f stream_02 --allow-u --external-downloader aria2c "https://1157-vos.dtvott.com/DASH/manifest.mpd"
You will need the decryption key(s). There is lots of info on this site concerning this topic. -
Yes, I have checked on the developer tools but I couldn't find any m3u8 links there.
In addition to this, the key that you posted above seems to change and because I don't know how to get the code you got first. Thus I can't know which new key will be by now. Can you help me with that?. I mean how to get the code with key. I used the stream detector but all I am getting it is just a short mpd link not the long string you got with the m3u8 link plus the key. So please help.
Installing the stream detector was some problematic on chrome because of an error but I made it work.
Sorry what? Did you meant your location?. Or a mirror?.
I do read all posts, in my response from above I mentioned the necessity to use a plugin for chrome because I cannot use firefox in this laptop due memory limitations. By the way I did google some information to install the plugin mentioned.
I also got the mpd file but from where did you got the pssh file. Where did you used it in your code?. It seems missing.
I already mentioned above that I am requesting a code for streamlink. How can I modify your synthax for streamlink?. Please help me there. -
The Stream Detector can give you Streamlink CLI command (and many others) if you set in its preferences.
Look at the pic here: https://github.com/rowrawer/stream-detector under "Copy stream as:'
Or in simple form if you click the addon button.
I don't know if applicable in this case, but there's an addon to export cookies if needed.
For Chrome it's "Get cookies.txt":
https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid
And for Firefox "cookies.txt":
https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/ -
I succeeded getting the streamlink code however what I am getting is a message telling that the stream is protected by drm.
The guy above mentioned a pssh key and the one before him mentioned a m3u8 link. I attempted to contact them for more information about this but they have not yet replied on this thread.
How would you add the drm key to the streamlink syntax?. This seems difficult.
Does someone has succeeded in playing this file on vlc at least?. Why is this channel so difficult to grab or record?.
I also know that you can download a mpd file but how to do that?. Because it seems that the pssh or key information is contained in the mpd file. Please help.
Similar Threads
-
Rip video stream off a local website
By ElegantRain in forum Capturing and VCRReplies: 10Last Post: 8th Sep 2021, 06:11 -
How do I record a stream on a tv?
By qasem1368 in forum Capturing and VCRReplies: 38Last Post: 13th Jun 2020, 16:05 -
FFMPEG 720P to local Cable TV Channel Issue
By sig1ms in forum ProgrammingReplies: 2Last Post: 27th Feb 2020, 07:56 -
How to record this stream ?
By sscomp32 in forum Video Streaming DownloadingReplies: 9Last Post: 19th Mar 2019, 08:34 -
Using VLC to stream tv channel
By tck9 in forum Video Streaming DownloadingReplies: 3Last Post: 18th Mar 2019, 04:08