Hi @Sinamics
Amazing project you've come up with here! Im trying my best to build one of my own
however I've run into some trouble when I'm trying to stream to Gstreamer on windows. It works ok on VLC, but theres that 3-4 sec latency..
So I wanted to try out Gstreamer, because I read some place that it would reduce the latency to 0.5 sec..
Do you think you could help me figure out what I'm doing wrong? This is my batch script:
@echo oncd C:\gstreamer\1.0\x86_64\bingst-launch-1.0 -v udpsrc port="5000" caps="application/x-rtp,media=
(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96,ssrc=(uint)237526004,
clock-base=(uint)1584170994,seqnum-base=(uint)42626" ! rtph264depay !
decodebin!autovideosink -vpause
and this is the error I get:
C:\gstreamer\1.0\x86_64\bin>gst-launch-1.0 -v udpsrc port="5000" caps="application/x-rtp", media=
(string)video,WARNING: erroneous pipeline: could not set property "caps" in element "udpsrc0"to
"application/x-rtp,"
Best regards,
Djan