dirkf
dirkf
This poster actually provided the minimum information needed for someone to work on the issue, unlike ytdl-org/youtube-dl#23861.
I can't repro this from UK, where I get MP4 format 400 with length 136073697, MD5:19c72b1c3e2f6fbba156fdf253a4c903, WEBM format 251 with length 3113580, MD5:2f8ad0f060a91650b8c5d763b0677dfb. Also working with _yt-dl_ nightly upstream. In...
Good news. Linux users are used to having programs like _ffmpeg_ installed in the system `PATH` and updated from the distro repository. There are ways to have that happen on...
What happens if you get _ffmpeg_ to download the streams? The H.264 parsing code that generates `illegal reordering_of_pic_nums_idc` doesn't seem to have changed from 6.0 to [7.0 (ll.190-216)](https://ffmpeg.org/doxygen/7.0/h264__parser_8c_source.html).
Sure looks like an ad: http://vsak1.play.kakao.com/vod/ve0d4t74G2k7HVK7GB4t4H7/mp4/mp4_240P_200K_T1/clip.mp4?px-time=1679428992&px-bps=526428&px-bufahead=249&px-hash=04233b12a701ae785227077623985c12 Could you get the media URL of the actual target video for comparison, using browser devtools?
Tracing the link above (no DRM) shows these requests in particular: 1. `https://play-tv.kakao.com/katz/v1/close/cliplink/432327649/info` (with the target URL in the `Referer` header): `{"vid":"rvbsmxiwvfuhflibaclegdvyn","canScrap":true,"clipId":338893481}` 2. `https://kamp.kakao.com/vod/v1/src/rvbsmxiwvfuhflibaclegdvyn?tid=4cdb701e88c926e9b49e6b49ad512537¶m_auth=true&1679619955169`: JSON includes all the media streams....
>Here is a problem tho. > >https://stavanger.kommunetv.no/live/841 > >https://stavanger.kommunetv.no/archive/841 > >what if there is a live and a archive at the same time? how dose that work? If those are...
live/841 corresponds to streamType=2&id=841 in the API; archive/1142 corresponds to streamType=1&id=1142 in the API. Maybe the `id` format should be `2_841`, `1_1142`? If the live id gives 404 (no longer...
The old URLs succeed because they match the extractor pattern, where the ID is extracted, and then the redirected page has the same structure despite the new URL. `ZDFChannel` only...
Yes, `reportagen` (also `konzerte`, `filme`, as below) needs to be rolled in with `magazine`. A small fix catches the season handling for `serien`. But with, say, `bares-fuer-rares` or `die-spur`, the...