b-deng / red5-screenshare

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

Screen-width shrinks when accessor URL is hit #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download screenshare.zip
2. Placed the folder under red5/dist/webapps/
3. modified the screenshare.jnlp as 
<jnlp spec='1.0+' codebase='http://localhost:5080/screenshare'

    <application-desc main-class='org.redfire.screen.ScreenShare'>
        <argument>localhost</argument> 
        <argument>screenshare</argument> 
        <argument>1935</argument> 
        <argument>screen_share</argument>   
        <argument>flashsv2</argument>       
    </application-desc> 
4.Modified the screenviewer.html as
              var stream = getPageParameter('stream','screen_share');
          var url = getPageParameter('url', 'rtmp:/screenshare');
          var control = getPageParameter('control', 'true');

I launched the screenshare application using 
http://localhost:5080/screenshare/screenshare.jnlp and clicked "start 
Sharing",the screen is shared as expected and can be viewed in the preview 
window

What is the expected output? What do you see instead?

When I hit tthe accessor URL i.e 
http://localhost:5080/screenshare/screenviewer.html I am able to see the shared 
screen but the screen width starts shrinking and makes it unable to view the 
shared screen i.e the video stream

What version of the product are you using? On what operating system?

I am using windows XP 2002,Java 1.6,screenshare.zip APR 2011,Red5 1.0.0 RC2

Please provide any additional information below.

Original issue reported on code.google.com by kavv.ye...@gmail.com on 12 Dec 2011 at 6:57

Attachments:

GoogleCodeExporter commented 9 years ago
how could you share your own screen and see it in the same system.It goes into 
infinite loop....check it in other system bro...!!!!!!!!11

Original comment by ashwin0...@gmail.com on 24 Feb 2012 at 10:44