Sean DuBois
Sean DuBois
It seems like the SampleBuilder is condensing the SPS/PPS/IDR into one RTP packet and that is breaking things. GStreamer sends them as three distinict packets, with one timestamp. We then...
Hey @WhalenChan. Your issue isn't related to the SampleBuilder, but happy to help! My guess is that you aren't attaching a SPS/PPS to every IDR. You can see [here](https://github.com/deepch/vdk/blob/master/format/rtsp/client.go#L843) the...
@boks1971 This LGTM! What happens if you have multiple MediaDescriptions with different extension IDs?
@boks1971 I am happy with everything except `SetHeaderExtensions `. I would like to avoid adding SetHeaderExtensions and instead have it match the browser and do RTPSender.SetParameters . This is a...
@maxhawkins This is an interesting one! Going back through old tickets and I want to build this! This would be amazing for people to learn and debug. I don't think...
Hi @ChenMoGe2 What version of WebRTC are you using with Android? Can you try with commit 0180ee38051dec890fdfa6220a532984d685555f ? This may have regressed with ef285fbe0917d83e69898fae4bcc68eab221eba4
Thanks for the report @sipsorcery ! I will check this out this weekend. I haven't put any time myself in getting IPv6 working. Will drop an estimate or a PR...
Hey @digitalix Sorry this took so long. I see how this is useful! You are interested in the RTP Payload Header, but are just getting samples. `interface{}` in+out feels wrong...
Hey @EmrysMyrddin thanks for checking out Pion :) With WebRTC you can't depend on a graceful hangup. Everything is over UDP, and the other side can just stop sending/accepting packets....
@at-wat @bshi does this sound like a good plan? Any mistakes I am running head first into :) @ashellunts @scorpionknifes if you are interested this could be a really fun...