ola,
<br>
<br>i read here that it is possible to stream a vp8 encoded stream
<br>in an .ogg container :
<br>
<br><a class="moz-txt-link-freetext" href="http://blogs.gnome.org/uraeus/2010/05/19/webm-and-gstreamer/">http://blogs.gnome.org/uraeus/2010/05/19/webm-and-gstreamer/</a>
<br>
<br>but i couldn&#39;t find the howto to do this.
<br>
<br>as no icecast version that i know of support a matroska container,
<br>this option might be a solution to stream vp8 video stream
<br>without too much effort.
<br>
<br>i have the latest git version of gstreamer here
<br>and tried :
<br>
<br>gst-launch v4l2src device=/dev/video0 ! 
video/x-raw-yuv,width=320,height=240 ! videorate ! 
video/x-raw-yuv,framerate=25/2 ! ffmpegcolorspace ! vp8enc speed=2 ! 
oggmux ! shout2send ip=<a href="http://www.giss.tv">www.giss.tv</a> port=8000 mount=jenesaisquoi.ogg 
password=*****
<br>
<br>but it fails with :
<br>&#39;notification: This doesn&#39;t look like a Speex file&#39;
<br>( from shout2send i guess ).
<br>
<br>so what is the exact command to achieve this?
<br>thanx in advance
<br>
<br>sevy