H. Yavari
H. Yavari
I tried to reproduce these issues, but I couldn't. Hope you fixed it or if not appreciate it if you provide the SDP sample.
> Sure. `a=mid` and `a=rid` have string values, however I'm 200% sure that sdp-transform convert those values to number in case they are `a=mid:0` or `a=mid:1` (as usual). Yes, as...
This has been addressed in this request: https://github.com/clux/sdp-transform/pull/100
I added parse and write tests for `precondition` added grammar.
Hi Eirik, I've just added the MRCP attributes support as well (grammar + test).
Actually, I am using the `subscribe` mechanism of RTPEngine for SIPREC, I thought that eBPF would be great for forking. Do you agree?
In my current SIPREC server, I am sending `subscribe request` and `answer` to RTPEngine and then record forked streams. But I think what if we use your approach, eBPF I...