-
Notifications
You must be signed in to change notification settings - Fork 260
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
video struck #560
Comments
What does the Asterisk CLI show at this point? |
ERROR[2022]: chan_sip.c:4354 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data |
WARNING[106701][C-00000010]: channel.c:5765 set_format: Unable to find a codec translation path: (slin) -> (vp8|h264|opus) |
At what point in the above log does the vide drop? Can you also capture the rtp? (rtp set debug on) |
Got RTP packet from 10.212.134.203:54696 (type 100, seq 020883, ts 277792768, len 001116) |
It is cropping at 45 secs. But there is no log in the CLI. |
Do we need to mention the stunaddr in rtp.conf? |
Within a few seconds i get this:
But it happens quick, not after 30/40 seconds. |
pls share the o/p of sip show settings |
|
Can you do a SpeedTest between your current location, and the location of the server. Make sure you are using the same sort of path that the packets would take. On speedtest.net you will need to change the server to the same server location. If you are hosting the server locally, and have clients connect from out-side, then you would have to find some sort of speed test that runs the same link. I'm finding that Asterisk is not that good at recovering from missing or corrupt packets, when compared to a RTPEngine configuration, where the two parties are directly connections via peer-to-peer. |
video freezing after 50 seconds but audio continues. How to resolve this?
The text was updated successfully, but these errors were encountered: