pipelines for sending/receiving movies (audio+video)

mapcol markopacaklocarno at gmail.com
Sun Aug 21 10:59:09 UTC 2016


*Still, If I remove the accparse, the video on the receiver is STILL. No
audio reproduced and the video is stuck at a frame.*

Sender:
gst-launch-1.0 -e -v uridecodebin
uri="file:///C:/Users/markopacak/Videos/fountain.mkv" name=d ! queue !
videoconvert ! openh264enc ! h264parse config-interval=1 ! mpegts. d. !
queue ! audioconvert ! avenc_aac ! mpegts. mpegtsmux name=mpegts !
rtpmp2tpay ! udpsink host=127.0.0.1 port=5578

Receiver:
gst-launch-1.0 -e -v udpsrc port=5578 !"application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)MP2T,
payload=(int)33" ! rtpjitterbuffer ! rtpmp2tdepay ! tsdemux name=demux
demux. ! queue ! h264parse ! openh264dec ! videoconvert ! autovideosink
demux. ! queue ! avdec_aac ! audioconvert ! autoaudiosink

Any idea why this is not working?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/pipelines-for-sending-receiving-movies-audio-video-tp4679081p4679178.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list