<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div>If you just want to send image to other end. I guess this would be sufficient.  </div><div><br></div>gst-launch  filesrc location=./media/image.svg ! rsvgdec ! alphacolor !  <meta http-equiv="content-type" content="text/html; charset=utf-8">pngenc ! <meta http-equiv="content-type" content="text/html; charset=utf-8">tcpserversink<div>
<br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">gst-launch tcpclientsrc host=localhost !   filesink location=./target-image.png.</div><div><br></div><div><br><br><div class="gmail_quote">
On Sat, Jul 30, 2011 at 6:07 PM, xxrici <span dir="ltr">&lt;<a href="mailto:riccardo.colamatteo@gmail.com">riccardo.colamatteo@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi All,<br>
<br>
I&#39;ve to send svg picture over rtp but I don&#39;t know why this causes lost of<br>
alpha channel.<br>
<br>
when I try<br>
gst-launch -vvv filesrc location=./srcimage.svg ! rsvgdec ! alphacolor !<br>
pngenc ! filesink location=./target-image.png<br>
I get right formed png image; for this reason I was thinking about command<br>
lines like<br>
gst-launch -vvv filesrc location=./media/image.svg ! rsvgdec ! alphacolor !<br>
imagefreeze ! theoraenc ! oggmux ! tcpserversink<br>
and<br>
gst-launch tcpclientsrc host=localhost ! oggdemux ! theoradec ! alphacolor !<br>
pngenc ! filesink location=./target-image.png.<br>
<br>
Thanks to all in advance for every advices.<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/sending-svg-picture-over-rtp-lost-alpha-channel-tp3706408p3706408.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/sending-svg-picture-over-rtp-lost-alpha-channel-tp3706408p3706408.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>
</font></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>
</div>