From 65dd342aa8d466735ab88db377066cd652fc7d24 Mon Sep 17 00:00:00 2001 From: mpromonet Date: Fri, 25 Oct 2019 14:06:36 +0200 Subject: [PATCH] add some debian file stuff --- debian/changelog | 5 +++++ debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 24 ++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8a1cfc7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +v4l2rtspserver (0.1.8) unstable; urgency=medium + + * Initial Release. + + -- mpromonet Fri, 25 Oct 2019 12:58:21 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..52816cc --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: v4l2rtspserver +Section: video +Priority: optional +Maintainer: mpromonet +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cf1ab25 --- /dev/null +++ b/debian/copyright @@ -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