AW: Splitmuxsink data re transmit through udpsink

Thornton, Keith keith.thornton at zeiss.com
Tue Apr 30 12:15:19 UTC 2019


Hi, in the first launch you have port 5001, in the second port 5004. Where are you sending to?

-----Ursprüngliche Nachricht-----
Von: gstreamer-devel <gstreamer-devel-bounces at lists.freedesktop.org> Im Auftrag von arunselvam
Gesendet: Dienstag, 30. April 2019 13:59
An: gstreamer-devel at lists.freedesktop.org
Betreff: Splitmuxsink data re transmit through udpsink

Hi 

i am trying to transmit h264 and receive the same in client side and i want to mux using the mp4mux and re transmit through udpsink , but i am facing issue, if i dump as mp4 files using splitmuxsink its creating properly , but when i try to retransmit through udpsink then issue comes 

mp4 file command - working properly
gst-launch-1.0 -v -e udpsrc address=127.0.0.1 port=5001 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000,encoding-name=(string)H264" ! rtph264depay ! h264parse ! splitmuxsink location=file-%03d.mp4

udp command
gst-launch-1.0 -v -e udpsrc address=127.0.0.1 port=5004 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000,encoding-name=(string)H264" ! rtph264depay ! h264parse ! mp4mux ! udpsink host=127.0.0.1 port=9001

the above command not transmitting anything and getting following error Additional debug info:
gstqtmux.c(2780): gst_qt_mux_start_file ():
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0
/GstPipeline:pipeline0/GstMP4Mux:mp4mux0.GstPad:src: caps = video/quicktime, variant=(string)iso
/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = video/quicktime, variant=(string)iso
ERROR: from element /GstPipeline:pipeline0/GstMP4Mux:mp4mux0: Downstream is not seekable - will not be able to create a playable file

how to resolve this , the same if i use mpegtsmux and stream its working fine , but i want to transmit in mp4 format



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list