h5p / h5p-interactive-video

MIT License
236 stars 207 forks source link

Unsupported video source #328

Open ItalikDev opened 4 months ago

ItalikDev commented 4 months ago

I use a modified H5P.Video library, to which I added support for the videojs player to play HLS video, the video file name has the format: "path_to_file/smil:file_name.smil/playlist.m3u8". In earlier versions of Ineractive Video, it wrote that the format was not supported and allowed me to continue working, but now it is impossible.

Is it possible to return the previous behavior or add, for example, a call to the video player function from the H5P.Video library, which will return whether the player can play the transferred video?

Thanks.