Hello everyone?
How do I use HTTP server with everything to play video through the broswer?
I want to host the server with everything in my computer,and using my smartphone plays the video which in the computer, but the broswer either reminds me to download the video or can not play successfully.
how do I do can achieve this purpose?
Thanks
How do I use HTTP server with everything to play video through the broswer?
-
- Posts: 1
- Joined: Wed Jan 16, 2019 2:01 am
Re: How do I use HTTP server with everything to play video through the broswer?
What is the type of video you are trying to play? mp4? avi?
The Everything HTTP server will use the mime type listed in your registry, for example AVI files:
HKEY_CLASSES_ROOT\.avi\Content Type
Which should be set to: video/avi
The mime type will help your browser determine what to do with the file.
Please make sure it is a mime type that your browser will understand.
The Everything HTTP server will use the mime type listed in your registry, for example AVI files:
HKEY_CLASSES_ROOT\.avi\Content Type
Which should be set to: video/avi
The mime type will help your browser determine what to do with the file.
Please make sure it is a mime type that your browser will understand.