Move your queues to attach to the tee.<br><br>'video/x-raw-yuv,width=640,<blockquote class="gmail_quote">height=480,framerate=30/1' ! tee name=buffer \<br>
buffer. ! queue ! xvimagesink \</blockquote><blockquote class="gmail_quote">buffer. ! queue ! videorate ! \<br>
'video/x-raw-yuv,framerate=30/1' ! mux. avimux name=mux !<br>
</blockquote><br><br><div class="gmail_quote">On Thu, Feb 28, 2013 at 8:01 AM, m.dabrowski <span dir="ltr"><<a href="mailto:m.dabrowski@wb.com.pl" target="_blank">m.dabrowski@wb.com.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I am new in Gstreamer framework. I think that this tool help me with<br>
describled below task, but I didn't find good solution yet. Maybe this forum<br>
help me.<br>
<br>
I want to capture video from camera and split stream for two identical<br>
streams.<br>
One of them must be encode by h264 codec and streem out by etheret <- here I<br>
haven’t any problems.<br>
Second of them I wont to store on hdd in playable parts without any quality<br>
loss. I wont to store only newest parts of stream. <- here I have problems.<br>
<br>
I try to put raw wideo to avimux and split to parts by multifilesink. It<br>
works fine but only first part is playable. Rest of them havn't avi headder<br>
an tey aren't playable.<br>
<br>
gst-launch-0.10 v4l2src device=/dev/video0 !<br>
'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! tee name=buffer !<br>
queue ! xvimagesink buffer. ! queue ! videorate !<br>
'video/x-raw-yuv,framerate=30/1' ! queue ! mux. avimux name=mux !<br>
multifilesink location=testvideo-%05d.avi max-files=10 max-file-size=100000<br>
next-file=4<br>
<br>
All of this process will be use for alternative real time low quality video<br>
streaming in 512 kb/s band and no real time on demand sending high quality<br>
video buffered by 1 minute.<br>
<br>
Do you have any sugestion ?<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Buffering-high-quality-video-stream-tp4658815.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Buffering-high-quality-video-stream-tp4658815.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><br>