add some debian file stuff

pull/191/head
mpromonet 5 years ago
parent 2fa76307ce
commit 65dd342aa8

5
debian/changelog vendored

@ -0,0 +1,5 @@
v4l2rtspserver (0.1.8) unstable; urgency=medium
* Initial Release.
-- mpromonet <michel.promonet@free.fr> Fri, 25 Oct 2019 12:58:21 +0200

25
debian/control vendored

@ -0,0 +1,25 @@
Source: v4l2rtspserver
Section: video
Priority: optional
Maintainer: mpromonet <michel.promonet@free.fr>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.2
Homepage: https://github.com/mpromonet/v4l2rtspserver.git
Vcs-Git: https://github.com/mpromonet/v4l2rtspserver.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/v4l2rtspserver.git
Package: v4l2rtspserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
This is an streamer feed from :
* 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
The RTSP server support :
* RTP/UDP unicast
* RTP/UDP multicast
* RTP/TCP
* RTP/RTSP/HTTP
The HTTP server support (available using -S option for capture format that could be muxed in Transport Stream):
* HLS
* MPEG-DASH

24
debian/copyright vendored

@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>
Loading…
Cancel
Save