test-launch on windows

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

test-launch on windows

Jerry Geis-2

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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

AW: test-launch on windows

Thornton, Keith

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:[hidden email]] Im Auftrag von Jerry Geis
Gesendet: Donnerstag, 18. Januar 2018 23:01
An: [hidden email]
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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: test-launch on windows

Nicolas Dufresne-5
In reply to this post by Jerry Geis-2


Le 19 janv. 2018 1:39 AM, "Jerry Geis" <[hidden email]> a écrit :

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 "

 

Maybe it's just that you forgot a queue before decodebin ?

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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: AW: test-launch on windows

noscgag
In reply to this post by Thornton, Keith
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 <[hidden email]> 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:[hidden email]] Im Auftrag von Jerry Geis
Gesendet: Donnerstag, 18. Januar 2018 23:01
An: [hidden email]
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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel