Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Playback Video Player (mafintosh.github.io)
43 points by bpierre on April 13, 2015 | hide | past | favorite | 18 comments


Mathias has done some really interesting things with the BitTorrent protocol and Node.js and friends. I just saw his talk from JSConfEU last year and found it pretty fascinating (http://2014.jsconf.eu/speakers/mathias-buus-madsen-javascrip...). The applicability for this type of technology does seem a lot greater than what it's traditionally been used for.


Other than playing with fun technologies (which I'm all for) what does this bring us?

It doesn't seem to play many formats (one of the major strengths of VLC is that it plays almost anything) nothing I saw about it that seems to scream innovative UI or super efficient playblack on low-end devices.


We wanted to see how easy it was to build "native" apps with html/css/javascript today using atom-shell. And it turns out that it's actually quite easy.

A feature we missed from VLC was that you could send video to Chromecast. That feature is now in Playback.


Even though it sounds fancy and it probably will work fine, something inside me tells me a video player should be native.

Or can Chromium really playback video files better than vlc/MPlayerX/QuickTime?


What does "native" mean? Chromium has its own video playback code, which this is using: https://github.com/mafintosh/playback/blob/master/index.html...

Chromium relies on ffmpeg, which is a fairly efficient library. It even relies on VLC's world-class h264 implementation, http://www.videolan.org/developers/x264.html.


I don't get it, so this is a video player app that's built on a browser which then just uses the same thing my actual video player does?

I think we can skip a layer here.


Your actual video player app is built on a UI library that just uses the same thing this video player app does.

Sure, you could skip a layer and make your video player talk directly to X11, but it wouldn't be cross-platform.

The browser is both an HTTP client and a UI kit, and some people are starting to skip the HTTP client part, and use it as a UI framework, essentially a competitor to Qt or GTK. That includes editors such as Brackets, Light Table or Atom, video viewers such as the infamous Popcorn Time, and games such as Game Dev Tycoon.

Picking a UI library is always about finding the right balance between cross-platform, ease of development and memory usage. Kits such as node-webkit and the Atom Shell (used here) give access to one more choice, albeit one which may consume more memory (for now) than many other options.


The live streaming of the BT sounds like a very interesting feature. One that could lead to possible improvements to those sites hosting videos behind thousands of ads.


Were there specific reasons in choosing atom-shell rather than eg. nw.js?


atom-shell has good tooling support (i.e. https://github.com/mafintosh/atom-shell, https://github.com/maxogden/atom-shell-packager) which makes shipping apps a lot easier atm


"which makes shipping apps a lot easier atm"

Yet, the windows and linux builds are not available?


How does the Playback Chrome Extension work? I can't see it anywhere on YouTube videos... halp?


This + peerflix would be great. Like popcorn time but I can enter my own torrent URLs.


FYI: you can just copy-paste torrent and magnet links into popcorn time to play them.


TIL! Thank you!


Wow thanks!


or drag&drop them


playback supports live streaming of magnet links / torrent files atm using https://github.com/mafintosh/torrent-stream.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: