TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Netflix Party – Synchronize Netflix Video Playback

58 点作者 curryhoward超过 9 年前

10 条评论

ec109685超过 9 年前
&quot;The basic architecture of Netflix Party is a client-server model. The clients connect to the server to synchronize their playback state. For the server, I wanted something low-latency that many clients could connect to at a time. Node.js fit the bill nicely.&quot;<p>Given the the model is traditional request&#x2F;response (no push), wouldn&#x27;t literally any web server tech fit this bill?
评论 #10808562 未加载
bambax超过 9 年前
&gt; <i>Jiggle the mouse so the playback controls appear. Wait 10ms for the UI to respond. 1ms is apparently not enough.</i><p>It doesn&#x27;t seem necessary for the controls to be visible, to be able to interact with them?<p><pre><code> $(&#x27;.player-control-button.player-play-pause.pause&#x27;).click(); </code></pre> and<p><pre><code> $(&#x27;.player-control-button.player-play-pause.play&#x27;).click(); </code></pre> seem to work (in the console) whether the controls are visible or not?<p>&gt; <i>Netflix doesn’t expose any JavaScript functions for manipulating video playback</i><p>Apparently the player used to be at netflix.cadmium.objects.videoPlayer() but it seems to not be there anymore.<p><i>netflix.player.diag.togglePanel(&quot;log&quot;)</i> overlays a detailed log of a lot of things happening in the player.<p><i>netflix.player.getVersion()</i> shows the current version of the player; mine is &quot;2.0000.453.011&quot;.<p>Edit: showgoers.tv that aims to do the same thing, has a script for controlling the player at <a href="http:&#x2F;&#x2F;assets.showgoers.tv&#x2F;sync2.js" rel="nofollow">http:&#x2F;&#x2F;assets.showgoers.tv&#x2F;sync2.js</a> (minified) and as far as I can tell they too simulate clicks on the interface.
评论 #10807196 未加载
评论 #10807500 未加载
m1sta_超过 9 年前
I&#x27;d love for this to be native in the Netflix apps and to function between accounts in two different countries. Watching TV with friends and family back home would be wonderful.
评论 #10806257 未加载
评论 #10806332 未加载
jeremy7600超过 9 年前
My girlfriend and I just went &quot;3 2 1 play&quot; on Skype.<p>Hardest part is picking the same movie.<p>Back when hulu had 1 15 second commercial, we would always pause after the commercials so we could do another countdown (another reason Netflix wins out). I paused and waited and waited and waited. And my girlfriend is being very serious, after I was laughing during a very funny scene. Turns out we started talking about one movie, then another, and one of us started the first and the other started the 2nd, and their first commercials were several minutes apart. We both had a good laugh over it!
ubertaco超过 9 年前
My girlfriend (who lives a few states away) and I have been using <a href="http:&#x2F;&#x2F;showgoers.tv" rel="nofollow">http:&#x2F;&#x2F;showgoers.tv</a> for the same thing for a bit. Are there any advantages of Netflix Party over Showgoers?
评论 #10810538 未加载
FanaHOVA超过 9 年前
As somebody in a long distance relationship, thank you :)
pimlottc超过 9 年前
Very nice! Is there a good solution like this for Spotify or other streaming music services? One that doesn&#x27;t just rebroadcast a private audio stream?
评论 #10807241 未加载
flippant超过 9 年前
I created Rabbit[0] which allows me to stream h.264&#x2F;mp3 encoded videos and synchronize the video with a partner. I recently added a feature that overlays a video chat using some simple WebRTC code.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;marvelm&#x2F;rabbit-ex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;marvelm&#x2F;rabbit-ex</a>
Malankov超过 9 年前
Nice, another one exists for YouTube videos and pretty much any online HTML5 videos <a href="http:&#x2F;&#x2F;togethr.tv&#x2F;" rel="nofollow">http:&#x2F;&#x2F;togethr.tv&#x2F;</a>
akilism超过 9 年前
didn&#x27;t the xbox do this 3 or 4 years ago?
评论 #10806787 未加载