Viewing profile — Sean-Der
Sean-Der
HN member- Joined
- Sun, Nov 18, 2012, 7:26 PM UTC
- HN karma
- 4,680
- Public activity
- 772 items
- HN profile
- View on Hacker News ↗
About Sean-Der
Socials: - github.com/Sean-Der - linkedin.com/in/sean-dubois - siobud.com - pion.ly
---
Recent public activity
- story
-
comment
Comment #49126821
Fantastic work on this. This idea has so much promise, I hope this is the project that makes it take off. Self-hosting is pretty these days with docker. Exposing it to the internet…
-
comment
Comment #48835084
Write up about the architecture is here https://openai.com/index/delivering-low-latency-voice-ai-at-...
-
comment
Comment #48747442
What's not easy about it? Would love to hear about the gaps in software/education that could make it easier to use.
-
comment
Comment #48689003
Thanks Woodrow :) Accepting 'Big Changes' from people is VERY frustrating. These thoughts run through my head. * Idea is usually good! Even if I don't understand it could help lots…
-
comment
Comment #48564966
NLNet is a wonderful organization. They have supported two Pion projects! I am grateful the code got written, but even better people got careers out of it/learned new stuff. If you…
-
comment
Comment #48545563
Does WebRTC not work inside/outside of the browser anywhere?
-
comment
Comment #48481035
This should be fixed! I added this in Pion here[0] and I remember testing against Chrome + FireFox and it seemed to work great! [0] https://github.com/pion/webrtc/commit/e4ff415b2b…
-
comment
Comment #48478513
Amazing debugging, I loved reading that. HN doesn't get enough good posts like this anymore :) If https://github.com/pion/sctp/issues/12 had happened (not just in Pion but across a…
- story
- story
-
comment
Comment #48356636
I work on WHIP in OBS and an open source project Broadcast Box[0]. I made this site/video to talk about the reasons why https://webrtcforthestreamer.com I hope this site can convin…
- story
-
comment
Comment #48351994
I work on WHIP in OBS and an open source project Broadcast Box. I see a future where streaming is better. I hope this site can convince more people to check this stuff out. If you …
- story
-
comment
Comment #48125250
I have been working on making streaming cheaper/more private/lower latency (via WebRTC) in OBS. Been working on this site to get people excited https://webrtcforthestreamer.com/ af…
-
comment
Comment #48108248
I can add it! What format would like to see?
-
comment
Comment #48108242
The spirit is alive with https://github.com/m1k1o/neko The 'co-watching/co-streaming' is the best. I love watching a crappy horror movie with friends and bantering.
-
comment
Comment #48107034
You run one encoder for all the viewers. CPU usage won't scale up from 1 -> 15 viewers. I could get it lower by encoding once and then syncing to keyframes. It would make the code …
-
comment
Comment #48106976
The 'Seek' is done server side. So if you go to `n` seconds it is done server side and done for everyone. I should reword the README though. If someone is savy enough they could to…
-
comment
Comment #48106955
That is 100% controllable! By setting Playout Delay Header[0] you can pick between 'drop everything to stay live' or buffering up to ~40 seconds! In this project I don't set anythi…
-
comment
Comment #48075964
1.) Latency vs quality doesn't come up enough to make people want to A/B test it unfortunately. At work I would say ~5 people care about WebRTC vs QUIC vs X. All effort is around t…
-
comment
Comment #48070954
That is not the case. See get-realtime-translate[0 that's doing it as a trickle instead (not turn based). [0] https://developers.openai.com/api/docs/models/gpt-realtime-t...
-
comment
Comment #48070890
Responding to some technical points first, but then after that I do see a future that isn't WebRTC. I don't think it matches where WebTransport+WebCodecs etc is going though. > …bu…
-
comment
Comment #48070860
I believe Gemini is Websockets? I have the same experience with heavy/custom applications that try to roll their own media stuff. You run into issues around AudioContext and resump…