Jo2003 / vlc_record

15 stars 6 forks source link

Windows platform: vlc_record for the "moi dom" provider - can't rewind the playback from the video library #4

Open poketix opened 8 years ago

poketix commented 8 years ago

When playing the movie from the video library there is no way to change the time - time scale bar is not clickable. The same functionality does work when playing the TV channels from the archive.

Jo2003 commented 8 years ago

It depends on how the video is sent and how I can request a new position. I need to have the possibility to request a new position in a video. I don't get this information from all providers. If there is no possibility to request new position, it is not supported. A working example is Kartina.TV. Moi-Dom.TV emulates the API of Kartina ... but not to 100%. Therefore some stuff might not work as expected.

poketix commented 8 years ago

Please consider my observation of the Android application behavior that might shed some light on the issue root cause. The TV channels archives are positioned outside of the player (I use MX Player for the playback). This means that the Android application is providing its own time scale to select the time and then it submits the time to the player. Suspending and resuming is done by complete closing and reopening the MX player. On the contrary the video library uses the MX Player own time scale to re-position the playback meaning that it is a kind of "standard" re-positioning protocol that MX Player is aware of. Could this be somehow helpful for our case? Thanks.