Play video (.mp4) in any browser in asp.net using c#Muhammad Nadeem9yAsked Aug 20, 2017, 12:37 PM14.8kLearn iOS ProgrammingHi, everyone I have video link or value in my db column like 2 RepliesKnow the answer? Post it — somebody with the same question will find it here.Sign in to answer this questionIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an accountMBMaen Badwan9y agoPosted Aug 24, 2017, 1:51 PMAs you know, the HTML5 video tag supports playback different video formats (including MP4). You can find more details here:http://www.w3schools.com/tags/tag_video.aspSince the video tag in your case doesn't show the video stream and plays only the audio stream, this means the issue might be related to unsupported compression or format by the HTML5 video tag itself.In such cases, you might need to convert your media files to suitable format using a programming toolkit like LEADTOOLS. The following forum post might help:https://www.leadtools.com/support/forum/posts/m33168-CODETIP---Convert-an-AVI-file-to-MP4-file-using-Multimedia--NET-v17Manikandan Murugesan9y agoPosted Aug 20, 2017, 12:54 PMRefer the following Links: https://docs.microsoft.com/en-us/aspnet/web-pages/overview/ui-layouts-and-themes/10-working-with-video https://forums.asp.net/t/1511588.aspx
MBMaen Badwan9y agoPosted Aug 24, 2017, 1:51 PMAs you know, the HTML5 video tag supports playback different video formats (including MP4). You can find more details here:http://www.w3schools.com/tags/tag_video.aspSince the video tag in your case doesn't show the video stream and plays only the audio stream, this means the issue might be related to unsupported compression or format by the HTML5 video tag itself.In such cases, you might need to convert your media files to suitable format using a programming toolkit like LEADTOOLS. The following forum post might help:https://www.leadtools.com/support/forum/posts/m33168-CODETIP---Convert-an-AVI-file-to-MP4-file-using-Multimedia--NET-v17
Manikandan Murugesan9y agoPosted Aug 20, 2017, 12:54 PMRefer the following Links: https://docs.microsoft.com/en-us/aspnet/web-pages/overview/ui-layouts-and-themes/10-working-with-video https://forums.asp.net/t/1511588.aspx