Sean DuBois

Results 605 comments of Sean DuBois

@seamanm I am happy to add one, what example would you like to see?

Hey @seamanm I think you want a RTSP Client/Server. SRTP is encryption. https://github.com/djwackey/dorsvr looks promising.

I will add an example that shows how to encrypt a RTP packet and then another how to decrypt. I think that will be helpful. SRTP doesn't have a concept...

Do we also need to update the `rolloverCounter` and `lastSequenceNumber` ? I will find the code in libwebrtc

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 might be nice to add `AttributeRecursive`? This would be useful for ice as well!

I am worried if we make a permissive path it may result in bad SDPs getting through the non-permissive path. What do you think of maybe providing a tokenizer so...

@stephas Awesome, thanks for the PR. mctop hasn't seen an activity in about a year, but that is about to change. I am going to go through and review all...

Hi! We currently don't support RTX as a distinct SSRC. We do support NACK + RTX though, you can see the implementation [here](https://github.com/pion/interceptor/tree/master/pkg/nack)

Hey @cedricve Have you tried https://github.com/pion/webrtc? I am happy to help with any questions, I just found out about joy4 today was looking for a RTMP implementation.

Hey @m040601 I would be happy to add more builds! We are using `goreleaser` Would you mind making a PR against the [.goreleaser.yml](https://github.com/maxmcd/webtty/blob/master/.goreleaser.yml) or linking to a project that has...