Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Playing local mp4 files
posted

I am trying to configure igVideoPlayer to play local mp4 file that reside on the same server but on a different disk and are not part of the site. For example, my site is under C:\inetpub\wwwroot\Site while mp4 files I'd like to play are under D:\Videos. User running the site has access to this location. When I put full path to the file in the sources for the igVideoPlayer, I get No compatible video source message. What is the best way to handle this?

Parents
  • 29417
    Offline posted

    Hello Mensur ,

     

    Thank you for posting in our forum.

    In order to ensure that the files can be accessed and played in the browser:

     

    1. Make sure that <YourComputerName>/IIS_IUSRS group has permissions to read&excute from that directory in order to ensure that IIS has permission for that directory .You can do that by modifying the properties of the folder. Right clicking on the folder, select Properties, select Security, click on Edit, click on add. Add Read&Execute permission for that group.

       

    2. Make sure that the browser you’re using actually supports that video format. Since the igVideoPlayer uses the <video> HTML5 tag and therefore its constrained by its limitations Each browser has its own way of handling video tags and supports one or more video codecs.For a full list of which browsers support which file formats you can refer to our documentation:

      http://help.infragistics.com/doc/jQuery/2014.1/CLR4.0/?page=igVideoPlayer_Working_with_HTML5_Video.html

       

    Let me know if you have any questions.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Reply Children