RafaelPalomar / H264LiveStreamer

Webcam H264 video encoding and streaming through RTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H264LiveStreamer

Webcam H264 video encoding and streaming through RTP.

This source code is based on the Q&A found at:

All the credit to the people involved in those questions and answers, especially @bhawesh (http://stackoverflow.com/users/2024789/bhawesh) who provided most of the code in which this repository is based on.

My contribution has been articulating the code in a project using CMake as well as some small changes to make it work on GNU/Linux (Debian Jessie).

In order to build the project the following dependences are required:

  • OpenCV
  • LiveMedia
  • groupsock
  • UsageEnvironment
  • BasicUsageEnvironment
  • x264
  • tbb
  • swscale

About

Webcam H264 video encoding and streaming through RTP

License:ISC License


Languages

Language:C++ 100.0%