-
Notifications
You must be signed in to change notification settings - Fork 392
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
Comments
Hi, |
I don't think there is anyone working on this right now. |
HI, |
Thanks for the information, just wanted to confirm once again. |
@Veerendram No, we can't. Just play g.722 or h.264. |
Hi! For me audio+video pcap streaming now works fine. |
(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.
The text was updated successfully, but these errors were encountered: