ffmpeg

UDP Unicast and Multicast Streaming Video using the Beaglebone Black

Introduction
In a previous post, I described how you could set up the Beaglebone Black to capture video and process video using OpenCV with the Logitech C920 camera. In this post I am going to look at how you can begin streaming data using the camera and code that I had adapted previously. The previous post is here and the final instructional […]

By |July 12th, 2013|Beaglebone, Blog|32 Comments

Building FFMPEG for Beaglebone from Source

For my USB Logitech C920 MPEG4 webcam I decided that I would try to build ffmpeg from source and see if it improved the streaming capability of the camera. Currently, the stream is halting after about 30 seconds and the data stream becomes frozen.

So, based on the steps at this link I downloaded the x264 source and built it. I had […]

By |April 15th, 2013|Beaglebone, Blog|9 Comments