asp.net - HTML 5 Video : Video not playing on TEST Server -


i have been working on html5 video need play video. video resides in solution folder.

please visit link in iam able run video in localhost : yesterday discussion

i have created folder in same solution , path iam providing src ..\..\trainingfolder\filename.mp4

iam able in local solution, when created same folder structure in test server , migrated code. video not playing.

the below code working fine in local environment localhost not in test server.

  $("#<%= hdnstartdatetime.clientid %>").val(param2);     var url = $get("<%=lnkvideolink.clientid %>").value;     alert(url);     $('[id*="myvdo"]').attr('src', url);//type='video/mp4'     $('[id*="myvdo"]')[1].load();     //show panel     $find("mpe").show(); 

ok got there no mime type associated iis mp4. added mime type , got it.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -