hi,
For my internship I'm making a YouTube like system for providing internal videos to the employees,
for that we needed a streaming service, first I was using serviio, but they lack a lot of documentation / community to get everything working.
So we swithced to PMS, this is working, but I have multiple input formats (avi, mp4, wmv, ...) and I need to play them on FF, Chrome and IE9.
FF & Chrome are no problem but IE9 is giving me a lot of problems.
I tried using flowplayer, jsplayer, video.js, Jplayer, and the list continues.
So I'm thinking that there is something I'm doing wrong.
So I use the following stream url:
http://ip:port/video/:/transcode/universal/start?path=http%3A%2F%2Fip%3Aport%2Flibrary%2Fmetadata%2F1&fastSeek=1&X-Plex-Platform=Internet+Explorer&offset=0
And i use it like this:
shouldn't this be working?
Or is there a setting that I'm forgetting / a vidoe player that just works?