<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial" size="3"><span style="font-size:11.5pt;">
<div style="margin-bottom:12pt;"><font color="#242729">I have a i.MX6 board with display connected over LVDS. I got the following command running to get video streaming over IP.</font></div>
<div style="margin-bottom:12pt;"><font color="#242729">On IMX6</font></div>
<div style="background-color:#EFF0F1;"><font face="Consolas" size="2" color="#242729"><span style="font-size:10pt;background-color:#EFF0F1;">gst-launch -v udpsrc port=5004 ! application/x-rtp, payload=96 ! rtph264depay ! vpudec low-latency=true ! imxv4l2sink
sync=false</span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;"> </span></font></div>
<div><font color="#242729">On my PC:</font></div>
<div><font face="Calibri" size="2" color="#242729"><span style="font-size:11pt;"> </span></font></div>
<div style="background-color:#EFF0F1;"><font face="Consolas" size="2" color="#242729"><span style="font-size:10pt;background-color:#EFF0F1;">C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0.exe -v filesrc location=C:\\gstreamer\\1.0\\x86_64\\bin\\hash.h264 ! h264parse
! rtph264pay ! udpsink host=153.77.205.139 port=5004 sync=true</span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;"> </span></font></div>
<div style="margin-bottom:12pt;"><font color="#242729">I am able to play video with the above setup. Now I want to develop an application, which can achieve the same requirement, but with little modification.</font></div>
<div style="margin-bottom:12pt;"><font color="#242729">Whenever there is no streaming from, it should run/play a set of images/videos using directfb/gstreamer and when there is streaming available, it should do video stream over IP.</font></div>
<div style="margin-bottom:12pt;"><font color="#242729">What is the best way to achieve this requirement</font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;"> </span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;">Thanks and Regards,</span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;">Jamal</span></font></div>
<div><font face="Calibri" size="2"><span style="font-size:11pt;"> </span></font></div>
</span></font>
</body>
</html>