- Thread starter
- Moderator
- #411
I try change standard HTML5 player to video,js, but video.js not fully play MPE stream, and i revert to standard ... MPE gives the stream in batches (I don't know who controls this VLC or MPE itself), but in the end we get not a whole playlist with pieces of video, but small playlists with pieces, the videojs player stops after playing the first playlist, the standard HTML5 one continues to work but does not allow displaying the full duration video, so I'm not sure if this can be fixed.Could you look in the HLS navigation bar: it´s not possible to move to a desired position due to the splitting of the video in very small parts
The stream that gives the MPE cannot be skipped if it is not fully loaded. Previously, there was a separate player in the skin and a separate progress bar for control. And a trick was used in the form of stopping the player, transferring to it a new file for playback with a point in time from which to start, and it was loaded and played. Now we only have a player, I'll try to add the same trick, but I don't know if it will work.Only problem seems to be navigating to another position in the video shows endless spinning icon without any progress
But this will not be very correct, since cannot be skipped back ... Only forward. Well, or you need to add another progress bar and manage it, which is also not convenient ...
Last edited: