[gst-devel] i want to convert to MPEG2 TS from RTSPsrc.
yanping
sss0420 at gmail.com
Wed Jan 12 01:45:43 CET 2011
Hi,all:
I want to convert to MPEG2 TS and save to *.ts file.
Source is element stream of RTSP/RTP.
Video is H.264 and Audio is MPEG4 general.
this is my command:
$ gst-launch-0.10 rtspsrc location=rtsp://....mp4 ! rtph264depay ! mpegtsmux
! filesink location=cap.ts
This command was able to convert to MPEG2 TS.
Of course audio data didn't contain MPEG2 TS.
This composition is my image.
rtph264depay
rtsp -< >--- mpegtsmux ---- filesink---> *.ts
rtpmp4gdepay
So I want to contain audio and video to MPEG2 TS.
What i have to do?.....
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/i-want-to-convert-to-MPEG2-TS-from-RTSPsrc-tp3209967p3209967.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list