AW: test-launch on windows
Gary Gilbreath
noscgag at yahoo.com
Fri Jan 19 17:48:21 UTC 2018
I think the key thing missing from Jerry's pipeline is the enclosing parentheses. The while pipeline needs to be enclosed like this:
"( ksvideosrc ! queue ! tee name=t ! queue ! autovideosink t. ! decodebin ! videoconvert ! x264enc pass=qual quantizer=20 tune=zerolatency ! rtph264pay pt=97 name=pay1 )"
Keith's pipeline has the parentheses but he didn't point out that they are required when using test-launch (or any RTSP server).
Gary
On Thursday, January 18, 2018, 11:25:09 PM PST, Thornton, Keith <keith.thornton at zeiss.com> wrote:
Hi, can you verify that a simple pipeline is streaming
test-launch "( videotestsrc do-timestamp=true is-live=true pattern=smpte horizontal-speed=5 ! video/x-raw,width=1920,height=1080,framerate=30000/1001 ! queue ! x264enc ! video/x-h264,stream-format=byte-stream ! h264parse ! rtph264pay name=pay0 config-interval=10 pt=96 )"
My copy of test-launch gas been changed to listen on 0.0.0.0:8554 and not 127.0.0.1:8554 as in the original source code
regards
Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org]Im Auftrag von Jerry Geis
Gesendet: Donnerstag, 18. Januar 2018 23:01
An: gstreamer-devel at lists.freedesktop.org
Betreff: test-launch on windows
When I use this command
C:\gstreamer\1.0\x86_64\bin\test-launch.exe "ksvideosrc ! queue ! tee name=t ! queue ! autovideosink t. ! decodebin ! videoconvert ! x264enc pass=qual quantizer=20 tune=zerolatency ! rtph264pay pt=97 name=pay1 "
I do not get the video on screen and I don't get any rtsp output. Am I missing something?
The resulting RTSP URL it suggests is rtsp://0.0.0.0:8554/test
Thanks,
Jerry
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180119/9fbe845e/attachment.html>
More information about the gstreamer-devel
mailing list