<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=KOI8-R" http-equiv="Content-Type">
    <title></title>
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;" bidimailui-charset-is-forced="true"
    bgcolor="#ffffff" text="#000000">
    On 11/13/2012 05:52 AM, Tom Isaacson wrote:
    <blockquote
cite="mid:B36E81988B048A4FA3600EDE585F756B028EE704@EXCH02-AKLNZ.MARINE.NET.INT"
      type="cite">
      <pre wrap="">I probably should have mentioned that the source is an RTSP server and it's only video, so audio\video synchronisation is not an issue. What I want to do is write a Windows 8 Metro app that displays this video stream. Unfortunately Microsoft don't support RTSP (see <a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/12994188/how-can-i-play-h-264-rtsp-video-in-windows-8-metro-c-sharp-xaml-app">http://stackoverflow.com/questions/12994188/how-can-i-play-h-264-rtsp-video-in-windows-8-metro-c-sharp-xaml-app</a>) so rather than attempt to write a media source plugin I'm going to try using VLC's libraries. Hopefully I'll also be able to recompile them for ARM to get it working on WinRT but that will come later.

Thanks for your help.
</pre>
    </blockquote>
    <br>
    Please make sure that you comply with the ffmpeg license when you do
    that. This is not legal advice, of course, but the general consensus
    (as far as I can tell) is that adherence to the LGPL requires giving
    users the ability to recompile and use their own version of ffmpeg
    with your product. <br>
    <br>
    This might conflict with various app store policies -- in which
    case, ffmpeg/libav and vlc might not be an available option for you.<br>
  </body>
</html>