You can install this by pulling the source from git and running the InstallAUISuite.sh file.
Commands to install are below (your user should have sudo priveledges but you dont need to sudo or be root to run the commands unless shown otherwise):
sudo apt-get install git-core
git clone git://github.com/StevenHickson/PiAUISuite.git
cd PiAUISuite/Install/
./InstallAUISuite.sh
./InstallAUISuite.sh
Update Instructions
cd PiAUISuite
git pull
cd Install
sudo ./UpdateAUISuite.sh
Demonstration:
So this is a quick video to demonstrate youtube working fast and easily on the Raspberry Pi without the use of XBMC or gnash.
I tried out gnash first which didnt work at all.
So then I tried out XBMC and although it is pretty, it is awfully slow so I decided to get youtube to work on my own.
The basis of this is really simple. There is a nifty program out there called youtube-dl that can get the media file from the website and download it. Its great because it does it fast and works for many other websites like the daily show and the colbert report.
So what I did was basically write a little script that analyzes your input and then gets the proper information from the youtube-dl program without downloading the video, then it sends this http stream to omxplayer to play.
It can handle playlists or individual files from multiple websites as well as a bunch of other things.
After that, I started implementing a nice little search feature using C++ and Curl.
Im starting to implement a GUI which will essentially look like youtube kind of. Until then I have this nifty search tool, which was essentially my start to the GUI I am currently creating.
If youve ever used XBMCs youtube, you will notice that this is a lot faster, and in my opinion, easier to use and more natural. Plus it only requires a tiny file on your system as opposed to XBMCs massive footprint.
The nice part of having an easy command line program like this is that it can be incorporated into a lot of other things easily. For instance, I have incorporated it into my voicecommand script as shown in the video.
The source code can be found here. To install see the top.
Sources:
This post for using axel with the youtube-dl.
This page for the youtube-dl source and documentation.
Consider donating to further my tinkering
Related Post:
computer
- Take a better selfie with Lily
- Free Lecture The Psychology of Computer Insecurity
- MOOC Research and Innovation
- Calculating Ada The Countess of Computing
- When can Quantum Annealing win
- Creating a templated Binary Search Tree Class in C
- Projecting without a projector sharing your smartphone content onto an arbitrary display
- Will a robot take your job
- Facebook Introduces ‘Hack ’ the programming language of the future
- High Resolution Scary Haunted House Wallpapers for Desktop
- TYBSC IT Sem V Question Papers 2009 Mumbai University
- Home automation update
- Very easy to download youtube videos audio mp3 format
- HD Dark Desktop Background Wallpapers Download
- Launching the Quantum Artificial Intelligence Lab
- Syrias children learn to code with the Raspberry Pi
- Running omxplayer from the command line easily using alias
- Largest collection of Google Logos on the web Set 7
- Collection of SQL queries with Answer and Output Set 2
- Prevent access to specific partition or drive
- Summer Games Learn to Program
- PiAUISuite Update and Voicecommand v3 1
- Sign in to edx org with Google and Facebook and
- Large Scale Machine Learning for Drug Discovery
- Hacker Tricks from Insiders A Threat to ERP Systems
on
- Largest collection of Google Logos on the web Set 7
- Streaming Other HD Video Sites on the Raspberry PI
- Mounting the home directory on a different drive on the Raspberry Pi
- ERP PPT Presentation on Ecolab INDIA
- PPT Presentation on Cryptography
- Largest collection of Google Logos on the web Set 6
- PPT Presentation on String Handling
- Largest collection of Google Logos on the web Set1
- Unveiling of Display on “Computer Graphics in 1984”
- PPT Presentation on Testing Tactics
- A Project on Windows NT
- PPT Presentation on Memory Management in Winnows2000 and WindowsXP
- Tips on Choosing Apt Web Templates and Service Providers
- Rupee Font Use the Indian Rupee Symbol on Computer Keyboard
- Compare How London Looks on Google vs Paintings From the 1700s
- Cloud storage on the Raspberry Pi
- A PPT Presentation on Web 2 0
- Indian Rupee Symbol on keyboard
- PPT Presentation on Process Synchronization
- Getting Hulu Vimeo to work on the Raspberry Pi
- PPT on CDMA Technology an Overview
- Inside Facebook’s Quest for Software That Understands You
- How to Turn On or Enable Hibernation in Windows 7
- PPT Presentation on Trojans
gnash
0 comments:
Post a Comment