sending svg picture over rtp lost alpha channel

Sudarshan Bisht bisht.sudarshan at gmail.com
Sat Jul 30 09:32:49 PDT 2011


If you just want to send image to other end. I guess this would be
sufficient.

gst-launch  filesrc location=./media/image.svg ! rsvgdec ! alphacolor !  pngenc
! tcpserversink

gst-launch tcpclientsrc host=localhost !   filesink
location=./target-image.png.



On Sat, Jul 30, 2011 at 6:07 PM, xxrici <riccardo.colamatteo at gmail.com>wrote:

> Hi All,
>
> I've to send svg picture over rtp but I don't know why this causes lost of
> alpha channel.
>
> when I try
> gst-launch -vvv filesrc location=./srcimage.svg ! rsvgdec ! alphacolor !
> pngenc ! filesink location=./target-image.png
> I get right formed png image; for this reason I was thinking about command
> lines like
> gst-launch -vvv filesrc location=./media/image.svg ! rsvgdec ! alphacolor !
> imagefreeze ! theoraenc ! oggmux ! tcpserversink
> and
> gst-launch tcpclientsrc host=localhost ! oggdemux ! theoradec ! alphacolor
> !
> pngenc ! filesink location=./target-image.png.
>
> Thanks to all in advance for every advices.
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/sending-svg-picture-over-rtp-lost-alpha-channel-tp3706408p3706408.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



-- 
Regards,

Sudarshan Bisht
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110730/4b58f470/attachment.html>


More information about the gstreamer-devel mailing list