Hi,<br><br>     I have written an application to play TS file , in which i am also performing Trick Play operation and every thing is working file. The Pipeline i am using is <br><br>filesrc location=Tsfile.ts ! ffdemux_mpegts ! ffdec_h264 ! ffmpegcolorspace ! xvimagesink.<br>
<br>Now i want to stream this video to VLC . How can i do this ? I tried using udpsink amd it dint work. The pipeline which i used was<br><br>gst-launch filesrc location=Tsfile.ts ! ffdemux_mpegts ! udpsink clients=<a href="http://192.168.1.46:1234">192.168.1.46:1234</a><br>
<br><br>regards,<br>Sumanth<br><br>