Live data from Hacker News

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

About Sean-Der

meet.hn/city/39.9622601,-83.0007065/Columbus

Socials: - github.com/Sean-Der - linkedin.com/in/sean-dubois - siobud.com - pion.ly

---

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #48835084

    Write up about the architecture is here https://openai.com/index/delivering-low-latency-voice-ai-at-...

  4. 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.

  5. 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…

  6. 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…

  7. comment
    Comment #48545563

    Does WebRTC not work inside/outside of the browser anywhere?

  8. 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…

  9. 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…

  10. story
  11. story
  12. 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…

  13. story
  14. 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 …

  15. story
  16. 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…

  17. comment
    Comment #48108248

    I can add it! What format would like to see?

  18. 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.

  19. 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 …

  20. 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…

  21. 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…

  22. 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…

  23. 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...

  24. 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…

  25. 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…