Syncplay / syncplay

Client/server to synchronize media playback on mpv/VLC/MPC-HC/MPC-BE on many computers
http://syncplay.pl/
Apache License 2.0
2.1k stars 214 forks source link

Mpv bug/problem #60

Closed es0phagus closed 7 years ago

es0phagus commented 9 years ago

My program seems to occasionally jump ahead. I connected both of my computers to the same room and “Mikey” (my mac) jumps ahead ever so often as the images attached show. All the issues (disconnecting from server, speed reverting etc.) all stem from the Mac version. I have never had these messages on Windows.

screen shot 2015-04-25 at 18 21 43

screen shot 2015-04-25 at 18 21 46

Et0h commented 9 years ago

I'll try to improve the situation following the release of 1.3.0. I can make Syncplay guess the position if it doesn't get a response in time, which should help with some problems such as erroneous jumps. I'll also look into allowing for the server/client to be more flexible in relation to disconnecting users, although I suspect that this problem might calm down or go away if Syncplay isn't waiting for mpv to respond. However, it won't fix whatever the underlying cause is that means mpv isn't responding as reliably as we'd like, which I won't be able to fix as I don't think it is Syncplay's fault and I don't have OSX or much experience developing for it.

es0phagus commented 9 years ago

How do I update syncplay on Mac

On 8 May 2015, at 09:53, Etoh notifications@github.com wrote:

I'll try to improve the situation following the release of 1.3.0. I can make Syncplay guess the position if it doesn't get a response in time, which should help with some problems such as erroneous jumps. I'll also look into allowing for the server/client to be more flexible in relation to disconnecting users, although I suspect that this problem might calm down or go away if Syncplay isn't waiting for mpv to respond. However, it won't fix whatever the underlying cause is that means mpv isn't responding as reliably as we'd like, which I won't be able to fix as I don't think it is Syncplay's fault and I don't have OSX or much experience developing for it.

— Reply to this email directly or view it on GitHub https://github.com/Syncplay/syncplay/issues/60#issuecomment-100159908.

Et0h commented 9 years ago

Try 'git pull', and if that doesn't work you can try asking on the #syncplay IRC channel on chat.freenode.net and see if anyone knows.

es0phagus commented 9 years ago

It worked. And the program works with mpv now. But, it’s still displaying the jump messages ever so often

[11:10:28] jumped from 35:32 to 35:23 [11:10:29] jumped from 35:23 to 35:34 [11:11:51] jumped from 36:54 to 36:51 [11:11:51] jumped from 36:52 to 36:55

With vlc, it displays:

[11:13:54] Warning: The media player took 6 seconds to respond. If you experience syncing issues then close applications to free up system resources, and if that doesn't work then try a different media player.

On 29 May 2015, at 22:21, Etoh notifications@github.com wrote:

Try 'git pull', and if that doesn't work you can try asking on the #syncplay IRC channel on chat.freenode.net and see if anyone knows.

— Reply to this email directly or view it on GitHub https://github.com/Syncplay/syncplay/issues/60#issuecomment-106938848.

es0phagus commented 9 years ago

It’s just generally unstable with vlc too. It periodically kicks me out the room, rewinds etc.

[15:53:22] Connection with server timed out [15:53:22] Connection with server lost, attempting to reconnect [15:53:23] Attempting to connect to syncplay.pl:8995 [15:53:23] has joined the room: ‘Flirtbox'

[15:54:37] Rewinded due to time difference with [15:54:37] Slowing down due to time difference with [15:54:47] Rewinded due to time difference with [15:54:47] Rewinded due to time difference with [15:54:47] Rewinded due to time difference with [15:54:47] Rewinded due to time difference with [15:54:47] Rewinded due to time difference with [15:54:47] Rewinded due to time difference with [15:54:48] Connection with server lost, attempting to reconnect [15:54:48] Attempting to connect to syncplay.pl:8995 [15:54:48] has joined the room: 'Flirtbox'

On 29 May 2015, at 22:21, Etoh notifications@github.com wrote:

Try 'git pull', and if that doesn't work you can try asking on the #syncplay IRC channel on chat.freenode.net and see if anyone knows.

— Reply to this email directly or view it on GitHub https://github.com/Syncplay/syncplay/issues/60#issuecomment-106938848.

Et0h commented 8 years ago

Hopefully someone who knows the Mac better can figure out how to fix this. In the meantime as a workaround you can try running Syncplay via Wine or other emulation solution.

nilsding commented 8 years ago

For some reason the CLI variant of Syncplay seems to work fine on 10.11.

es0phagus commented 8 years ago

There doesn’t really need to be a “guide” as such: all you do is install the emulation software of your choice, which stimulates a Windows environment, and then you just install Syncplay in that emulator as you would normally on a Windows PC.

On 7 Jul 2016, at 19:51, Etoh notifications@github.com wrote:

Hopefully someone who knows the Mac better can figure out how to fix this. In the meantime as a workaround you can try running Syncplay via Wine or other emulation solution.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Syncplay/syncplay/issues/60#issuecomment-231172373, or mute the thread https://github.com/notifications/unsubscribe/ALRY-aMnTBFy6DtaLtj6k7kHSCGb4cwnks5qTUqogaJpZM4EJF_q.

Et0h commented 8 years ago

Wine .app packages might be the future for giving people easy reliable access to Syncplay on a Mac.

@vladashram @es0phagus @nilsding: How well does Syncplay work if you run Syncplay portable 1.4.0 RC2 ( http://syncplay.pl/Syncplay-v1.4.0-RC2-Portable.zip ) via a .app bundle packaged with WineBottler 1.8 ( http://winebottler.kronenberg.org/ ) or Wineskin Winery 1.7 ( http://wineskin.urgesoftware.com/ )?

Et0h commented 7 years ago

Closed as the issue should be resolved by https://github.com/Syncplay/syncplay/pull/143 and http://www.albertosottile.it/syncplay/2017/09/08/install-syncplay-on-macos-10-8/