Converting from sdp to MPEG TS

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Converting from sdp to MPEG TS

DavidCrane
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/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Converting from sdp to MPEG TS

Leo.Fernando
hai, try uridecodebin and then recode using openh264 and aac encode



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Converting from sdp to MPEG TS

Nicolas Dufresne-5


Le mar. 12 mars 2019 05 h 11, Leo.Fernando <[hidden email]> a écrit :
hai, try uridecodebin and then recode using openh264 and aac encode

I'm not certain if there is a typefinder for SDP, so this may or may not work.




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

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel