All4 is unsupported by youtube-dl. I think the programmes are protected by DRM. ITV hub does work, for example on a Windows PC (see post #112 in this thread onwards), but not on the HDR-FOX due to missing libraries in python, and the lack of openssl in the compiled version of ffmpeg.
The 1080 or higher files in the wiki example are video only. It looks for the best available single file with both video and audio: this will be designated with 'best' in parentheses. If you want to specify different streams add --ignore-config to the command line and use the listed codes for...
The configuration file contains the following setting: "-f best[height<=?1080]" this will download the best available version up to 1920 x 1080. However, the best quality available from BBC iPlayer, for example, is 1280 x 720 (@ 50 fps), so this is what you will get.
You want to set the reminder to channel 250. This is a red button data channel so you just get a static backdrop on screen, and no writing to the timeshift buffer.
Yes and no. Download the H264 video with the available 2.0 AAC stream into mp4 and it plays fine. The 5.1 stream is AC-3; the HDR-FOX won't play AC-3 in an mp4 container (even though it is permissible in the mp4 standard) so you have transcode the audio to 5.1 AAC (ffmpeg) which is playable in...
Youtube-dl supported sites can be found here.
I can report that downloads from the ITV Hub and CBC (Canadian Broadcasting Corporation) work on Windows, the latter with both 1080 video and 5.1 audio, but not on the HDR-FOX currently.
There is a long list of different global sites supported if you look in the documentation online. I doubt that sites streaming in 4K are doing so without DRM, but I don't know this for a fact. If you want to check a particular site, when attempting a download first add '--list-formats' to the...
Virtual-disk2 is the culprit. The latest version of NTFS-3G will install this as a dependency. It is to do with an update to allow NTFS disks with gpt partition tables to be used. The Humax SUI does not recognise when a gpt USB disk is plugged in so it will not open the USB menu. Virtual-disk2...
I don't think that there is much out there in above 1080p quality anyway: not which is not heavily protected by DRM. Standard iPlayer and ITV hub don't have readily accessible 1080 streams. Sky appears to have access to such streams but there is no easy way to download these recordings, other...
Thanks for the explanation. Hopefully @af123 will see these posts and comment. I have no idea whether what is required is a straightforward job or a lot of work. Hopefully the former, as I'm sure that being able to download from the ITV hub would be quite a popular feature.
The -f "best[height<=?1080]" switch is included in the default settings file for youtube-dl. This will download the best available version as long as the video is not more than 1080 lines. So the program will automatically download the last file in the above list without you having to define it...
In the first instance it would be good to understand why the hlsnative downloader fails. You may be right about python, but without an update to the version of python on the HDR-FOX it is hard to test. Is there anything useful in the debug output?
I expected ffmpeg (strictly version 2.8, but...
There is a problem downloading from the ITV hub. After the 22nd August update to youtube-dl this is what I get on a Windows installation:
C:\Downloads>youtube-dl https://www.itv.com/hub/itv-news-weekend-teatime/2a4546a0275 --verbose
[debug] System config: []
[debug] User config...
@prpr - the ITV hub is now using hls instead of flash. On my standalone Windows installation I have been able to download programmes using the inbuilt hls downloader. This needs the 22nd August update to work.
The best resource I have found is the youtube-dl documentation. There is a link to it in the first post of this thread. This is straightforward but has a lot of information: it is not an 'idiots' guide. However, what do you want to do? With the default configuration, if you wanted to download an...
I don't have the hardware to mimic your situation exactly. All individual drives connected are shown when you press the eject button in Webif (including the virtual disk) and each drive has its own eject button in the pop-up box that appears. If you eject a physical drive does it also eject the...
In Webif, if you go to 'Browse Media Files', click on the first '/' in the directory path then click on 'mnt' then 'hd2' you should see a 'virtual_disk' directory listed. The recordings discussed in this post should be in here. If you 'select all' then 'cut' and go back up to 'hd2' you should...
Interesting that it is OK with m2ts streams with standard def. recordings. For high def. recordings, have you tried keeping the m2ts container and converting the audio to either AAC (ADTS) or AC3? If you as going to convert to mp4, 192 kbps sound reasonable for the audio stream. Stick to AAC...
All4 is unsupported by youtube-dl. I think the programmes are protected by DRM. ITV hub does work, for example on a Windows PC (see post #112 in this thread onwards), but not on the HDR-FOX due to missing libraries in python, and the lack of openssl in the compiled version of ffmpeg.
The 1080 or higher files in the wiki example are video only. It looks for the best available single file with both video and audio: this will be designated with 'best' in parentheses. If you want to specify different streams add --ignore-config to the command line and use the listed codes for...
The configuration file contains the following setting: "-f best[height<=?1080]" this will download the best available version up to 1920 x 1080. However, the best quality available from BBC iPlayer, for example, is 1280 x 720 (@ 50 fps), so this is what you will get.
You want to set the reminder to channel 250. This is a red button data channel so you just get a static backdrop on screen, and no writing to the timeshift buffer.
Yes and no. Download the H264 video with the available 2.0 AAC stream into mp4 and it plays fine. The 5.1 stream is AC-3; the HDR-FOX won't play AC-3 in an mp4 container (even though it is permissible in the mp4 standard) so you have transcode the audio to 5.1 AAC (ffmpeg) which is playable in...
Youtube-dl supported sites can be found here.
I can report that downloads from the ITV Hub and CBC (Canadian Broadcasting Corporation) work on Windows, the latter with both 1080 video and 5.1 audio, but not on the HDR-FOX currently.
There is a long list of different global sites supported if you look in the documentation online. I doubt that sites streaming in 4K are doing so without DRM, but I don't know this for a fact. If you want to check a particular site, when attempting a download first add '--list-formats' to the...
Virtual-disk2 is the culprit. The latest version of NTFS-3G will install this as a dependency. It is to do with an update to allow NTFS disks with gpt partition tables to be used. The Humax SUI does not recognise when a gpt USB disk is plugged in so it will not open the USB menu. Virtual-disk2...
I don't think that there is much out there in above 1080p quality anyway: not which is not heavily protected by DRM. Standard iPlayer and ITV hub don't have readily accessible 1080 streams. Sky appears to have access to such streams but there is no easy way to download these recordings, other...
Thanks for the explanation. Hopefully @af123 will see these posts and comment. I have no idea whether what is required is a straightforward job or a lot of work. Hopefully the former, as I'm sure that being able to download from the ITV hub would be quite a popular feature.
The -f "best[height<=?1080]" switch is included in the default settings file for youtube-dl. This will download the best available version as long as the video is not more than 1080 lines. So the program will automatically download the last file in the above list without you having to define it...
In the first instance it would be good to understand why the hlsnative downloader fails. You may be right about python, but without an update to the version of python on the HDR-FOX it is hard to test. Is there anything useful in the debug output?
I expected ffmpeg (strictly version 2.8, but...
There is a problem downloading from the ITV hub. After the 22nd August update to youtube-dl this is what I get on a Windows installation:
C:\Downloads>youtube-dl https://www.itv.com/hub/itv-news-weekend-teatime/2a4546a0275 --verbose
[debug] System config: []
[debug] User config...
@prpr - the ITV hub is now using hls instead of flash. On my standalone Windows installation I have been able to download programmes using the inbuilt hls downloader. This needs the 22nd August update to work.
The best resource I have found is the youtube-dl documentation. There is a link to it in the first post of this thread. This is straightforward but has a lot of information: it is not an 'idiots' guide. However, what do you want to do? With the default configuration, if you wanted to download an...
I don't have the hardware to mimic your situation exactly. All individual drives connected are shown when you press the eject button in Webif (including the virtual disk) and each drive has its own eject button in the pop-up box that appears. If you eject a physical drive does it also eject the...
In Webif, if you go to 'Browse Media Files', click on the first '/' in the directory path then click on 'mnt' then 'hd2' you should see a 'virtual_disk' directory listed. The recordings discussed in this post should be in here. If you 'select all' then 'cut' and go back up to 'hd2' you should...
Interesting that it is OK with m2ts streams with standard def. recordings. For high def. recordings, have you tried keeping the m2ts container and converting the audio to either AAC (ADTS) or AC3? If you as going to convert to mp4, 192 kbps sound reasonable for the audio stream. Stick to AAC...
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.