I have install omxplayer and also use youtube-dl to get the address.
When I run
Code: Select all
omxplayer -s -o local "<address>"
Is it some easy way from terminal to show youtube streaming.
Code: Select all
omxplayer -s -o local "<address>"
Try using youtube-dl with the "-f best" option to access the stream uri.cazz wrote: ↑Thu Jun 28, 2018 9:27 amHi
I have install omxplayer and also use youtube-dl to get the address.
When I runit start to stream but just for some second, after that is exit the omxplayerCode: Select all
omxplayer -s -o local "<address>"
Is it some easy way from terminal to show youtube streaming.
youtube-dl -g https://www.youtube.com/watch?v=RtU_mdL2vBMcazz wrote: ↑Thu Jun 28, 2018 10:57 amThanks for the replay
Is same thing it play 2 sec then freeze 1 sec and then stop
I trying to stream this video to a Raspberry Pi
https://www.youtube.com/watch?v=RtU_mdL2vBM
It's probably because it's a live stream and not a video.cazz wrote: ↑Thu Jun 28, 2018 10:57 amIs same thing it play 2 sec then freeze 1 sec and then stop
I trying to stream this video to a Raspberry Pi
https://www.youtube.com/watch?v=RtU_mdL2vBM
I'm the developer of info-beamer hosted, a digital signage system for the RPi. I've been playing around with live streaming recently and as it happens the url you want to stream is one that I also used for testing! The result is this live streaming package that you can install with a few clicks on a Pi running the info-beamer operating system. Even better: If your Pi is connected by HDMI to a TV with a remote, you can use its remote to switch between different channels that way. Under the hood, this uses streamlink to fetch the stream. Let me know if you have any questions.cazz wrote: ↑Thu Jun 28, 2018 10:57 amThanks for the replay
Is same thing it play 2 sec then freeze 1 sec and then stop
I trying to stream this video to a Raspberry Pi
https://www.youtube.com/watch?v=RtU_mdL2vBM