v4l2rtspserver/README.md

181 lines
8.2 KiB
Markdown
Raw Normal View History

2018-04-02 16:59:08 +00:00
[![TravisCI](https://travis-ci.org/mpromonet/v4l2rtspserver.png)](https://travis-ci.org/mpromonet/v4l2rtspserver)
[![CircleCI](https://circleci.com/gh/mpromonet/v4l2rtspserver.svg?style=shield)](https://circleci.com/gh/mpromonet/v4l2rtspserver)
2019-02-25 08:18:05 +00:00
[![CirusCI](https://api.cirrus-ci.com/github/mpromonet/v4l2rtspserver.svg?branch=master)](https://cirrus-ci.com/github/mpromonet/v4l2rtspserver)
2020-09-24 18:40:24 +00:00
[![Snap Status](https://snapcraft.io//v4l2-rtspserver/badge.svg)](https://snapcraft.io/v4l2-rtspserver)
2019-09-12 17:38:53 +00:00
[![GithubCI](https://github.com/mpromonet/v4l2rtspserver/workflows/C/C++%20CI/badge.svg)](https://github.com/mpromonet/v4l2rtspserver/actions)
2018-02-04 21:11:05 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aa0c28514aa843ea9fa7da358d905871)](https://www.codacy.com/app/michelpromonet_2643/v4l2rtspserver?utm_source=github.com&utm_medium=referral&utm_content=mpromonet/v4l2rtspserver&utm_campaign=badger)
2015-03-25 21:46:11 +00:00
[![Coverity Scan Build Status](https://scan.coverity.com/projects/4644/badge.svg)](https://scan.coverity.com/projects/4644)
2016-05-18 17:09:47 +00:00
[![Coverage Status](https://coveralls.io/repos/github/mpromonet/v4l2rtspserver/badge.svg?branch=master)](https://coveralls.io/github/mpromonet/v4l2rtspserver?branch=master)
2016-01-31 10:11:25 +00:00
2017-05-13 20:40:29 +00:00
[![Release](https://img.shields.io/github/release/mpromonet/v4l2rtspserver.svg)](https://github.com/mpromonet/v4l2rtspserver/releases/latest)
[![Download](https://img.shields.io/github/downloads/mpromonet/v4l2rtspserver/total.svg)](https://github.com/mpromonet/v4l2rtspserver/releases/latest)
2018-12-12 23:22:13 +00:00
[![Docker Pulls](https://img.shields.io/docker/pulls/mpromonet/v4l2rtspserver.svg)](https://hub.docker.com/r/mpromonet/v4l2rtspserver/)
2014-09-12 22:51:38 +00:00
2016-05-18 17:09:47 +00:00
v4l2rtspserver
2013-11-09 23:08:44 +00:00
====================
2013-11-09 23:34:56 +00:00
2017-03-12 11:15:33 +00:00
This is an streamer feed from :
2017-10-15 14:55:23 +00:00
- an Video4Linux device that support H264, HEVC, JPEG, VP8 or VP9 capture.
- an ALSA device that support PCM S16_BE, S16_LE, S32_BE or S32_LE
2017-03-12 11:15:33 +00:00
2013-11-09 23:34:56 +00:00
The RTSP server support :
- RTP/UDP unicast
- RTP/UDP multicast
- RTP/TCP
- RTP/RTSP/HTTP
2018-07-11 22:29:27 +00:00
The HTTP server support (available using -S option for capture format that could be muxed in Transport Stream):
2016-05-18 17:09:47 +00:00
- HLS
- MPEG-DASH
2014-11-22 14:35:59 +00:00
Dependencies
2014-09-13 15:33:45 +00:00
------------
- liblivemedia-dev [License LGPL](http://www.live555.com/liveMedia/) > live.2012.01.07 (need StreamReplicator)
2016-09-18 09:07:47 +00:00
- libv4l2cpp [Unlicense](https://github.com/mpromonet/libv4l2cpp/blob/master/LICENSE)
2017-12-09 23:34:59 +00:00
- liblog4cpp5-dev [License LGPL](http://log4cpp.sourceforge.net/#license) (optional)
If liblog4cpp5-dev is not present, a simple log using std::cout is used.
- libasound2-dev Licence LGPL (optional)
If libasound2-dev is not present in the build environment, there will have no audio support.
2013-11-09 23:45:40 +00:00
Usage
-----
2016-06-04 17:08:46 +00:00
./v4l2rtspserver [-v[v]] [-Q queueSize] [-O file] \
[-I interface] [-P RTSP port] [-p RTSP/HTTP port] [-m multicast url] [-u unicast url] [-M multicast addr] [-c] [-t timeout] \
2015-09-05 16:09:13 +00:00
[-r] [-s] [-W width] [-H height] [-F fps] [device1] [device2]
2015-01-22 21:30:27 +00:00
-v : verbose
-vv : very verbose
2013-11-09 23:49:18 +00:00
-Q length: Number of frame queue (default 10)
2015-01-22 21:30:27 +00:00
-O output: Copy captured frame to a file or a V4L2 device
2014-08-18 21:35:23 +00:00
RTSP options :
-I addr : RTSP interface (default autodetect)
2013-11-09 23:49:18 +00:00
-P port : RTSP port (default 8554)
-p port : RTSP over HTTP port (default 0)
-U user:password : RTSP user and password
-R realm : use md5 password 'md5(<username>:<realm>:<password>')
2015-08-01 16:39:46 +00:00
-u url : unicast url (default unicast)
-m url : multicast url (default multicast)
2015-09-06 18:15:19 +00:00
-M addr : multicast group:port (default is random_address:20000)
2015-08-01 16:39:46 +00:00
-c : don't repeat config (default repeat config before IDR frame)
-t secs : RTCP expiration timeout (default 65)
2017-10-15 14:55:23 +00:00
-S[secs] : HTTP segment duration (enable HLS & MPEG-DASH)
2022-02-05 15:54:42 +00:00
-x <sslkeycert> : enable RTSPS & SRTP
2014-08-18 21:35:23 +00:00
V4L2 options :
2015-03-14 16:37:26 +00:00
-r : V4L2 capture using read interface (default use memory mapped buffers)
-w : V4L2 capture using write interface (default use memory mapped buffers)
2020-10-18 16:36:50 +00:00
-B : V4L2 capture using blocking mode (default use non-blocking mode)
2015-03-14 16:37:26 +00:00
-s : V4L2 capture using live555 mainloop (default use a separated reading thread)
-f : V4L2 capture using current capture format (-W,-H are ignored)
-fformat : V4L2 capture using format (-W,-H are used)
2013-11-09 23:49:18 +00:00
-W width : V4L2 capture width (default 640)
-H height: V4L2 capture height (default 480)
-F fps : V4L2 capture framerate (default 25, 0 disable setting framerate)
2019-06-22 12:08:27 +00:00
-G <w>x<h>[x<f>] : V4L2 capture format (default 0x0x25)
ALSA options :
-A freq : ALSA capture frequency and channel (default 44100)
-C channels: ALSA capture channels (default 2)
Update README.md default alsa capture is S16_LE Although the default RTP payload stream is S16_BE the "v4l2rtspserver" defaults to S16_LE while not specifying any format shown with the following use cases in this post. See specifically `./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicb #noise, default is LE>BE!!!`. This can be a bug in code or mistake in documentation you may choose what/where to fix :-). Reproducable steps: Add the following code to your `~/.asoundrc` that's in your `/home/pi` folder, `/etc/asound.conf` is not used in my example! ``` pcm.virtmica { type file format "raw" file "/dev/null" infile "/home/pi/music16le.raw" slave.pcm "default" } pcm.virtmicb { type file format "raw" file "/dev/null" infile "/home/pi/music16be.raw" slave.pcm "default" } pcm.virtmicc { type file format "raw" file "/dev/null" infile "/home/pi/music32le.raw" slave.pcm "default" } pcm.virtmicd { type file format "raw" file "/dev/null" infile "/home/pi/music32be.raw" slave.pcm "default" } ``` Create some raw pcm music sources with `ffmpeg`, which I use a minute(s) long mp3 music file for (16bit 44100Hz stereo) in my example. Use filenames that resemble code above and use long enough samples as in minutes not seconds, since as soon as the v4l2rtspserver is started the music file starts playing and will not loop! ``` sudo apt-get install ffmpeg ffmpeg -i music.mp3 -f s16le -acodec pcm_s16le /home/pi/music16le.raw ffmpeg -i music.mp3 -f s16be -acodec pcm_s16be /home/pi/music16be.raw ffmpeg -i music.mp3 -f s32le -acodec pcm_s32le /home/pi/music32le.raw ffmpeg -i music.mp3 -f s32be -acodec pcm_s32be /home/pi/music32be.raw ``` Test `v4l2rtspserver` (before commit 41589c8) with the virtual alsa devices and sample files you just made: ``` ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmica #you hear music ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmica -a S16_LE #you hear music ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmica -a S16_BE #noise ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicb #noise, default is LE>BE!!! ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicb -a S16_LE #noise ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicb -a S16_BE #you hear music ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicc #slow/offpitch music :-) ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicc -a S32_LE #recognizable interupted music with gaps ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicc -a S32_BE #noise with gaps ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicd #noise ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicd -a S32_LE #noise with gaps ./v4l2rtspserver -F 25 -W 1280 -H 720 -P 8555 /dev/video0,virtmicd -a S32_BE #recognizable interupted music with gaps ```
2018-04-10 10:49:25 +00:00
-a fmt : ALSA capture audio format (default S16_LE)
2017-10-15 14:55:23 +00:00
device : V4L2 capture device and/or ALSA device (default /dev/video0)
2017-03-12 11:15:33 +00:00
When audio support is not present, ALSA options are not printed running with `-h` argument.
2017-11-30 21:46:19 +00:00
Authentification is enable when almost one user is defined. You can configure credentials :
* using plain text password:
-U foo:bar -U admin:admin
* using md5 password:
-R myrealm -U foo:$(echo -n foo:myrealm:bar | md5sum | cut -d- -f1) -U admin:$(echo -n admin:myrealm:admin | md5sum | cut -d- -f1)
It is possible to compose the RTSP session is different ways :
2017-03-12 11:15:33 +00:00
* v4l2rtspserver /dev/video0 : one RTSP session with RTP video capturing V4L2 device /dev/video0
* v4l2rtspserver ,default : one RTSP session with RTP audio capturing ALSA device default
* v4l2rtspserver /dev/video0,default : one RTSP session with RTP audio and RTP video
* v4l2rtspserver /dev/video0 ,default : two RTSP sessions first one with RTP video and second one with RTP audio
* v4l2rtspserver /dev/video0 /dev/video1 : two RTSP sessions with an RTP video
2017-10-15 14:55:23 +00:00
* v4l2rtspserver /dev/video0,/dev/video0 : one RTSP session with RTP audio and RTP video (ALSA device associatd with the V4L2 device)
2016-09-18 09:07:47 +00:00
Build
-------
- Build
cmake . && make
2018-05-09 10:27:03 +00:00
If live555 is not installed it will download it from live555.com and compile it. If asound is not installed, ALSA will be disabled.
2016-09-18 09:07:47 +00:00
If it still not work you will need to read Makefile.
2017-01-02 15:33:59 +00:00
- Install (optional)
2016-09-18 09:07:47 +00:00
2017-01-02 15:33:59 +00:00
sudo make install
2016-09-18 09:07:47 +00:00
2017-01-02 15:33:59 +00:00
- Packaging (optional)
2016-09-18 09:07:47 +00:00
cpack .
Using Raspberry Pi Camera
-------------------------
2017-11-30 21:46:19 +00:00
This RTSP server works with Raspberry Pi camera using :
2020-01-25 17:08:51 +00:00
- the opensource V4L2 driver bcm2835-v4l2
2016-09-18 09:07:47 +00:00
sudo modprobe -v bcm2835-v4l2
2020-01-25 17:08:51 +00:00
- the closed source V4L2 driver for the Raspberry Pi Camera Module http://www.linux-projects.org/uv4l/
sudo uv4l --driver raspicam --auto-video_nr --encoding h264
2016-09-18 09:07:47 +00:00
2017-11-30 21:46:19 +00:00
Using v4l2loopback
2016-09-18 09:07:47 +00:00
-----------------------
For camera providing uncompress format [v4l2tools](https://github.com/mpromonet/v4l2tools) can compress the video to an intermediate virtual V4L2 device [v4l2loopback](https://github.com/umlaeute/v4l2loopback):
2021-12-07 22:29:15 +00:00
/dev/video0 (camera device)-> v4l2compress -> /dev/video10 (v4l2loopback device) -> v4l2rtspserver
2016-09-18 09:07:47 +00:00
This workflow could be set using :
modprobe v4l2loopback video_nr=10
2021-01-27 22:39:12 +00:00
v4l2compress -fH264 /dev/video0 /dev/video10 &
2016-09-18 09:07:47 +00:00
v4l2rtspserver /dev/video10 &
2017-10-15 14:55:23 +00:00
Playing HTTP streams
2016-06-04 17:08:46 +00:00
-----------------------
2017-10-15 14:55:23 +00:00
When v4l2rtspserver is started with '-S' arguments it also give access to streams through HTTP.
These streams could be played :
2016-06-12 12:51:11 +00:00
* for MPEG-DASH with :
MP4Client http://..../unicast.mpd
2017-10-15 14:55:23 +00:00
2016-06-12 12:51:11 +00:00
* for HLS with :
vlc http://..../unicast.m3u8
gstreamer-launch-1.0 playbin uri=http://.../unicast.m3u8
2016-06-04 17:08:46 +00:00
2017-10-15 14:55:23 +00:00
It is now possible to play HLS url directly from browser :
* using Firefox installing [Native HLS addons](https://addons.mozilla.org/en-US/firefox/addon/native_hls_playback)
* using Chrome installing [Native HLS playback](https://chrome.google.com/webstore/detail/native-hls-playback/emnphkkblegpebimobpbekeedfgemhof)
There is also a small HTML page that use hls.js and dash.js, but dash still not work because player doesnot support MP2T format.
2018-03-25 17:05:03 +00:00
Using Docker image
===============
You can start the application using the docker image :
docker run -p 8554:8554 -it mpromonet/v4l2rtspserver
You can expose V4L2 devices from your host using :
docker run --device=/dev/video0 -p 8554:8554 -it mpromonet/v4l2rtspserver
The container entry point is the v4l2rtspserver application, then you can :
* get the help using :
docker run -it mpromonet/v4l2rtspserver -h
2018-04-04 06:39:54 +00:00
* run the container specifying some paramters :
2018-03-25 17:05:03 +00:00
2019-08-05 12:45:42 +00:00
docker run --device=/dev/video0 -p 8554:8554 -it mpromonet/v4l2rtspserver -u "" -H640 -W480