Converting from sdp to MPEG TS

DavidCrane cdavide23 at hotmail.com
Mon Mar 11 17:17:06 UTC 2019


Hi,

I have this sdp (https://localhost/janus.sdp):

v=0
c=IN IP4 127.0.0.1
m=audio 60001 RTP/AVP 111
a=rtpmap:111 OPUS/48000/2
m=video 60002 RTP/AVP 100
a=rtpmap:100 VP8/90000

What I would like to do is converting this into a MPEG TS stream with
gst-launch1.0 but I don't know if it is possible.

I started with 

gst-launch-1.0 souphttp src ssl_strict=false
location=https://localhost/janus.sdp ! sdpdemux ! decodebin ! videoconvert
....something with mpegtsmux 

but, of course, it seems to be much more complicated than this...

Can anybody help me?

Thank you very much in advance




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


More information about the gstreamer-devel mailing list