Export to GitHub

imsdroid - issue #262

testing video early media not working


Posted on Jul 20, 2011 by Happy Hippo

What steps will reproduce the problem? 1. Register two android client on the ims network. client1 call client2 2. The call is routed to an AS that will play a video announcement using 183 session progress with SDP, SDP contains video and audio stream.

What is the expected output? What do you see instead?

Client one is suppose to see a video, instead i can hear only the audio stream before the call is answered.

What version of the product are you using? On what operating system? imsdroid 2.0.431-preview on HTC Wildfire and HTC desire

Please provide any additional information below.

Upon receiving the 183 session and after the provisional acknowledge IMSdroid should play the video. On the pcap trace i can see the H.263 stream reaching imsdroid, it should play the stream. But i do see retransmission of the 183 session in progress so i'm wondering if that can be a signaling issue.

On the log related to the video i can see:

7-20 01:01:35.746 D/org.doubango.ngn.media.NgnProxyVideoConsumer( 1236): startCallback 07-20 01:01:35.756 D/org.doubango.ngn.media.NgnProxyVideoProducer( 1236): prepareCallback(176,144,15) 07-20 01:01:35.756 D/org.doubango.ngn.media.NgnProxyVideoProducer( 1236): startCallback 07-20 01:01:35.786 W/org.doubango.ngn.utils.NgnTimer( 1236): java.lang.IllegalStateException: TimerTask is scheduled already 07-20 01:01:35.806 W/org.doubango.ngn.utils.NgnTimer( 1236): java.lang.IllegalStateException: TimerTask is scheduled already

That error "TimerTask is scheduled already" is happening right after the startCallback for the NgnProxyVideoProducer

Attached the log files and the trace.

Any idea of what could be the issue?

Attachments

Comment #1

Posted on Jul 23, 2011 by Swift Cat

(No comment was entered for this change.)

Comment #2

Posted on Aug 11, 2011 by Happy Hippo

Just wondering if anyone here tested video early media and got it working. If yes please comment to this post. Thanks!

Comment #3

Posted on Feb 28, 2012 by Swift Cat

Should be fixed by IMSDroid 2.0.481

Status: Verified

Labels:
Type-Defect Priority-Medium