I found out how to make a webplayer.
First you need VLC then you need to make a .asx file config it to look like this
First you need VLC then you need to make a .asx file config it to look like this
Next in your html post thiscode:
<ASX version ="3.0">
<TITLE>Stream1234</TITLE>
<ENTRY>
<REF HREF="http://IP:PORT" />
</ENTRY>
</ASX>
If you test it out it should work.code:
<embed src="http://website.tld/file.asx" width="812" height="500"></embed>