jitsi/jitsi-videobridge

Save rtp tracks

SkyTaurus opened this issue · 1 comments

Is it possible to record rtp packets for audio and video tracks for each participant?

Yes, you can enable it for a specific endpoint by POSTing to /debug/features/endpoint/CONFERENCE_ID/ENDPOINT_ID/pcap-dump/enable. You also need to enable it in jvb.conf by setting jmt.debug.pcap.enabled=true.

Please use community.jitsi.org for questions.