Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building Networks and Servers using Beaglebone

You're reading from  Building Networks and Servers using Beaglebone

Product type Book
Published in May 2015
Publisher
ISBN-13 9781784390204
Pages 110 pages
Edition 1st Edition
Languages

Configuring a streaming video


In order to provide video streaming from a USB device in our multimedia setup, we have to first install some software that will allow the BeagleBone to act as a server. The software that I chose to use is called MJPG Streamer. If you want to add more functionality than I have here, the instructions are available at http://shrkey.com/installing-mjpg-streamer-on-beaglebone-black/ and at Sourceforge (http://sourceforge.net/projects/mjpg-streamer/).

The first thing we have to do is install the tools and dependencies that we will need to compile the software.

I make it a habit to always do an apt-get update to make sure that all the repositories are up to date. The following commands will install the required tools and dependencies. If your tools are already installed and up to date, they will not be overwritten. All the commands assume that you are logged in as root:

  1. Run the following command:

    apt-get install g++ curl pkg-config libv4l-dev libjpeg-dev build-essential...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}