Difference between revisions of "YouTube"

From eLinux.org
Jump to: navigation, search
(Playing YouTube videos on an embedded system)
 
 
Line 13: Line 13:
  
 
(Could anybody explain how to configure omxplayer as a standard YouTube player without downloading and manually playing the video file?)
 
(Could anybody explain how to configure omxplayer as a standard YouTube player without downloading and manually playing the video file?)
 +
 +
[[Category:RaspberryPi]]

Latest revision as of 13:03, 23 June 2014

Playing YouTube videos on an embedded system can fail, due to the limited CPU resources available.

Playing YouTube video on Raspbian

The Raspberry Pi CPU is not powerful enough to play YouTube videos. There is a workaround:

  • Download the MP4 file from YouTube
  • Play the MP4 file using omxplayer

The omxplayer does not use the CPU (for video). It is using the GPU; this way you can play YouTube video's'.

(Could anybody explain how to configure omxplayer as a standard YouTube player without downloading and manually playing the video file?)