I'm used to NOT being able to watch some YouTube videos(on Firefox) with XP. I normally just wait several hours
until YouTube generates something I can watch later.....IF that is what is really happening. Either way
if I wait a while I can eventually watch the video.
I've been sending the YouTube link to my iPhone via the Messenger website(Messenger.com) via Firefox if I REALLY
want to watch the video right now....then watch it on my iPhone obviously.
Just this morning I did exactly that....placed the YouTube link in Messenger.com and sent it on it's way. But this time for
sh|ts and giggles I pressed PLAY in the video preview that showed up in Messenger.com.......and the video played.
Still on XP, still in Firefox.
How messed up is that?
![]()
+ Reply to Thread
Results 1 to 22 of 22
-
-
I subscribe to a few YT channels.
Using Windows XP and Firefox ESR 52.3.0, watching videos that have "just been uploaded" is hit and miss.
Neither the uploading channel nor the video's length makes any difference.
Whether it's 1 or 30 minutes long, one persons video can be viewed straight away whilst someone else's can take either a few hours or, in one case, 3 days.
One thing that makes it worse is that I can now not use/force flash player on YouTube with ESR 52.3.0.
I can't find an add-on that will make it work, nor does disabling any of the webm options in about:config (although that used to). -
Doesn't Chrome have an integrated H.264 decoder? Try that. (but it's no longer updated for XP, I believe, so use with care)
Or download video using youtube-dl (+ffmpeg):
youtube-dl -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]" "YOUTUBE_URL"
or just
youtube-dl "YOUTUBE_URL"
depending on what formats and quality you want. I assume your media player can play just about anything.
Some players (MPC-BE?) can also accept youtube urls.
https://forum.videohelp.com/threads/382524-How-to-get-started-with-youtube-dl-from-the...command-prompt
https://github.com/rg3/youtube-dl/#format-selection -
I ditched Google Chrome (47.x) after a re-install of Windows XP just recently.
Firefox ESR uses the openH264 plugin (version 1.6.0) - that appears to be integrated.
Also, no one's video is so important that it's a must see right now. Coming back to watch at a later time will always suffice.Last edited by mike20021969; 17th Aug 2017 at 04:10.
-
AFAIK openH264 only supports Constrained Baseline Profile so it is of limited use - not comparable to the one in Chrome.
-
-
-
Yeah, it was discussed somewhere on the forum previously. Hours can turn into days, months ...
No one really knows why Youtube does that but it's just the way it is. For the full Youtube experience you need (High Profile) AVC decoding. If you Firefox doesn't deliver that on XP you need to use something else. -
-
Check if MSE is enabled https://www.ghacks.net/2014/05/10/enable-media-source-extensions-firefox/
-
Seems there is another plugin from Adobe. But ... it's complicated.
http://www.msfn.org/board/topic/175591-enable-mp4-h264-aac-html5-video-in-firefox-on-w...without-flash/
https://bugzilla.mozilla.org/show_bug.cgi?id=1258220 -
-
I saw a "fix" listed once, it involved something called gmp-eme-adobe-v17 and it also involved using about:config in Firefox, but it was a MESS for a dummy like me.....and much of the stuff listed in the fix was not in my about:config settings.
-
-
I have removed this post.
See mssg. below.Last edited by goldeneq; 7th Oct 2017 at 20:11.
-
I always attempt to first download any streaming video. My internet plays sd stream videos with start and stop, HD videos are mostly stop with 100%cpu.
-
If you have an XP machine
DO NOT even try loading Chrome (ever. any version.)
When it 'updates' (and it will... if you use Google as a search engine..
it will 'detect' Chrome (no matter HOW you tried to disable 'updates')..
and 'auto-update' your XP machine into your worst nightmare.
So again... Chrome browser (on XP) is no longer an option.
Instead... use Firefox 51 (and newer) and follow the instructions found here:
http://wp.xin.at/archives/4059Last edited by goldeneq; 7th Oct 2017 at 20:10.
-
Hello All, I new here but I see lots of You have the same problem that I have of not being able to watch any YT videos anymore. I found this site (here) may have the solution so I'm keeping my fingers crossed. OK, kere is where I'am at in my instalation:
!. I've downloaded the youtobe-dl (Windows version) a white and blue box application file (not in a zip).
2.I also downloaded the ffmpeg-3.4win32-static 41.755 KB (a Zip file ) and extracted it to it's folder -> ffmpeg-3.4-win32-static
3. I made a folder on my C drive i.e C:\Videos.
4. Question: Do I just put the youtube-dl in C:\Videos or do I make a subfolder in c:\Videos and name it something?
5: The ffmpeg zip file when extracted to it's ffmpeg-3.4-win-static folder has 3 folders and 2 text docs in it ->
3 folders named bin, doc and presets and 2 text files named License and readme.
6. Inside the bin folder of ffmpeg there are 3 application files (each in a white and blue box) their names are ffmpeg, ffplay and ffprobe.
7. Can someone please tell me just where to place or put these files?
8. Also I'd like to get some instructions on how to use youyube-dl to view a YT-video? ( I do know how to use the CMD prompr.
Thanks for any help..... DBD
- -
FFmpeg 3.4 is not compatible with XP unless you custom compile it and disable all the stuff that breaks XP, like Intel QSV. Find an old version of FFmpeg like 2.8 or 3.0 to use with youtube-dl and XP. ffmpeg.exe goes in the same directory as the youtube-dl executable.
But YouTube videos can still be watched using FireFox on XP. The only problem is with recently uploaded videos, but after a few hours they can almost always be watched. -
Thank's vidd for Your quick reply. I have created a folder on my C drive names c:\Videos. I put youtube-gl in it so now it looks like this c:\Videos and the only file in the c:\Video folder is youtube-dl. I will try to find an earlier version of ffmpeg like you recomend and put the ffmpeg.exe in C:\Videos along with the youtube-dl. If thats not correct please let me know. The question i have now is: What do I do with or where do I place the rest of the files that are in the ffmpeg folder?
***Here are my results so far.***
When I start youtube-dl with the ffmpeg 2.8.exe in the c:\videos folder, with the " c:\videos\youtube-dl.exe https://www.youtube.com/watch?v=x8UZQkN52o4 " script I get url can't be found error and a no ceftifficate error. and it crashes back to the desktop..
If I start the ffmpeg 2.8.exe it opens the cmd box to c:\ffmpeg.I can see the otherdirectories are in the folder and the cmd window box staies open.
? do I have to configuer the ffmpeg program first?Last edited by Deathrow_Bo_Dean; 28th Oct 2017 at 13:52.
-
Try this template. Replace the youtube address with your video, but keep the quotes " ". --no-check-certificate should fix the error.
Code:C:\videos\youtube-dl.exe "https://www.youtube.com/watch?v=XXXXXXXXX" -o "c:\videos\output.mp4" --no-check-certificate
More info:
https://github.com/rg3/youtube-dl/issues/7309#issuecomment-172354527
Similar Threads
-
How to Download HTML5 video
By Bacardil in forum Video Streaming DownloadingReplies: 3Last Post: 31st Jul 2017, 22:07 -
HLS player HTML5
By orenuziel in forum Video Streaming DownloadingReplies: 4Last Post: 14th May 2017, 04:23 -
HLS player HTML5
By orenuziel in forum Newbie / General discussionsReplies: 1Last Post: 12th May 2017, 12:02 -
HTML5 m3u8 player
By atlantius21 in forum Video Streaming DownloadingReplies: 2Last Post: 30th May 2016, 07:49 -
HTML5 Color Changes on YouTube
By NetCode in forum Newbie / General discussionsReplies: 3Last Post: 19th Dec 2014, 05:45