benny daon
benny daon
I would love to take it up with W3C. It's fun to be reminded of a products [I developed back in the '90s](https://www.arnnet.com.au/article/119710/runtcp_solves_bandwidth_problems/) and what the net was like back...
I just filed #181 and am looking for ways to recreate it. I'm thinking of using docker-compose to start two dockers: one to run a simple pion-based echo server with...
hi @leeliliang and thanks for the detailed info. I use the data channels to stream a pty and I feel those spikes when I hit a key and in extreme...
> In my opinion SCTP protocol need to optimize with some new mechanism in poor network. I agree. Maybe we can help. The most important thing for such a mechanism...
I've just started using this app, thanks! I ran into this bug and would be happy to try and fix it.
Can you please add the steps to recreate the bug?
> `fp,ok:=s.MediaDescriptions[0].Attribute("fingerprint")` Thanks! I've tried using it instead of the regex I have now but I keep getting a `!ok`. Here's my code ```go func GetFingerprint(sd *webrtc.SessionDescription) (string, error) {...
> Hey @daonb mind trying at the global level also? > pion/webrtc does that [here](https://github.com/pion/webrtc/blob/master/sdp.go#L466-L477) It works! Thanks. I've ended up using the global level `Attribute` as terminal7 has no...
I need this to record sessions where I use both zsh & vim so I want the keys to be displayed only when in vim. I guess I'll have to...
I've started working with creating the subtitle file and it doesn't look good. Grouping keys together results in captions like "Ihello" (vim). Problem is this caption will be displayed the...