Sync Video and Audio
killerrats
koreysjunkmail at gmail.com
Fri Aug 17 20:13:58 UTC 2018
gst-launch-1.0 --gst-debug=3 -e rtspsrc location=[IP] name=source !
rtpjitterbuffer ! rtph264depay ! h264parse config-interval=1 ! tee name=vtee
! mux.video splitmuxsink async-handling=true max-size-bytes=1048576
max-files=360 muxer=avimux location=video%06d.avi name=mux source. !
rtpjitterbuffer ! rtpmp4gdepay ! aacparse ! tee name=atee ! mux.audio_0
I put together an application but somehow the video and audio are off by
0.5-1sec. It will hit a hickup sometime and then after that the video and
audio will be off quite a bit. It has got up to 1min off where the audio
will show up before movement.
h264parse error:
the only thing that happened was h264parse error:
"couldn't find associated picture parameter set with id: 2
How can you adjust the video and audio sync? I have put sync=true on the
filesink in the splitmuxsink. any ideas?
-----
------------------------------
Gstreamer 1.14.1
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list