I have used HE4.6 to publish a .exe file which can play HTML5 video well for years.
However, when I switch to HE4.7.1(I used same code), I get an error message:
Unsupported video type or invalid file path (when trying to play mp4)
My sample code:
Your browser does not support the video tag.
If I change path of mp4 file to specific local path (see below), it works fine too.
Is there any one can help?
Or tell me how to get the heserver path and display on screen so that I can figure out what the virtual path is.
However, when I switch to HE4.7.1(I used same code), I get an error message:
Unsupported video type or invalid file path (when trying to play mp4)
My sample code:
Your browser does not support the video tag.
If I change path of mp4 file to specific local path (see below), it works fine too.
Code:
<video width="320" height="240" controls>
<source src="c:\myvideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Or tell me how to get the heserver path and display on screen so that I can figure out what the virtual path is.
Last edited by a moderator: