Real-time recoding of video from asx to non-Windows formats

Python UL python at rgbaz.eu
Thu Aug 13 08:53:01 EDT 2015



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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150813/bfcb780a/attachment.html>


More information about the Python-list mailing list