Reply to thread

Would it be possible to add HTML5-Video Tag for *.mp4;*.webM;*.ogg Files.

 

I have many mp4 files in my Video-Folder. When watching them using WebMediaPortal it seems that they are always converted/transcoded using VLC on the server.

 

it would be cool if you can add an extra way to watch such videos without the need to transcode.

 

or to express my request in HTML-language

 

<video width="720" height="576" controls>

   <source src="../../MyVideos/Game_of_Thrones/S01E01.mp4" type="video/mp4" >

</video>


Top Bottom