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

General discussion related to "Everything".
Post Reply
vincentchan
Posts: 1
Joined: Wed Jan 16, 2019 2:01 am

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

Post 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
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

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

Post 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.
Post Reply