Open GoogleCodeExporter opened 9 years ago
Hi Ivan,
Sorry about the long delay. Are you still facing the issue.
1) Is the freeze happening on the video played flash player or in SIP?
2) What SIP phone are you using?
There are generally two causes for video freeze on the video played by
Flash Player. (1) a packet was dropped or missed on RTP/UDP and the
siprtmp gateway was never able to recover from the loss. This causes a
freeze on Flash Player's video display. (2) bandwidth is so saturated
on the RTMP/TCP link that Flash Player gives up trying to recover,
disables video, and enables only audio.
To make sure (2) is not the case, try reducing the profile level on
your SIP phone to a lower bandwidth value. If (1) is the problem, then
the SIP phone is not sending intra-frames anymore. It will depend on
what SIP phone you are using to understand the mechanism to report
infra-frame request. Most SIP phones implement the RTCP message to
request fast-update-request, but in siprtmp we didn't implement this.
We only implemented the INFO request for Fast-Intra-Request. May be it
is time to implement the Full-Intra-Request
http://tools.ietf.org/html/rfc2032#page-9 (or its updated RFC).
Let us know the specific problem you are facing.
Regards!
Original comment by theinten...@gmail.com
on 11 Jan 2013 at 7:43
Original issue reported on code.google.com by
ivan.rui...@gmail.com
on 23 Nov 2012 at 12:20Attachments: