Viewing profile — ambyjkl
ambyjkl
HN member- Joined
- Thu, May 24, 2018, 4:02 PM UTC
- HN karma
- 14
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About ambyjkl
Recent public activity
-
comment
Comment #32623793
Thanks, we vehemently oppose bloat in our JS files ;)
-
comment
Comment #32623272
Thanks :)
-
comment
Comment #32623207
If you're on linux, you most likely need the H.264 ffmpeg codec package and things like the Cisco OpenH264 plugin for Firefox. Also, try unblocking WebRTC if you block it
-
comment
Comment #32623183
Yea sorry it's our bad, we didn't implement cursor time-slicing in the demo, even though we actually support it on the API: https://www.npmjs.com/package/@hyperbeam/web#setting-per…
-
comment
Comment #32623165
The problem with VP8 is it's almost never hardware accelerated, neither on the encoding nor on the decoding side, so it's undesirable. Also, the software encoder x264 is quite far …
- comment
-
comment
Comment #32623123
Thanks for the feedback. We already have this feature, it's just not implemented in this demo currently, but we'll be sure to add it. More info here: https://www.npmjs.com/package/…
-
comment
Comment #32623002
You most likely need this plugin: https://support.mozilla.org/en-US/kb/open-h264-plugin-firefo... Seems like in Firefox, H.264 in WebRTC is supported in an entirely different fashi…
-
comment
Comment #32621981
Also which OS? I have a hunch your version of Firefox doesn't have the H.264 codec which we need
-
comment
Comment #32621740
Thanks! I'm intrigued by what you built (long-time Linux user here), can you share a link?
-
comment
Comment #32620615
webrtcbin is nice for one-to-one, but we were looking for something that's a better fit for one-to-many, which is where mediasoup came in. That being said, mediasoup is quite compl…
-
comment
Comment #32620474
Thanks, I'll go look at what's happening
-
comment
Comment #32620362
Hi HN! I'm the CTO of Hyperbeam, happy to answer all the technical questions :)
-
comment
Comment #32620297
Thanks! Actually it's neither: we run full Chromium rather than CEF and Mediasoup for webrtc. We have looked into webrtcbin as well, but it wasn't the best fit for us.
-
comment
Comment #32610243
Which version of iOS are you on?
-
comment
Comment #30439259
We'll be sure to fix the demo video on Firefox :)
-
comment
Comment #30437093
Thanks! That name took a lot of thinking for sure :D Good luck for YC, and don't give up if you get rejected, it took us three tries to get in haha. We don't use VNC, we send an H.…
-
comment
Comment #30433470
Currently, we do not have accessibility support for the browser, we only do the video stream. The reason we haven't worked on this yet is because of our focus on watch parties, and…
-
comment
Comment #24401856
This is quite interesting, a very elegant struct hack. Dlang is working on an RFC for implementing this feature right into the language, which would probably make it the first syst…
- story