mirror of
https://github.com/mpromonet/v4l2rtspserver
synced 2024-11-19 15:25:34 +00:00
try travis ci
This commit is contained in:
parent
c57bf984bc
commit
7486f4c8b6
@ -1,7 +1,7 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install cmake libv4l-dev
|
- sudo apt-get install cmake libv4l-dev
|
||||||
- sudo wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/libl/liblivemedia/livemedia-utils_2014.01.13-1_amd64.deb -q -O - | dpkg -i -
|
- wget http://cz.archive.ubuntu.com/ubuntu/pool/universe/libl/liblivemedia/livemedia-utils_2014.01.13-1_amd64.deb -q -O - | sudo dpkg -i -
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
h264_v4l2_rtspserver
|
h264_v4l2_rtspserver
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
[![Travis build status](https://travis-ci.org/mpromonet/h264_v4l2_rtspserver/h264_v4l2_rtspserver.png?branch=master)](https://travis-ci.org/mpromonet/h264_v4l2_rtspserver)
|
||||||
|
|
||||||
This provide an RTSP server feed from an Video4Linux device that support H264 format.
|
This provide an RTSP server feed from an Video4Linux device that support H264 format.
|
||||||
|
|
||||||
It involves :
|
It involves :
|
||||||
|
Loading…
Reference in New Issue
Block a user