locked
mjpeg streaming issue in windows store app RRS feed

  • Question

  • Hi

    I need to stream a .mjpg video ( coming from IP cam) from a server. 

    http://155.41.145.37/mjpg/video.mjpg

    I downloaded the dll from http://mjpeg.codeplex.com/

    How it is incorporating to a windows store project- Windows 8( The dll usage).

    I couldn't find a windows store project solving this issue anywhere. Please help

    Thanks

    Vishnu

    Tuesday, November 12, 2013 6:55 AM

Answers

  • The dll is either Store compliant or not - just add the dll to your references and see if it works.  If it doesn't, then the dll would need to be rewritten to be Store compliant.

    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.

    • Marked as answer by Anne Jing Tuesday, November 19, 2013 2:35 AM
    Tuesday, November 12, 2013 1:46 PM
    Moderator