Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 924 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 924 Bytes

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