Videos are not playing on live site

Supriya Nandane asked on February 20, 2017 07:27

I am using repeater to load a videos. I attached that videos on my page and I used <%# GetFileUrl("FileAttachment") %> in the

Recent Answers


Dawid Jachnik answered on February 20, 2017 09:06

Hello,

Is it probably because the file extension is .aspx, and isn't recognized as video. Try with extensionless urls or default extensions for your files.

0 votesVote for this answer Mark as a Correct answer

Chetan Sharma answered on February 20, 2017 12:58

  1. Did you the check the errors in the browser console? Are you getting any errors there?
  2. IS your web.config correctly configured to serve the videos that you are requesting? Check the MIME types.
  3. If your videos are allowed to serve through an extension-less URLS as David pointed out.

I will follow this order of debugging.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.