[Bug 721140] test-appsrc gives error and not show result
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Dec 27 14:35:56 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=721140
GStreamer | gst-rtsp-server | git
--- Comment #1 from edward <hage02 at gmail.com> 2013-12-27 22:35:52 UTC ---
I tried the following (looking at sourcecode, and try to reproduce with
gst-launch, although i cannot reproduce appsrc this way):
For info: THIS DOES NOT WORK
gst-launch-1.0 videotestsrc ! 'video/x-raw,format=RGB16,width=384,height=288' !
videoconvert ! x264enc tune=zerolatency bitrate=500 speed-preset=superfast !
queue ! rtph264pay name=pay0 pt=96 ! udpsink host=192.168.0.103 port=5000
auto-multicast=true
And this DOES WORK:
gst-launch-0.10 videotestsrc ! 'video/x-raw-rgb,width=384,height=288' !
ffmpegcolorspace ! x264enc tune=zerolatency bitrate=500 speed-preset=superfast
! queue ! rtph264pay name=pay0 pt=96 ! udpsink host=192.168.0.103 port=5000
auto-multicast=true
maybe that aids in the troubleshooting (?)
(I think the above gst-launch-1.0 should work, so maybe I compiled it wrong, or
do other people also get the same problem)?
--
Configure bugmail: https://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