Cool stuff -- at AltspaceVR we support the same concept with Netflix, YouTube, Twitch, etc, but as avatars within a virtual space (ideally in VR.) You can hang out while watching netflix with voice chat, body tracking, etc. This was a big challenge for us to get working well, so I can sympathize with the authors :) http://altvr.com Just install our browser plugin, go to a netflix vid, hit "watch in AltspaceVR", and y…
Show HN: Showgoers – Watch Netflix with friends remotely
81–90 of 90 posts
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#82The far less polished solution I came up with for syncing viewing with my friends: https://github.com/wcummings/vlc-irc-rc
Ha, my long distance relationship survived with a good old fashioned "3, 2, 1, go!" :)
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#83Cool stuff -- at AltspaceVR we support the same concept with Netflix, YouTube, Twitch, etc, but as avatars within a virtual space (ideally in VR.) You can hang out while watching netflix with voice chat, body tracking, etc. This was a big challenge for us to get working well, so I can sympathize with the authors :) http://altvr.com Just install our browser plugin, go to a netflix vid, hit "watch in AltspaceVR", and y…
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#84Cool stuff -- at AltspaceVR we support the same concept with Netflix, YouTube, Twitch, etc, but as avatars within a virtual space (ideally in VR.) You can hang out while watching netflix with voice chat, body tracking, etc. This was a big challenge for us to get working well, so I can sympathize with the authors :) http://altvr.com Just install our browser plugin, go to a netflix vid, hit "watch in AltspaceVR", and y…
I feel like I'm the only one who is annoyed when people plug their products in someone else's post. I understand you're just trying to increase your userbase, but it just seems disrespectful.
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#85Re: Show HN: Showgoers – Watch Netflix with friends remotely
#86I was thinking of using Skype screen-sharing with friends, where one user plays the movie and acts as the movie-host taking control of the pause/play, seeking controls and others watching the movie on Skype via the host's screen. Doing this provides us with the option of chatting real-time about the movie too - like how we'd do when seated next to each other in the cinema hall. The issue with this is that it would take up a lot of bandwidth to stream a movie and then share it with others simultaneously.
This - Showgoers - claims to solve many of these issues, so I'd definitely give it a try. One main downside is that Netflix still isn't available for users in my home-country India. And with limited movie-collections on Netflix and the other on-demand video services, I'd almost-never again be able to get the experience of watching a 'newly-released' movie at the cinema hall with a bunch of close friends.
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#87Earlier quoted context omitted.
I personally have used http://syncplay.pl/ It seems to be similar in concept :)
Huh. I've been using a very hacky script I wrote myself for this purpose, but I hadn't seen syncplay - strongly considering switching to it.
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#88Re: Show HN: Showgoers – Watch Netflix with friends remotely
#89For plex users, if your friends can access your plex server, this is trivial. One of you starts watching a movie, the others start watching the same movie and it asks them "would you like to resume from X". Just say Yes and you're all watching the movie in sync. I love that you can do this with Netflix now though, this seems like one if those features that could have (was?) In the original release.
Re: Show HN: Showgoers – Watch Netflix with friends remotely
#90Earlier quoted context omitted.
PLEASE open source this! I will use it and might even help you finish it.
To be honest, it's pretty bad, you can't imagine. Everything is in one single C++ file (+ the main.cpp), the chat is a webkit widget (it was the easiest and fastest solution), there is no error checking or anything so it can crash any time, etc etc... Actually, this is my first C++ project, I don't even know C++ (only a bit C from high school).