[Bug 703111] New: gst-plugins-barcortp
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 26 03:34:58 PDT 2013
http://bugzilla.gnome.org/show_bug.cgi?id=703111
GStreamer | gst-plugins-ugly | git
Summary: gst-plugins-barcortp
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins-ugly
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: marc.leeman at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
These are two modules
- rtpsink
- rtpsrc
They register the rtp uri handler and and allow receiving and sending data over
the network with RTP and RTCP on the standard sockets.
Furthermore, the URI handling is such that all the GStreamer properties can be
encoded in the URI in a standards fashion:
e.g.
rtp://239.1.2.3:1234?encoding-name=H264
use:
gst-launch-1.0 rtpsrc uri=rtp://239.1.2.3:1234?encoding-name=H264 ! decodebin !
autovideosink
I will provide a version that is a bit more cleaned up:
- recently work on encryption has been done; we need to figure out if it fits
in these modules or not
This will be added as the code is moved out our our code base gradually and as
it is tested on amd64 and armhf in the seperate form.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list