Hello,
On 9/19/11 9:03 PM, Juha Heinanen wrote:
alex,
thanks for the pointers. using regexs to manipulate sdp is really the scary last resort.
it is in the roadmap for sdpops module, not time to make it for 3.2, but will get in there soon. Actually the implementation should be rather simple: - get the sdp part of the body (if multi-part, easy with the sdp parser from core) or the whole body - search for m=video and if found, search for next m= and remove till there or if not found to end of the sdp body
Cheers, Daniel