google-code-export / red5

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

Why Wowza streaming server support Android 4.1.1 with any Browser while Red5 not ? #450

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Installing two Ubuntu machines one with Wowza server and other with red5
2.Run application from any Windows browser with flash 11.x without problem on 
both machine  
3. Android browser with flash 11.x run on Wowza server without problem but 
gives error : org.server.service.ServiceInvoker- Method StartTransmit with 
parameter [false , -1] not found in org.matterhorn.engage.streams.Application :
What is the expected output? What do you see instead?
we installed the same environment on both machines and did not add 
StartTransmit method to any application , just plays with Wowza and not with 
red5  

What version of the product are you using? On what operating system?
Ubuntu 12.4 -64 bit ,  Wowza Media Server 3.6.2 , red5 1.0.1 . Android 4.1.1 

Please provide any additional information below.

There is no method in Flash player with name SentTransmit ( as we searched 
about it ) , Please do not remark this issue as a duplicated issue , because we 
are looking for a solution ,and what you said before " we have to add 
StartTransmit method to our application NOT correct , because our application 
runs good with Wowza.
Best regards  

Original issue reported on code.google.com by e.lionse...@gmail.com on 7 Oct 2013 at 2:56

GoogleCodeExporter commented 9 years ago
Sorry but this is a duplicate. Start and Stop transmit are sent by the 
FlashPlayer, they do not originate in the server. Wowza has added a handler and 
this why you don't see the invoke error; we have also added a handler, but it 
is in a later version of Red5 than what you have. That is why the work-around 
is to add the methods to your Application Adapter.

Original comment by mondain on 16 Oct 2013 at 4:44