Hi, I'm new here so apologies if this is posted in the wrong section.
I have BBC iPlayer downloader on my Windows 11 laptop and use it to download programmes to watch at a later time in work. (I'm lucky to have a job with a lot of downtime that needs filling). As some of you may know, the BBC, in its infinite stupidity, has announced that from 11th March 2024, the PC/Laptop version will cease to work as they are closing it down.
I have an iPhone 14 and have downloaded the iPlayer app onto it and all works as it should and I can download programmes to watch but it's a bit impractical watching TV on such a small screen. My question is this. Is there any way, i.e. a cable that will connect from my iPhone 14 to my laptop, that will allow me to simply use the laptop as a screen.
Thanks in advance for any help.
Bex.
+ Reply to Thread
Results 1 to 16 of 16
-
-
see here - https://support.apple.com/en-in/HT204289
you can use Airplay to stream video from your iphone to your computer or TV -
Well, as far as I can see, the BBC declared download only applies to downloads direct from Iplayer (their own link)
On the forum, there are tons of links about downloads that circumvent this - even with users who hardly have legal access to IPlayer (something that annoys me immensly) - we pay yet they play. -
see here - https://support.apple.com/en-in/HT204289
you can use Airplay to stream video from your iphone to your computer or TV
I've looked at the link but it doesn't mention connecting to a Windows 11 laptop. Am I missing something? -
-
-
I have looked at this and for my level of tech expertise, it seems as clear as mud. I have no idea what a "user-agent string" is and the reviews on the page don't look promising. Maybe you could explain what this is, what it does and how I use it to allow me to solve my problem.
-
"user-agent string" is a short piece of text send by your browser upon request from the server you have connected to. It is normally used so web pages can identify what type of browser you are using and adapt it where necessary so it displays properly on all systems.
Spoofing it can make the server think you are using a different system to your real one so you can pretend to be an iPhone or any other system and browser to trick it into thinking you are really using that system. So even if you are using a completely different OS and browser you can make the server you are connected to think you are using iPhone (or anything else).
I just checked and the "get_iplayer" program (Linux) still works fine, not sure if it is available for other operating systems.
Brian.Last edited by betwixt; 14th Mar 2024 at 07:42.
-
Last edited by bex147; 14th Mar 2024 at 18:47.
-
Absolutely correct.
I have a hidden test page on one of my web sites that shows the user-agent string. I just tried it and for my system it shows:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0
That should give you some idea of what it contains.
The code on the page is:
<?php
echo $_SERVER['HTTP_CLIENT_IP'];
echo $_SERVER['HTTP_USER_AGENT'];
echo $_SERVER[“REMOTE_ADDR”];
?>
so there is slightly more in that text than just the user-agent.
Brian. -
Last edited by bex147; 14th Mar 2024 at 20:13.
-
One answer to your problem is to learn to use get_iplayer. It is a command line down-loader. Which means instead of watching your video through a browser you down-load the video and watch it on a video-player on your computer (VLC is good).
The software is not point and click; see https://github.com/get-iplayer/get_iplayer for details of use. And see .....
https://github.com/get-iplayer/get_iplayer/releases to get the softwareNoob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip
Similar Threads
-
BBC iPlayer
By Ivan in forum Video Streaming DownloadingReplies: 3Last Post: 22nd Feb 2024, 07:02 -
BBC iPlayer help needed
By Ebi in forum Video Streaming DownloadingReplies: 6Last Post: 19th Feb 2024, 16:33 -
video form bbc iplayer
By hansoljun in forum Video Streaming DownloadingReplies: 5Last Post: 20th Sep 2023, 10:40 -
[UK] BBC iPlayer Glastonbury Streams at 4K?
By Killer3737 in forum Video Streaming DownloadingReplies: 2Last Post: 23rd Jun 2023, 11:42 -
BBC iplayer download dimensions
By David Banner in forum Video Streaming DownloadingReplies: 1Last Post: 17th Sep 2021, 14:26