try travis ci

This commit is contained in:
MPR 2014-09-13 00:40:53 +02:00
parent c57bf984bc
commit 7486f4c8b6
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 :