Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't play both audio and video #39

Open
rkday opened this issue Oct 8, 2013 · 6 comments
Open

Can't play both audio and video #39

rkday opened this issue Oct 8, 2013 · 6 comments
Labels

Comments

@rkday
Copy link
Contributor

rkday commented Oct 8, 2013

(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.

@Veerendram
Copy link

Veerendram commented Oct 13, 2016

Hi,
Any information on when this issue will be fixed ? or any workaround would help us to play both audio and video simultaneously.

@wdoekes
Copy link
Member

wdoekes commented Oct 13, 2016

I don't think there is anyone working on this right now.

@Jeasonyuan
Copy link

HI,
Video and audio capability is expressed in SDP , sipp should also be able to send video and audio simultaneously;

@Veerendram
Copy link

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.

@Jeasonyuan
Copy link

@Veerendram No, we can't. Just play g.722 or h.264.

@Valik0
Copy link

Valik0 commented Nov 14, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants