<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color: rgb(42, 42, 42); font-family: Tahoma, Verdana, Arial, sans-serif; "><pre style="line-height: 17px; white-space: normal; ">Hi all. I'm a noob on gstreamer but i have a few problems to send a avi file<br style="line-height: 17px; ">do another pc and see it, @ same time, in the PC source. What I want to do<br style="line-height: 17px; ">is:<br style="line-height: 17px; "><br style="line-height: 17px; ">PC A<br style="line-height: 17px; ">(Streaming avi file and play it on desktop)<br style="line-height: 17px; "><br style="line-height: 17px; ">|<br style="line-height: 17px; ">|<br style="line-height: 17px; ">|<br style="line-height: 17px; ">|<br style="line-height: 17px; ">\/<br style="line-height: 17px; "><br style="line-height: 17px; ">PC B (capture de file streaming from A)<br style="line-height: 17px; "><br style="line-height: 17px; ">I can play the video on the desktop with this two command lines:<br style="line-height: 17px; ">gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !<br style="line-height: 17px; ">decodebin2 name=dec ! queue ! ffmpegcolorspace ! autovideosink<br style="line-height: 17px; "><br style="line-height: 17px; ">gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !<br style="line-height: 17px; ">avidemux name=demux ! decodebin ! queue ! decodebin ! ffmpegcolorspace !<br style="line-height: 17px; ">videoscale ! autovideosink<br style="line-height: 17px; "><br style="line-height: 17px; "><br style="line-height: 17px; ">But how i can send it by udpsink and receive this video @ PC B?<br style="line-height: 17px; "><br style="line-height: 17px; ">Thank you very much</pre></span>                                               </div></body>
</html>