Nowadays quite a few channels, generally the higher-numbered LCNs, in the TV section of the EPG are actually transmitting OTA for some short period and otherwise delivering streamed content. ISTR that a channel can count as TV (LCN < 200) if its OTA content is at least 2 hours per day. The...
When ITVX launched I adapted the ITV Hub extractor with a magic insight from one of ITV's Greek viewers. That extractor was and is in the yt-dl distributed here. However the non-DRM 504p format that we managed to extract has now disappeared. This may be a side-effect of the withdrawal of formats...
There is a glitch at the moment because the German hoster of the YT files referenced from the GH pages has been made to withdraw the site. As a result it is more difficult to download the 2021.12 version that no longer works on many sites (the version distributed to CF users is derived from...
For Uncharted, use either https://www.bbc.co.uk/programmes/m001qw8x/episodes/player for all available episodes or (eg) https://www.bbc.co.uk/sounds/play/m001r1s4 for episode 10. https://www.bbc.co.uk/programmes/m001qw8x should probably be treated like one of these two depending on the...
For YT the problem is https://github.com/ytdl-org/youtube-dl/issues/32499. There will be a new nightly release when I push the fix for YT. Or there is a patch. A workaround using browser cookies is too hard in this case.
I'll have to look at the BBC problem, but I do have a new BBC extractor...
Yes.
This sort of strategy might work.
1. Add plugin (it's obsolete, but matches the jQuery installation that we use) to webif.
2. Modify file browser JS check/uncheck handling to update a list of checked files in browser client local storage, using the plugin.
3. Modify file browser JS load...
Regarding the 7711, isn't it possible that Edimax substituted a new device when the RT3070s ran out without changing the USB ID? If their driver was updated to handle the substitute device, it would all look good in-house, but fall apart when exposed to unmodified 3rd-party drivers (eg...
One possible failure mode is that the WiFi base station channel-hops to a channel that is not supported by the driver default settings. This should be fixed by the latest wireless-helper package.
If dongles don't work, a WiFi gadget that plugs into USB and connects to the Ethernet socket of the...
BH wrote:
What I assumed too. But I read that the service discovery function (this would be the spec from the era of the Humax implementation: https://openconnectivity.org/upnp-specs/UPnP-arch-DeviceArchitecture-v1.1.pdf) is a basic UPnP function using SSDP on port 1900. So there must be some...
It's all iptables under the hood. The init script is driven by a config file that's a list of addresses (as defined for iptables -s ...) to be routed to DROP; if no file exists all port 50001 packets are dropped.
From the depths of my memory and man iptables, it seems that we could use the ...
Deleting the downloaded content ?
Then maybe this player is sufficiently more complex that the descrambling takes that long. Overnight (?) queued download is the answer.
There is a possible work-around. The YT extraction tactics used in yt-dl and its fancier fork yt-dlp are described here...
The player JSON from which we run the code to descramble the nsig is supposed to be cached. Specific descrambled nsigs are cached during any yt-dl run. The player cache can be specified with this option which is accurately documented:
--cache-dir DIR
Location in the filesystem...
yt-dl by default merges (using ffmpeg) the best video-only stream with the best audio-only stream, or gets the best combined AV stream if either of those is not available. This can be overridden with -f .../--format ...: review Format Selection in the manual.
Incidentally, @prpr, breaking YT...
Pretty much my suspicion, but it's all part of a stack of media boxes and debugging will have to wait for the stack to be disassembled. Maybe my dump Denon AV receiver will turn out to be functional when commissioned and solve the HDMI issue as well.
Nowadays quite a few channels, generally the higher-numbered LCNs, in the TV section of the EPG are actually transmitting OTA for some short period and otherwise delivering streamed content. ISTR that a channel can count as TV (LCN < 200) if its OTA content is at least 2 hours per day. The...
When ITVX launched I adapted the ITV Hub extractor with a magic insight from one of ITV's Greek viewers. That extractor was and is in the yt-dl distributed here. However the non-DRM 504p format that we managed to extract has now disappeared. This may be a side-effect of the withdrawal of formats...
There is a glitch at the moment because the German hoster of the YT files referenced from the GH pages has been made to withdraw the site. As a result it is more difficult to download the 2021.12 version that no longer works on many sites (the version distributed to CF users is derived from...
For Uncharted, use either https://www.bbc.co.uk/programmes/m001qw8x/episodes/player for all available episodes or (eg) https://www.bbc.co.uk/sounds/play/m001r1s4 for episode 10. https://www.bbc.co.uk/programmes/m001qw8x should probably be treated like one of these two depending on the...
For YT the problem is https://github.com/ytdl-org/youtube-dl/issues/32499. There will be a new nightly release when I push the fix for YT. Or there is a patch. A workaround using browser cookies is too hard in this case.
I'll have to look at the BBC problem, but I do have a new BBC extractor...
Yes.
This sort of strategy might work.
1. Add plugin (it's obsolete, but matches the jQuery installation that we use) to webif.
2. Modify file browser JS check/uncheck handling to update a list of checked files in browser client local storage, using the plugin.
3. Modify file browser JS load...
Regarding the 7711, isn't it possible that Edimax substituted a new device when the RT3070s ran out without changing the USB ID? If their driver was updated to handle the substitute device, it would all look good in-house, but fall apart when exposed to unmodified 3rd-party drivers (eg...
One possible failure mode is that the WiFi base station channel-hops to a channel that is not supported by the driver default settings. This should be fixed by the latest wireless-helper package.
If dongles don't work, a WiFi gadget that plugs into USB and connects to the Ethernet socket of the...
BH wrote:
What I assumed too. But I read that the service discovery function (this would be the spec from the era of the Humax implementation: https://openconnectivity.org/upnp-specs/UPnP-arch-DeviceArchitecture-v1.1.pdf) is a basic UPnP function using SSDP on port 1900. So there must be some...
It's all iptables under the hood. The init script is driven by a config file that's a list of addresses (as defined for iptables -s ...) to be routed to DROP; if no file exists all port 50001 packets are dropped.
From the depths of my memory and man iptables, it seems that we could use the ...
Deleting the downloaded content ?
Then maybe this player is sufficiently more complex that the descrambling takes that long. Overnight (?) queued download is the answer.
There is a possible work-around. The YT extraction tactics used in yt-dl and its fancier fork yt-dlp are described here...
The player JSON from which we run the code to descramble the nsig is supposed to be cached. Specific descrambled nsigs are cached during any yt-dl run. The player cache can be specified with this option which is accurately documented:
--cache-dir DIR
Location in the filesystem...
yt-dl by default merges (using ffmpeg) the best video-only stream with the best audio-only stream, or gets the best combined AV stream if either of those is not available. This can be overridden with -f .../--format ...: review Format Selection in the manual.
Incidentally, @prpr, breaking YT...
Pretty much my suspicion, but it's all part of a stack of media boxes and debugging will have to wait for the stack to be disassembled. Maybe my dump Denon AV receiver will turn out to be functional when commissioned and solve the HDMI issue as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.