On 12-08-15 08:04, Montana Burr wrote:
Hi,

I'm interested in using Python to create a server for streaming my state's traffic cameras - which are only available as Windows Media streams - to devices that do not natively support streaming Windows Media content (think Linux computers & iPads). I know Python makes various problems easy to solve, and I'd like to know if this is one of those problems. I would like to use a module that works on any Linux- or UNIX-based computer, as my primary computer is UNIX-based.


Hi Montana,

You should take a look at FFmpeg (www.ffmpeg.org).

There's a python wrapper but I doubt you need it.
https://github.com/mhaller/pyffmpeg

gr
Arno
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to