Page 1 of 1

How do I use HTTP server with everything to play video through the broswer?

Posted: Wed Jan 16, 2019 2:06 am
by vincentchan
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

Re: How do I use HTTP server with everything to play video through the broswer?

Posted: Wed Jan 16, 2019 8:52 am
by void
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.