[Klug-general] udp stream to embedded html 5 web player
Dan Attwood
danattwood at gmail.com
Tue Jul 4 11:41:13 UTC 2017
Hi all
I've got a udp stream :
udp://@0.0.0.0:10000
which I need to have embedded into a webpage so that I can then use that
page in a digital signage solution.
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.
so next stop was cvlc - the command line version of VLC.
where I tried things like:
sudo ffmpeg -i "udp://@0.0.0.0:10000?overrun_nonfatal=1&fifo_size=50000"
-vcodec libx264 -acodec aac -f ssegment -segment_time 20 -segment_wrap 2
/tmp/out%03d.ts /var/www/html/out.mp4 -y
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.
Does anyone know how to make cvlc do this or have any alternative
suggestions please?
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.lug.org.uk/pipermail/kent/attachments/20170704/9268c78c/attachment.html>
More information about the Kent
mailing list