Live data from Hacker News

Show HN: To fight quarantine boredom I build a site to watch movies with friends

bingetogether.com

61–70 of 209 posts

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#61
post #55

Anyone remember turntable.fm? I know a bunch of replacements popped up, but nothing seemed to capture the same kind of magic...

After turntable.fm closed they briefly did Turntable Live.

Which was the coolest online concert experience I ever had.

I recorded a session. But sadly, not the system audio. But you can get a feel for the experience.

https://youtu.be/08SvwB9S53U

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#62
post #48

My friends and I do this through Discord. One person shares their screen playing netflix/disney/whatever and then everyone just hangs out in voice and watches together. It's a really seamless experience and the re-encoding is usually not a problem, action scenes can get a little blocky but the quality is really pretty great.

It didn't seem like Discord sent desktop audio with the screen share. Does it do so, or did your friend do some magic to get it to work? I've read for ex you can use pulseaudio on linux to mix the input sources and then use that virtual output for Discord, but I'd be happy to find an easier way.

Share the application, not the desktop. It will capture the application audio.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#63
post #35

this is not intuitive.

What do you dislike about the interface? How can I improve it? Thanks for your help.

I'm just confused. How is syncing supposed to work?

1. I start a "watch party" 2. I give the link to friends. 3. They click the button "Open the movie and check for autostart." 4. The video opens. At the beginning. Not where the other people are at.

What is "Autostart"? You mention to "Open the movie directly and ask in the voice chat what time you should jump to". How is this different than just sharing the link to the video and pressing play at the same time or having them skip ahead. I don't understand.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#66
post #55

Anyone remember turntable.fm? I know a bunch of replacements popped up, but nothing seemed to capture the same kind of magic...

Yes, I actually helped make a clone of it for my final college project.

Since then the cocnept has sort of died. I'm a little surprised it's not something that Spotify did more with. I know they have a colistening feature but I have yet to have anyone want to attempt that. As far as I can tell you need to link up by Facebook to even attempt that.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#67

For those who prefer text-based entertainment, I run an email newsletter called Thinking About Things [1], which sends out a link to an interesting article every day. It's aimed at curious people who don't have a lot of time to read - each email has an extended quote from the article so that you can see if it interests you. It's gotten very good reviews from readers. [1] https://www.thinking-about-things.com/

That's really interesting. Was indeed in a need of one since a long time.

Already subscribed now and excited to review few emails and their content. Thank you for starting and maintaining something like this.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#68

For those who prefer text-based entertainment, I run an email newsletter called Thinking About Things [1], which sends out a link to an interesting article every day. It's aimed at curious people who don't have a lot of time to read - each email has an extended quote from the article so that you can see if it interests you. It's gotten very good reviews from readers. [1] https://www.thinking-about-things.com/

I recommend adding an archive of the past emails so I can review the content before signing up. You also get web visitors that way, people that would rather read websites or via RSS.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#69

My friends and I do this through Discord. One person shares their screen playing netflix/disney/whatever and then everyone just hangs out in voice and watches together. It's a really seamless experience and the re-encoding is usually not a problem, action scenes can get a little blocky but the quality is really pretty great.

Not that this isn't a great idea and something I am now thinking of doing, but I wonder if you're breaking some digital rights law here (?)

You are, and if you're in a big channel that brings a lot of attention and Discord notices it they'll probably shut it down. Same reason people don't just usually stream movies from Twitch. I've seen some Twitch channels that do, like the popular Bob Ross channel, but that's with approval of the rights owners who get a cut of the revenue.

Keep it small and intimate in Discord and it will probably be okay.

Re: Show HN: To fight quarantine boredom I build a site to watch movies with friends

#70
post #65

Really cool! Growing up, my friends and I spend many nights self queuing or on similar sites. Out of curiosity, what's your stack? Also, are there any plans for open source?

From other comment: Stack is quite simple: Frontend: Bulma.css, Vanilla Javascript, HTML Backend: PHP, MariaDB

It works by redirecting in the right moment to the streaming sites, via a JavaScript redirect.

The voice chat is done via https://meet.jit.si/

To handle potential big load, I force cloudflare to cache all sites under url /p/* thereby after the creation of the watch party, no request hits my server anymore :D

Currently I have no plan to open sourcing it

Post reply on HN