zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

testing video early media not working #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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? 

Original issue reported on code.google.com by tel...@gmail.com on 20 Jul 2011 at 1:17

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 23 Jul 2011 at 4:59

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

Original comment by tel...@gmail.com on 11 Aug 2011 at 5:02

GoogleCodeExporter commented 9 years ago
Should be fixed by IMSDroid 2.0.481

Original comment by boss...@yahoo.fr on 28 Feb 2012 at 12:04