UDP Stream starting order of sender and receiver
Chr0n0s
timm.ruppert at t-online.de
Tue May 21 08:46:45 UTC 2019
> Vinod Kesti wrote
> SPS and PPS alone are not sufficient to stat decoding. SPS, PPS followed
> by I
> is required.
> add key-int-max=28 to x264enc property
That makes totally sense, but it didn't work (reiceiving with MPV or
Gstreamer). The send command was:
gst-launch-1.0 idsueyesrc
config-file="C:\\stream_720p_24fps_AutoExp_AES114_RGB24H.ini" !
videoconvert ! queue ! x264enc tune=zerolatency key-int-max=28 ! h264parse
config-interval=-1 ! mpegtsmux ! udpsink host=127.0.0.1 port=5200
The receiving command:
gst-launch-1.0 -ve udpsrc port=5200 ! tsparse ! tsdemux ! h264parse !
avdec_h264 ! videoconvert ! autovideosink sync=false
No difference between config-interal=-1 or just 1
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list