Open GoogleCodeExporter opened 9 years ago
I'm also running Red5 1.0 RC1.
Original comment by ahuan...@gmail.com
on 25 Mar 2011 at 9:35
You need to use an existing and installed red5 application like oflaDemo and
use that name and not red5-screenshare
<argument>red5-screenshare</argument>
should be
<argument>oflaDemo</argument>
or whatever red5 application you have installed
Original comment by olajide....@gmail.com
on 1 Apr 2011 at 2:52
Thanks. I was able to successfully establish the connection by using the
existing oflaDemo application. However, I'm still not able to view the shared
desktop.
- I downloaded the latest screenshare.jnlp and screenshare.jar.
- I placed those files in "<RED5_TOP_DIR>\dist\webapps\oflaDemo".
- I modified screenshare.jnlp as such...
<jnlp spec='1.0+' codebase='http://<MY_IP_ADDRESS>:5080/oflaDemo' href='screenshare.jnlp'>
...
<application-desc main-class='org.redfire.screen.ScreenShare'>
<argument><MY_IP_ADDRESS></argument>
<argument>oflaDemo</argument>
<argument>1935</argument>
<argument>screen_share</argument>
<argument>flashsv2</argument>
</application-desc>
- I launched the screenshare.jnlp application and clicked "start Sharing" and
the Red5 log shows...
[java] [INFO] [NioProcessor-1] org.red5.server.stream.ClientBroadcastStream - Provider connect
[java] [INFO] [NioProcessor-1] org.red5.server.stream.ClientBroadcastStream - Stream start
[java] [INFO] [NioProcessor-1] org.red5.server.stream.ClientBroadcastStream - Provider connect
[java] [INFO] [NioProcessor-1] org.red5.server.stream.codec.ScreenVideo - Allocating memory for 462 compressed blocks.
- I downloaded and unzipped the screenviewer.zip file.
- I modified the screenviewer.html file as such...
var stream = getPageParameter('stream', 'screen_share');
var url = getPageParameter('url', 'rtmp://<MY_IP_ADDRESS>:1935/oflaDemo');
var control = getPageParameter('control', 'true');
- I open screenviewer.html in my browser and see a loading bar momentarily and
then just a white screen.
Am I missing something again? Maybe I'm not setting the 'url' variable
correctly? I've also tried changing "flashsv2" to "flashsv1".
Original comment by ahuan...@gmail.com
on 6 Apr 2011 at 3:47
Let me check. I have not tested it with Red5 server. I have only used with
Redfire plugin for Openfire.
Original comment by olajide....@gmail.com
on 7 Apr 2011 at 8:01
Now working with Red5 server. You nned to deploy the screenshare webapp and use
that instead of oflaDemo as it needs the server-side application for remote
control.
Original comment by olajide....@gmail.com
on 8 Apr 2011 at 9:36
Original issue reported on code.google.com by
ahuan...@gmail.com
on 25 Mar 2011 at 9:33