-
Notifications
You must be signed in to change notification settings - Fork 215
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
Syncplay rewinds playing media when media directory content changes #330
Comments
I haven't seen this problem occur on Linux, so it's likely at very least OS dependent. Is your media folder on local HDD, SSD, network share or something else? What order of magnitude is the number of files in it (thousands or hundreds of thousands or millions?) We've had some performance issues with very large numbers of files in scanned folders on slow devices in the past. Could you test with a bit older version of Syncplay? Between 1.6.4 and 1.6.5 there was some work around the code for managing details of behavior when switching files and such as mentioned in #315 |
Question: for the managed room, does only me (the room operator) switch between the versions, or all the members of the room? |
Just tried to reproduce on Windows 10 using mpv and the issue did not occur. My best guess is that you are not using playlists correctly, and are trying to change the file by loading it into your media player rather than by adding it to the playlist. Rather than manually loading a file into a media player, you are supposed to add the file to the playlist and then when you change file you change your selection of the playlist. Others with that file in their playlist should then automatically load the right file. When you change playlist selection the playback is supposed to reset to 0. |
I am aware how it is supposed to be working (EDIT: Adding the files to the playlist, in order to load it into the players)
Additional details:
|
@rechbergerd Does the issue occur if you use mpv or VLC? |
test with MPV (x86_64, Version 20200510, git 4e94b21):
|
test with VLC (win32, 3.0.11, as 7z archive portable)
|
Hmm, could you temporarily set media directories to a plain, non-synced folder? My gut tells me that there might be some weird interaction between Syncplay and NextCloud client. That said I tested it with NFS file share on Linux and that worked without issues. |
I did copy the directory, selected a media that has been copied in full (while doing the remaining copying) and played it. No joy, after a minute or so, when a new file gets created (from copying), the playback stops, rewinds to 0:00, and starts. Filesystem is again NTFS, with no sync of nextcloud on this directory. |
I'm closing this issue for now because I've not heard any other reports of this issue and haven't been able to reproduce it on Windows 10. Windows 7 reached EOL on the 14th of January 2020 and so in line with Syncplay policy we no longer officially support it. If someone comes across this issue on a supported operating system then please post detailed instructions on how to reproduce. |
Hi!
I have repeatedly observed, that with version 1.6.5 (dev), when a file operation is ongoing while playing back media, the playback suddenly rewinds to 0:00 and so restarts.
Scenario:
Kindest regards, and keep the best work!
The text was updated successfully, but these errors were encountered: