<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 12-08-15 08:04, Montana Burr wrote:<br>
    </div>
    <blockquote
cite="mid:CAPfdVgHnMgfH=az1JcdU+DOgHtPETP8KA59=WFOvFdVv+x5qFA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>    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.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    Hi Montana,<br>
    <br>
    You should take a look at FFmpeg (<a class="moz-txt-link-abbreviated" href="http://www.ffmpeg.org">www.ffmpeg.org</a>).<br>
    <br>
    There's a python wrapper but I doubt you need it.<br>
    <a class="moz-txt-link-freetext" href="https://github.com/mhaller/pyffmpeg">https://github.com/mhaller/pyffmpeg</a><br>
    <br>
    gr<br>
    Arno<br>
  </body>
</html>