-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memorization of last position in video is not per video #289
Comments
In order to disable this buggy feature, set
in config.json |
@chfsx Is this a bug you would fix or should we ask @ferishili to do so, since it concerns the Paella player? |
I will take care of it |
fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294
refs opencast-ilias#289, refs opencast-ilias#292, refs opencast-ilias#293, refs opencast-ilias#294
* release_8: [RELEASE] new Version v8.0.7 [RELEASE] new Version v8.0.6 install paella-user-tracking v1.42.4 upgrade opencast-api lib to v1.7 fixes opencast-ilias#298 paella improvements fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294 improve livestream config, refs opencast-ilias#286 [FIX] correct supports_cli variable (did support cli setup anyway) [RELEASE] new Version v8.0.5 [FIX] compatibility issue with EULA section in form [FIX] removed double strict-types declarations [FIX] make code compliant to the ILIAS 7 version
@dagraf Michael has updated the plugin recently and I tested it afterwards. The issue still exists for ILIAS v7.30.1. |
Make sure that your browser cache is clear |
@ferishili If I compare two different Videos the problem still exists.
|
We need to look deeper into this problem, it appears that disabling the config |
Hey @mwizgall could you please check the contents of your config.json after clearing the cache in your browsers dev-tools? They should appear in the network tab where you can see the response and the contents of that file |
Hey @reiferschris, thank's for your help. The network-tab in Google and Firefox (After clearing the cache and accessing ILIAS + Paella player twice) doesn't contain the communication with the 'config.json' (Screenshot 1/2). Could you give me a more detailed advise, how I can find the neccessary information? |
Hi @mwizgall
|
* release_8: [RELEASE] Version v8.1.1 [FIX] bad merge conflict leads to error in StandardPlayerDataBuilder opencast-ilias#324 [RELEASE] Version v8.1.0 [Release 8] OCT Text feature opencast-ilias#290 [Release 8] Upload Thumbnail (Preview) opencast-ilias#305 [Release 8] Upload Subtitles opencast-ilias#277 [Release 8] New Right management opencast-ilias#301 [RELEASE] new Version v8.0.7 [RELEASE] new Version v8.0.6 install paella-user-tracking v1.42.4 upgrade opencast-api lib to v1.7 fixes opencast-ilias#298 paella improvements fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294 improve livestream config, refs opencast-ilias#286 [FIX] correct supports_cli variable (did support cli setup anyway) [RELEASE] new Version v8.0.5 [FIX] compatibility issue with EULA section in form [FIX] removed double strict-types declarations [FIX] make code compliant to the ILIAS 7 version
Have a look at the following comment: polimediaupv/paella-core#367 (comment) |
With the info @snoesberger found we should try to enable the feature. |
Hi, good that you reopened this, I am ready to start the fix as soon as I get a go by @snoesberger or @dagraf |
@ferishili: You have our 'Go'. Thank your for looking into it. |
Describe the bug
When leaving the Paella Player in the middle of a video, the last position is remembered. Unfortunately this position is not remembered per video, i.e. when playing another video afterwards it starts from the remembered position of the last one.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A new video should play right from the start resp. the position I left exactly this video the last time.
Environment (please complete the following information):
Note
Until there is a solution a certain flag in the config.json of the player should be set to false. Unfortunately I do not know which one, please someone else add this info!
The text was updated successfully, but these errors were encountered: