<div dir="ltr">On the second question:<div><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-dataaccess.html#section-preroll-probes">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-dataaccess.html#section-preroll-probes</a><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-18 15:00 GMT+01:00 zhang007z <span dir="ltr"><<a href="mailto:zhang007z@gmail.com" target="_blank">zhang007z@gmail.com</a>></span>:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">First problem:<br>
I taken this command as follow: (but there is not audio.)<br>
//----------------------------------save video file by using<br>
command---------------------------//<br>
GST_DEBUG="*:2" gst-launch-0.10 -v -e rtspsrc debug=1<br>
location=rtsp://<a href="http://192.168.1.4:554/vs1" target="_blank">192.168.1.4:554/vs1</a> ! gstrtpjitterbuffer ! rtph264depay !<br>
h264parse ! capsfilter<br>
caps="video/x-h264,width=1280,height=720,framerate=(fraction)25/1" ! avimux<br>
! filesink location=foo.avi<br>
//--------------------------------------------------------------------------------------------//<br>
by using I may real-time view video as follow:(but there is not audio.)<br>
//---------------------------------real-time view command by using<br>
command------------------//<br>
gst-launch-0.10 -e rtspsrc location=rtsp://<a href="http://192.168.1.4:554/vs1" target="_blank">192.168.1.4:554/vs1</a> !<br>
rtph264depay ! h264parse ! capsfilter<br>
caps="video/x-h264,width=1280,height=800,framerate=(fraction)25/1" !<br>
ffdec_h264 ! ffmpegcolorspace ! glimagesink<br>
//--------------------------------------------------------------------------------------------//<br>
above two commands could save avi video file and view at real-time, but<br>
there is not audio.<br>
how to save audio to avi video file ? orĀ  is there audio when I view at<br>
real-time?<br>
<br>
Second problem:<br>
For example: Avi video file record 60 minutes of file at actual time,I want<br>
to play video section after 23 minutes of video file, how to implement this<br>
function pipeline by using gstreamer?<br>
<br>
on this two problem ,please anybody have any idea for me. thank you for<br>
helping me.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="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" target="_blank">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</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div>