Questions tagged [youtube]

For questions pertaining to viewing YouTube on the Raspberry Pi

YouTube is a popular video hosting service owned by Google.

18 questions
8
votes
2 answers

ffmpeg performance degrades over time

I am using a Pi Zero W with the Pi camera (noir) to stream live to Youtube using ffmpeg. The command line I am using is: raspivid -o - -t 0 -h 720 -w 1296 -fps 24 -b 6000000 | ./ffmpeg -ar 44100 -ac 2 -acodec pcm_s16le -f s16le -ac 2 -i /dev/zero -f…
Matt
  • 181
  • 1
  • 4
5
votes
2 answers

Some Youtube Videos have no Audio on Raspberry Pi 4 Model B Running Raspbian Buster

I am using a Raspberry Pi 4 Model B as my desktop computer with Raspbian Buster installed and everything works great except that some videos on Youtube don't have any audio. If I download the video and play it with Totem, then I can hear the audio.…
Powersurge
  • 53
  • 1
  • 3
4
votes
1 answer

Is Raspberry Pi 4 fast enough to watch online videos with 1080p?

The Pi 4 has a faster processor (1.5 GHz Quad-Core ARM-Cortex A72). I am wondering if it is now possible to watch HTML5 videos on a browser (for example YouTube) and with 1080p quality without lagging and sticking?
Mindau
  • 201
  • 1
  • 3
  • 7
3
votes
2 answers

Watch Youtube videos without "personal API key", because I don't have a Google account

Kodi Youtube addon stopped working (RPI4 and LibreELEC distro) and a DDG search advises me to create a personal API key. Youtube acess not configured, youtube data api has not been... For privacy reasons I don't have a Google account. Is there a…
Sybil
  • 508
  • 2
  • 4
  • 16
2
votes
0 answers

Live stream to Youtube - sound sync

I have Raspberry pi 3 model b. I stream video and sound (from dedicated camera + usb sound card) to Youtube by command: raspivid -o - -t 0 -vf -hf -fps 30 -b 600000 | ffmpeg -i pipe: -f alsa -ac 1 -i plughw:1,0 -vcodec copy -acodec aac -ab 128k -g…
klapaucius
  • 21
  • 2
2
votes
4 answers

Adjusting keyframe rate ffmpeg Logitech C920 to YouTube Live

I'm trying to use ffmpeg to stream output from a c920 webcam to YouTube live on a Raspberry Pi. Unfortunately, YouTube Live returns this error when I start the stream: Please use a keyframe frequency of four seconds or less. Currently, keyframes…
Dan
  • 41
  • 1
  • 5
2
votes
1 answer

YouTube error with XBMC Kodi

I have successfully installed YouTube from the official Kodi repository. However when I try to play a video I get an error. Exception in contentprovider unknown kind How do I fix this?
Darth Vader
  • 4,218
  • 24
  • 47
  • 70
2
votes
1 answer

YouTube is very slow on Raspberry Pi 4

I have Raspberry Pi 4B 4 GB model, and I installed Ubuntu 64bit. When I watch YouTube with 1080p, it lags a lot. I tried many things, I tried splitting memory, using Chromium, I set Chromium to use GPU but it's still slow and lags a lot. CPU is 100%…
tmvkrpxl0
  • 39
  • 2
  • 2
  • 6
1
vote
4 answers

Are there any decent video editors for the RasPi 3?

I've been making YT videos about the Raspberry Pi but have had no way to edit them on the pi. Are there any nice Raspberry Pi-compatible video editing apps?
1
vote
1 answer

Live streaming the Raspbian desktop to YouTube

I am looking to live stream my Raspberry Pi's desktop to YouTube. I've seen plenty of guides on streaming the Pi Camera with ffmpeg, but nothing for the desktop. Does anyone know how this could be accomplished?
ejj28
  • 13
  • 3
1
vote
0 answers

YouTube Streaming with Raspberry Pi 3

Using the following tutorial to broadcast to YouTube Live. Looks like the stream is working on the Pi end, and even YouTube's account page has a little green light saying that it's receiving data from the device. Perhaps I'm missing some…
1
vote
1 answer

Youtube Addon needs two logins/apps to be activated

I used the Youtube Addon (v.5.3.6) for a long time without problems. It's running on my Raspberry Pi 3 with OSMC + Kodi 17. But now there is always a strange error, I should Sign in again for two times but then the app "crashs". Excerpt from the log…
zypro
  • 113
  • 1
  • 5
1
vote
0 answers

Iceweasel very slow when running youtube fullscreen

I am using RPi3, with Raspbian minimal + i3wm + iceweasel, with a 1080p monitor. When I watch youtube (720p, about 1.5 hour long), if not full screen everything runs just fine. However, once I switch to full screen, the loading becomes extremely…
OneZero
  • 11
  • 2
1
vote
0 answers

Streaming USB Webcam to YouTube Live - Raspberry Pi

all new here. Hoping someone can help. I am trying to Stream a USB webcam to YouTube Live Events but having difficulty. I…
ysoulja
0
votes
1 answer

Chromium browser kiosk mode

I'm using chromium browser in kiosk mode to display a web page (Raspberry Pi 3b). I'm using this for professional purpose, this means that once I sell it to customer, it is expected to work smoothly (atleast for say 5-10 years). I've following…
1
2