RTP(VP8, OPUS) to mp4

kkbpower rlarudqja542 at gmail.com
Wed Jun 12 06:07:46 UTC 2019


I had Janus webRTC server.
Janus is sending RTP packet to Gstreamer.

I can convert RTP to webm and RTP to ogg.


gst-launch-1.0 \
rtpbin name=rtpbin \
udpsrc name=videoRTP port=5000 \
caps=“application/x-rtp, media=(string)video, payload=98,
encoding-name=(string)VP8-DRAFT-IETF-01, clock-rate=90000” \
! rtpvp8depay ! webmmux ! queue \
! filesink location=track1.webm \
udpsrc port=5002 \
caps=“application/x-rtp, media=audio, payload=111,
encoding-name=(string)OPUS, clock-rate=48000" \
! rtpopusdepay ! opusparse ! oggmux \
! filesink location=audio.ogg


Then, I wanna convert to mp4 file. I don't want post-processing with two
webm/ogg file.
Just I wanna receive RTP packets through GStreamer and convert them to mp4
right away in real time.

Help me plz!




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list