google-code-export / red5

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

Windows 8 IE10 Red5 Shoutcast Plugin #418

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Internet Explorer on Windows 8
2. Red5 1.0 (2010) (newer Versions aren't supported anymore)
3. Shoutcast Plugin (https://code.google.com/p/castshout/)

What is the expected output? What do you see instead?
Well when I try to watch a livestream on Red5 with IE10@Windows8 , the stream 
started and I get this error in console after a few seconds and the stream 
stops immediatly

[code]2013-07-17 04:28:12,516 [NioProcessor-1] ERROR 
o.r.server.service.ServiceInvoker - Method startTransmit with parameters 
[false, 2600] not found in 
com.thebitstream.shoutcast.Application@7ca071a6[/code]

What version of the product are you using? On what operating system?
Server runs on Windows 2008 RC2 with Red5 1.0 
red5.age=2006-2010
red5.version=1.0.0

Please provide any additional information below.

FlashVersion 11.8.800.94 (latest)
This error only comes on Internet Explorer 10 on Windows 8
Windows 8 with Firefox, Chrome, Iron -> No problems
Windows 7 with Internet Explorer 10 , Iron , Chrome, Firefox -> No problems 
either

Any Idea or workaround ?

Original issue reported on code.google.com by xtraOhrd...@chief-rocker.de on 17 Jul 2013 at 2:32

GoogleCodeExporter commented 9 years ago
The start / stop transmit methods were added to the FlashPlayer recently and we 
have added them to red5. If your plugin is not compatible with newer versions 
of red5 you can implement the methods yourself by adding them to your 
ApplicationAdapter. Look at this class and simply copy the methods. 
http://red5.googlecode.com/svn/java/server/trunk/src/main/java/org/red5/server/a
dapter/MultiThreadedApplicationAdapter.java

Original comment by mondain on 18 Jul 2013 at 2:44

GoogleCodeExporter commented 9 years ago
I am not sure how to do it, ist been Long time ago. how do I compile it with 
javac ?

Original comment by xtraOhrd...@chief-rocker.de on 18 Jul 2013 at 3:03