<div dir="ltr">Hi all<div><br></div><div>I've got a udp stream :</div><div><br></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">udp://@<a href="http://0.0.0.0:10000">0.0.0.0:10000</a> </span><br></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">which I need to have embedded into a webpage so that I can then use that page in a digital signage solution.</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">I've sorted of got it working with ffserver. However after fiddling around trying to get a better quality of video I found that ffserver was deprecated and so i don't particularly want to use it.</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">so next stop was cvlc - the command line version of VLC.</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"> where I tried things like:</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><div><font color="#000000" face="Segoe UI, sans-serif"><span style="font-size:13.3333px"> sudo ffmpeg -i "udp://@<a href="http://0.0.0.0:10000?overrun_nonfatal=1&fifo_size=50000">0.0.0.0:10000?overrun_nonfatal=1&fifo_size=50000</a>" -vcodec libx264 -acodec aac -f ssegment -segment_time 20 -segment_wrap 2 /tmp/out%03d.ts   /var/www/html/out.mp4 -y</span></font></div></div><div><br></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"> This is attempting to stream chunks into /tmp/ - to stop the disk filling up and output as mp4 - I need to embedded page to be compatible if Internet Explorer 11.</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">Does anyone know how to make cvlc do this or have any alternative suggestions please?</span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black"><br></span></div><div><span style="font-size:10pt;line-height:106%;font-family:"Segoe UI",sans-serif;color:black">Dan</span></div></div>