locked
Microsoft player framework failed to play a video with extension .mjpg RRS feed

  • Question

  • Hi

    I have a windows store app. I downloaded microsoft.playerframework for video streaming. Unfortunately i couldn't stream a video of file extension .mjpg

    I include my code here

    xmlns:VideoStream="using:Microsoft.PlayerFramework"

    <VideoStream:MediaPlayer Source="http://155.41.145.37/mjpg/video.mjpg"/>

    When running it shows that " This Video failed to play". In msdn I read that .mjpg is a supported file format.

    Please help

    Thanks

    Vishnu Aravind


    Monday, November 11, 2013 6:48 AM

Answers

  • It's likely that the codec for this specific stream isn't on the machine.  I tried the source you listed in Windows MEdia Player but didn't get any response.

    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.

    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined objects and unknown namespaces.

    Monday, November 11, 2013 3:35 PM
    Moderator