sipp icon indicating copy to clipboard operation
sipp copied to clipboard

New feature: Simultaneous playback of 3 pcap files

Open Valik0 opened this issue 6 years ago • 4 comments

Simultaneous playback of 3 pcap files (audio, video, and images)

Example:

 <nop>
     <action>
       <exec play_pcap_audio="audioTest.pcap"/>
       <exec play_pcap_video="videoTest.pcap"/>
     </action>
 </nop>

Valik0 avatar Nov 14 '18 03:11 Valik0

Thanks for the PR.

While I see how this could be useful, I very much dislike the copy-paste pattern you used here though.

wdoekes avatar May 27 '19 15:05 wdoekes

FreeSwitch also support RTT media (RFC4103) Could you also add this media support. PCAP example of RTT media is attached. rtt.pcap.gz

RTT usage case described here

sergey-safarov avatar May 30 '19 07:05 sergey-safarov

@sergey-safarov: that's really something for a separate issue

wdoekes avatar May 31 '19 07:05 wdoekes

@Valik0 hi,i use your code Simultaneous playback 2 pcap,it will crash when free play_args->pcap in send_packets_pcap_cleanup. it will happen in over 2 cps. have you some way to resolve? 1608636147(1)

buzhaodi avatar Dec 22 '20 11:12 buzhaodi