sipp
sipp copied to clipboard
Can't play both audio and video
(Originally https://sourceforge.net/p/sipp/bugs/122/)
Using version: SIPp v3.1-PCAP, version unknown, built Apr 28 2010, 08:46:05. I observed that attempts to start audio and video at the same time using pcap_play_audio and pcap_play_video to send two streams, the second one always succeeds and the first always fails. Examining the code, I note that in call.cpp the media thread responsible for both is cancelled whenever the next pcap_play_xxx. That would appear to be the root of the problem.
Hi, Any information on when this issue will be fixed ? or any workaround would help us to play both audio and video simultaneously.
I don't think there is anyone working on this right now.
HI, Video and audio capability is expressed in SDP , sipp should also be able to send video and audio simultaneously;
Thanks for the information, just wanted to confirm once again. Can we play different rtp streams simultaneously ? say i have two pcaps one with g.722 audio and another with H.264 video.
@Veerendram No, we can't. Just play g.722 or h.264.
Hi! I've just made a PR #371. It allows simultaneous playback of audio, video and images pcap files.
For me audio+video pcap streaming now works fine.