kweb is the best solution, but read the manual before installingpaticpatic wrote:How can I setup my Raspberry Pi B+ to watch youtube videos using the Raspbian OS?
You need to visit http://youtube.com/html5 to activate HTML5 support, then things just play normally.paticpatic wrote:How can I setup my Raspberry Pi B+ to watch youtube videos using the Raspbian OS?
You can do that - and this is good if you want to build up a local library of your favorite videos.DougieLawson wrote:You need to visit http://youtube.com/html5 to activate HTML5 support, then some (but by no means all) things just play normally.paticpatic wrote:How can I setup my Raspberry Pi B+ to watch youtube videos using the Raspbian OS?
The other way is with youtube-dl to download the videos as mp4.
sudo apt-get install youtube-dl
youtube-dl https://www.youtube.com/watch?v=XjAcyTXRunY
omxplayer XjAcyTXRunY.mp4
What makes you think I haven't done that?DougieLawson wrote:The first part, which you ignored, is heading to http://youtube.com/html5 to get the YouTube HTML5 cookie set in your browser. They useragent handler doesn't recognise Epiphany as HTML5 ready so you have to enable it with the explicit URL.
Yes, but it appears you have a RPi2 B, the OP has a B+Bananaguns wrote:The new update of epiphany browser suppprts html5 and plays most YouTube videos with no problems (no need for omxplayer, tbo GUI, etc). In my time using it I've realized to make it work from one video to the next you need to click the next video, once the page loads then hit refresh and it should work. Otherwise it does a weird load, reload, reload kind of deal.
Fixed it for you. It may be a location thing or a "What kind of vids do you play?" thing, but the fact is that most music vids (which are what me and my friends here in the USA are most interested in) still display "Encrypted Streams not supported" when the attempt is made to view/play them in Epiphany (on a Pi 2).Bananaguns wrote:The new update of epiphany browser suppprts html5 and playsmostsome YouTube videos with no problems...
On my RPi2 B use IceWeasel Browser...Joe Schmoe wrote:Fixed it for you. It may be a location thing or a "What kind of vids do you play?" thing, but the fact is that most music vids (which are what me and my friends here in the USA are most interested in) still display "Encrypted Streams not supported" when the attempt is made to view/play them in Epiphany (on a Pi 2).Bananaguns wrote:The new update of epiphany browser suppprts html5 and playsmostsome YouTube videos with no problems...
Playing with Omxplayer is the fix and it works nicely.
Hmm I dunno, I too live in the US (Philadelphia) and have only received that error on probably 2% of videos I've tried watching. However, as you said, I'm not really Interested in music videos, most videos I watch have no content to protect.Joe Schmoe wrote:Fixed it for you. It may be a location thing or a "What kind of vids do you play?" thing, but the fact is that most music vids (which are what me and my friends here in the USA are most interested in) still display "Encrypted Streams not supported" when the attempt is made to view/play them in Epiphany (on a Pi 2).Bananaguns wrote:The new update of epiphany browser suppprts html5 and playsmostsome YouTube videos with no problems...
Playing with Omxplayer is the fix and it works nicely.
Susprisingly enough, the YouTube player in Kodi/OpenElec/whatever doesn't work very well for me (pauses/hangs during playback). But omxplayer under Raspbian works flawlessly.Emexrulsier wrote:the youtube addon in kodi works just fine, that maybe is an option for you?