summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-08 23:18:02 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-09 01:51:07 +0200
commit7cc3addfabb55a2f2d0d410d96ce9d9e936f4e00 (patch)
treef15002dbbf0e6e9ba4dc39ab3211f04f4fb4c577
parentadd installer for example scripts (diff)
inital debian package
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control31
-rw-r--r--debian/copyright0
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/format1
-rw-r--r--version2
7 files changed, 42 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..71b8a32
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sydra (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Wed, 08 Oct 2014 22:44:15 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ee88fae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: sydra
+Maintainer: Lars Wirzenius <equinox@spreadspace.org>
+Section: multimedia
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), libglib2.0-dev, libgstreamer1.0-dev, pkg-config
+
+
+Package: sydra-rtp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: tool for RTP based streams
+ sydra is a toolbox which allows you to set up multiple bidirectional
+ Video/Audio streams from external locations.
+ sydra has been written to be used for the Elevate Festival in Graz
+ Austria in order to involve external locations to present themselves
+ at the festival.
+ .
+ This package contains sydra-rtp the basic utility for the task which is
+ based on GStreamer and is written in C.
+ The sydra-rtp utility creates a gstreamer pipeline to send or receive
+ RTP-based Audio/Video streams. For a bidirectional connection 2 instances
+ of sydra-rtp are required on both sides of the communication. sydra-rtp has
+ automatic client detection capabilities in the form of keep alive messages.
+ These message are sent out by receivers to request RTP packets from a sender.
+ The sender will send RTP packets to one or more receivers which request
+ the stream. It also uses the keep alive messages to remove stale client
+ 'connections'. A receiver can also request to be removed from the list of
+ receivers. This ensures a fast and clean shutdown.
+ The keepalive messages are also a simple way to work around NAT and
+ firewalls (UDP hole punching).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/copyright
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/version b/version
index b5d9bfd..49d5957 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-trunk
+0.1