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…
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.…
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?
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…
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…
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…
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?
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%…
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?
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?
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…
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…
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…
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…