Open GoogleCodeExporter opened 9 years ago
edit line 2 of jnlp file
<jnlp spec='1.0+' codebase='http://btg199251:8080/screen'
href='screenshare.jnlp'>
Original comment by olajide....@gmail.com
on 20 Oct 2009 at 11:31
Hello, this project is very interesting, is exactly what I need at this moment
I am developing a presentation
application online, use RED5 service for streaming video.
I followed the steps for using this development, I edit the file jnpl,
providing data on the server, but to
run it I get an error (attached image of the situation).
Confess I do not know much about Java, I am making the application at this time
with php, the solution given
by the software "SplitMedia" I feel very good, the big drawback is not free.
Therefore I find it very interesting project and would appreciate your help.
Red5 is installed locally, which conducted the tests, the following is the code
that I edit the file jnlp.
I changed the parameter in line 2 the jnlp file to an address for my local
server for testing
<?xml version='1.0' encoding='utf-8'?>
<jnlp spec='1.0+' codebase='http://localhost/prueba_escritorio/veamos'
href='screenshare.jnlp'>
<information>
<title>Red5 ScreenShare</title>
<vendor>Dele Olajide</vendor>
<homepage>http://code.google.com/p/red5screnshare/</homepage>
<description>Red5 ScreenShare</description>
<description kind='short'>An Open Source Screen Share Java application for Adobe Flash using
Red5</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version='1.4+'/>
<jar href='screenshare.jar'/>
</resources>
<application-desc main-class='org.redfire.screen.ScreenShare'>
<argument>localhost</argument>
<argument>oflaDemo</argument>
<argument>1935</argument>
<argument>screen_share</argument>
</application-desc>
</jnlp>
Thank you very much for your valuable help and congratulations on this project.
Jorge Rubiano
Original comment by ostric...@gmail.com
on 21 Dec 2009 at 7:38
Attachments:
Original issue reported on code.google.com by
daccatt...@gmail.com
on 19 Oct 2009 at 9:07