Monthly Archives: July 2013

Custom Video Streaming Player using LibVLC and Qt

Introduction
In my last two blog entries I have discussed how you can stream video from embedded Linux devices such as the Beaglebone using FFMPEG/AVCONV, the V4L2 Capture program and the Logitech C920 USB Camera (with hardware MPEG4/H264). In these setups I am using the regular VLC player to receive and display the video streams (RTP, UDP unicast and UDP multicast). […]

By |July 18th, 2013|Beaglebone, Blog|29 Comments

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

Streaming Video using RTP on 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 page is […]

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