Viewing profile — matvp
matvp
HN member- Joined
- Wed, Jul 15, 2015, 8:40 AM UTC
- HN karma
- 119
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About matvp
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43560388
I contribute to OSS very often, mostly sponsored by the company I work for (we're in video streaming, and we're too small to build everything from scratch). Outside of company hour…
-
comment
Comment #42064729
Hey, thank you! You're not the first to mention the docs. I'll have a full rewrite of the docs planned shortly where I'll address your (& others) valid points.
-
comment
Comment #42058298
I didn't know membrane until now. We do some things similarly (like transcode), although I'd like to provide the full chain, from source to playback with real-time video manipulati…
-
comment
Comment #42058267
Author here, this is a fun surprise to wake up to! I was doubting whether my project was "ready to post on HN" but someone beat me to it. With Superstreamer, I'd like to create bui…
-
comment
Comment #41695009
I'm building a video API suite [0] in my free time, from transcode to package to player. The full shebang! [0]: https://github.com/matvp91/mixwave
-
story
Show HN: Open-source streaming API from ingest to player
Hi there HN! I'm Matthias and I've been into video streaming for quite a while now. Over the years I've built plenty of small setups, often CLI tools to test and debug streaming vi…
-
comment
Comment #35818454
There isn't much info out there yet, but this video is a small preview: https://youtu.be/lGEMwh32soc The latest update is mentioned in the March 2023 blog post: https://react.dev/b…
-
comment
Comment #34641888
As a parent of an almost 2 year old (tomorrow!), I feel a bit worried of what is yet to come. I notice kids around me (family, kids of friends) ranging 3 to 10+ mostly consume YouT…
-
comment
Comment #34641541
While I agree HN shouldn't be used as a way to get direct customer support, I don't think it's fair to grab and point our pitchforks to @jgrahamc over a one sided story. There's no…
-
comment
Comment #34617812
Side note, synthetic events are no longer pooled since React 17. There's no longer a noticable performance gain with more modern browsers nowadays.
-
comment
Comment #34201779
Happy newyear from Belgium!
-
comment
Comment #34129061
Providing adaptive video (MPEG-DASH / HLS on any non Safari browser) still requires JS though.
-
comment
Comment #33717917
How would one ship a full engine with an app on an OTT device? I've built a few TV apps but they all relied on the browser engines shipped with webOS and Tizen.
-
comment
Comment #32261240
They were valid years ago when I was a kid but god knows what my favorite food was 10 years ago.
-
comment
Comment #32257785
The person I was chatting with triggered the password reset mail, and stripped my security questions. As said, I was in exactly the same situation and probably entered random answe…
-
comment
Comment #32255453
Give their chat another try. I went through the same a while back and they reset my password.
-
comment
Comment #31494742
Wanted to read through the docs but I'm getting a 404 from the page link at the top.
-
comment
Comment #30759244
That's a very primitive approach. Once you're dealing with adaptive formats (DASH, HLS) containing multiple renditions (different bitrates) and/or codecs, it gets more complicated.…
-
comment
Comment #30131562
Not so sure that'll work due to the fact that the first segment in a subset of segments is not the init segment (thus missing atoms like moov, ...)
-
comment
Comment #29380300
I didn't verify this but my guess is that with the lack of the MSE API on Safari iOS, YT has no other option but to serve the HLS manifest directly to the video element thus it's a…
-
comment
Comment #23177967
I've actually found myself coding in the evening again due to quarantine. Contributing to OSS, releasing stuff on GitHub, ...
- story
-
comment
Comment #18943384
These two comments are fixed and will be available in a new version in a few minutes!
-
comment
Comment #18943372
I've added different volume icons based on the current volume, shall hit production anytime!