(not audio)rtspsrc connect live555 ,then I put livestream to save avi video file,but there is not audio .

zhang007z zhang007z at gmail.com
Thu Dec 18 06:00:19 PST 2014


First problem:
I taken this command as follow: (but there is not audio.) 
//----------------------------------save video file by using
command---------------------------//
GST_DEBUG="*:2" gst-launch-0.10 -v -e rtspsrc debug=1
location=rtsp://192.168.1.4:554/vs1 ! gstrtpjitterbuffer ! rtph264depay !
h264parse ! capsfilter
caps="video/x-h264,width=1280,height=720,framerate=(fraction)25/1" ! avimux
! filesink location=foo.avi
//--------------------------------------------------------------------------------------------//
by using I may real-time view video as follow:(but there is not audio.)
//---------------------------------real-time view command by using
command------------------//
gst-launch-0.10 -e rtspsrc location=rtsp://192.168.1.4:554/vs1 !
rtph264depay ! h264parse ! capsfilter
caps="video/x-h264,width=1280,height=800,framerate=(fraction)25/1" !
ffdec_h264 ! ffmpegcolorspace ! glimagesink
//--------------------------------------------------------------------------------------------//
above two commands could save avi video file and view at real-time, but
there is not audio. 
how to save audio to avi video file ? or  is there audio when I view at
real-time?

Second problem:
For example: Avi video file record 60 minutes of file at actual time,I want
to play video section after 23 minutes of video file, how to implement this
function pipeline by using gstreamer?

on this two problem ,please anybody have any idea for me. thank you for
helping me.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/not-audio-rtspsrc-connect-live555-then-I-put-livestream-to-save-avi-video-file-but-there-is-not-audi-tp4669963.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list