Can you check what the red5/openmeetings.log outputs?
I guess there is a convertion error or something similar.

Sebatian

2011/9/28 pcsomm <[email protected]>

> It's the same in OM standalone. I didn't change any port settings, I
> only edited the persistence.xml.
>
> On 28 Sep., 17:09, "[email protected]" <[email protected]>
> wrote:
> > No the URL is simply wrong for the document.
> > It might be a configuration issue.
> >
> > Can you login using OpenMeetings standalone and the upload + use PDFs?
> > Is Red5 really running on port 5080 ?
> > Is the Domain correct?
> >
> > I mean this URL, it has to work, no matter if you use it from inside the
> > application or enter it into the browser bar.
> >
> > Sebastian
> >
> > 2011/9/28 pcsomm <[email protected]>
> >
> >
> >
> >
> >
> >
> >
> > > For example, uploaded pictures don't appear on the whiteboard (even
> > > after drag&drop).
> > > In the lower right corner appears "Dokument wird geladen. Bitte warten
> > > Sie bis alle Teilnehmer synchronisiert wurden." and if I put a pdf on
> > > the whiteboard there occurs an error: "onerror SWF!!
> > > canvas.mediaerrortimeout exceeded for
> > > http://
> > >
> <hostname>:5080/openmeetings/DownloadHandler?fileName=f32c01ed293edda28852f2142e76120e%2Eswf&moduleName=videoconf1&parentPath=%2Ff32c01ed293edda28852f2142e76120e%2F&room_id=files&sid=6bb50d88d8c617ef79bab256c8805890"
> >
> > > Is it a synchonisation problem? How can I handle it?
> >
> > > On 28 Sep., 16:19, "[email protected]" <[email protected]>
> > > wrote:
> > > > what do you mean by "nothing happens".
> > > > You might have custom URLs in use?
> >
> > > > You might try to run the debug version of openmeetings (add the param
> > > > swf=maindebug.swf8.swf )
> > > > Maybe the application will throw some exception / error in the client
> > > side
> > > > debugger.
> >
> > > > Sebastian
> >
> > > > 2011/9/28 pcsomm <[email protected]>
> >
> > > > > Thanks, it works now.
> > > > > But there is now a problem with uploaded files. I cannot put
> uploaded
> > > > > files on the whiteboard (nothing happens on the whiteboard). I'm
> > > > > updating all external programs right now. Maybe that will help. Do
> you
> > > > > have any ideas to fix it?
> >
> > > > > Paul
> >
> > > > > On 27 Sep., 22:21, "[email protected]" <[email protected]>
> > > > > wrote:
> > > > > > Hi Paul,
> >
> > > > > > can you download the use the latest Nightly Build?
> > > > > > It'll be fixed in the one. ... there was a line of code missing.
> >
> > > > > > Sebastian
> >
> > > > > > 2011/9/27 [email protected] <[email protected]>
> >
> > > > > > > Let me check that again, the param can get overwritten with
> some
> > > client
> > > > > > > side default settings, it looks like the issue is related to
> the
> > > client
> > > > > side
> > > > > > > not the server side.
> >
> > > > > > > I will get back to you soon.
> >
> > > > > > > Sebastian
> >
> > > > > > > 2011/9/27 pcsomm <[email protected]>
> >
> > > > > > >> There is a 1 in the attribute allowRecording in table rooms
> but
> > > > > > >> nevertheless the record buttons are missing.
> >
> > > > > > >> On 27 Sep., 15:39, "[email protected]" <
> [email protected]
> >
> > > > > > >> wrote:
> > > > > > >> > Let me check that, I thought we had already fixed that a
> numebr
> > > of
> > > > > > >> times.
> > > > > > >> > Wondering why its still not in the official release yet.
> >
> > > > > > >> > For now you can simply stop red5, and set the param manually
> to
> > > true
> > > > > in
> > > > > > >> the
> > > > > > >> > database in the table "rooms" and restart red5 and you
> should be
> > > > > able to
> > > > > > >> see
> > > > > > >> > the button again.
> >
> > > > > > >> > Sebastian
> >
> > > > > > >> > 2011/9/27 pcsomm <[email protected]>
> >
> > > > > > >> > > It's a newly created room. Even if I change the code, the
> > > buttons
> > > > > are
> > > > > > >> > > still missing:
> >
> > > > > > >> > > $params = array(
> > > > > > >> > >                        'SID' => $this->session_id,
> > > > > > >> > >                        'name' => utf8_encode($name),
> > > > > > >> > >                        'roomtypes_id' => $roomtypes_id,
> > > > > > >> > >                        'comment' => utf8_encode($comment),
> > > > > > >> > >                        'numberOfPartizipants' =>
> > > > > > >> $numberOfPartizipants,
> > > > > > >> > >                        'ispublic' => true,
> > > > > > >> > >                        'appointment' => false,
> > > > > > >> > >                        'isDemoRoom' => false,
> > > > > > >> > >                        'demoTime' => 0,
> > > > > > >> > >                        'isModeratedRoom' => true,
> > > > > > >> > >                        'externalRoomType' => '',
> > > > > > >> > >                        'allowUserQuestions' => false,
> > > > > > >> > >                        'isAudioOnly' => false,
> > > > > > >> > >                        'waitForRecording' => false,
> > > > > > >> > >                        'allowRecording' => true
> > > > > > >> > >                );
> > > > > > >> > >                try{
> > > > > > >> > >                        $client_roomService = new
> > > > > SoapClient("http://
> > > > > > >> > > ".$this-
> >
> > > >server['HOST'].":".$this->server['PORT']."/openmeetings/services/
> > > > > > >> > > RoomService?wsdl", array('encoding'=>'utf-8'));
> > > > > > >> > >                        $result = $client_roomService-
> > > > > > >> > > >addRoomWithModerationAndRecordingFlags($params);
> > > > > > >> > >                }
> >
> > > > > > >> > > Do you have more tips what to do?
> >
> > > > > > >> > > On 27 Sep., 14:31, "[email protected]" <
> > > [email protected]
> >
> > > > > > >> > > wrote:
> > > > > > >> > > > That has not so much todo with the Integration itself I
> > > think.
> > > > > > >> > > > Is the conference room that you are using a newly
> created or
> > > an
> > > > > old
> > > > > > >> one?
> >
> > > > > > >> > > > The reason for not having is that the Flag
> "allowRecording"
> > > in
> > > > > the
> > > > > > >> Room
> > > > > > >> > > > Object is NULL.
> >
> > > > > > >> > > > Sebastian
> >
> > > > > > >> > > > 2011/9/27 pcsomm <[email protected]>
> >
> > > > > > >> > > > > Hi, there is still a compatibilty problem with
> > > studip/portaLE.
> > > > > > >> > > > > When I'm connected via portaLE and open the dialog
> > > > > > >> "Desktop-Teiler", I
> > > > > > >> > > > > cannot start recording the screen because of missing
> > > buttons
> > > > > > >> > > > > (recording not allowed?).
> >
> > > > > > >> > > > > The problem should be in the downloaded
> "public_*.jnlp"
> > > file.
> > > > > One
> > > > > > >> > > > > argument is null which is supposed to be true:
> >
> > > > > > >> > > > > <application-desc
> > > > > > >> main-class='org.red5.screen.webstart.ScreenShare'>
> > > > > > >> > > > >        <argument>portale-t1.uni-trier.de</argument>
> > > > > > >> > > > >        <argument>openmeetings/9</argument>
> > > > > > >> > > > >        <argument>1935</argument>
> >
> > >  <argument>850f5dc3c1d7f546cf2468c5b1783a3e</argument>
> > > > > > >> > > > >        <argument>Desktop-Teiler;Drücken Sie Start, um
> > > Ihren
> > > > > > >> Desktop
> > > > > > >> > > > > freizugeben;Start;Anhalten;Wählen Sie einen
> > > Bildschirmbereich
> > > > > > >> > > > > aus:;Breite ändern;Höhe
> > > > > > >> ändern;X-Abstand;Y-Abstand;Breite:;Höhe:;Die
> > > > > > >> > > > > Verbindung wurde vom Server abgebrochen.;Teilnehmern
> > > > > Mauszeiger
> > > > > > >> > > > > anzeigen;Aufnahmen;Sie können eine Bildschirmfreigabe
> > > starten
> > > > > oder
> > > > > > >> die
> > > > > > >> > > > > aktuelle Sitzung aufzeichnen. Sofern Sie Ihren
> Bildschirm
> > > nur
> > > > > für
> > > > > > >> > > > > andere Teilnehmer freigeben wollen genügt es, den
> obigen
> > > > > > >> Start-Button
> > > > > > >> > > > > zu betätigen.;Aufnahme starten;Aufnahme
> > > > > stoppen;Bildschirmfreigabe
> > > > > > >> > > > > beenden;Quality of the ScreenShare:;Very high
> Quality;High
> > > > > > >> > > > > Quality;Medium Quality;Low Quality;</argument>
> > > > > > >> > > > >        <argument>1</argument>
> > > > > > >> > > > >        <argument>0</argument>
> > > > > > >> > > > >        <argument>3</argument>
> > > > > > >> > > > >        <argument>null</argument>
> > > > > > >> > > > >    </application-desc>
> >
> > > > > > >> > > > > This occurs since OM 1.7. Is it possible to fix it or
> > > could I
> > > > > get
> > > > > > >> an
> > > > > > >> > > > > OM version which always writes "true" in the argument?
> > > Because
> > > > > of
> > > > > > >> this
> > > > > > >> > > > > problem we can't really use the new OM versions for
> our
> > > > > purposes.
> > > > > > >> I
> > > > > > >> > > > > hope we will find a solution.
> >
> > > > > > >> > > > > Thanks in advance,
> > > > > > >> > > > > Paul
> >
> > > > > > >> > > > > --
> > > > > > >> > > > > You received this message because you are subscribed
> to
> > > the
> > > > > Google
> > > > > > >> > > Groups
> > > > > > >> > > > > "OpenMeetings User" group.
> > > > > > >> > > > > To post to this group, send email to
> > > > > > >> > > [email protected].
> > > > > > >> > > > > To unsubscribe from this group, send email to
> > > > > > >> > > > > [email protected].
> > > > > > >> > > > > For more options, visit this group at
> > > > > > >> > > > >http://groups.google.com/group/openmeetings-user?hl=en
> .
> >
> > > > > > >> > > > --
> > > > > > >> > > > Sebastian
> >
> > > > > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
> > > > > > >> > >www.wagner-sebastian.com
> > > > > > >> > > > [email protected]
> >
> > > > > > >> > > --
> > > > > > >> > > You received this message because you are subscribed to
> the
> > > Google
> > > > > > >> Groups
> > > > > > >> > > "OpenMeetings User" group.
> > > > > > >> > > To post to this group, send email to
> > > > > > >> [email protected].
> > > > > > >> > > To unsubscribe from this group, send email to
> > > > > > >> > > [email protected].
> > > > > > >> > > For more options, visit this group at
> > > > > > >> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > > > >> > --
> > > > > > >> > Sebastian
> >
> > > Wagnerhttp://www.openmeetings.dehttp://www.webbase-design.dehttp://
> > > > > > >>www.wagner-sebastian.com
> > > > > > >> > [email protected]
> >
> > > > > > >> --
> > > > > > >> You received this message because you are subscribed to the
> Google
> > > > > Groups
> > > > > > >> "OpenMeetings User" group.
> > > > > > >> To post to this group, send email to
> > > > > [email protected].
> > > > > > >> To unsubscribe from this group, send email to
> > > > > > >> [email protected].
> > > > > > >> For more options, visit this group at
> > > > > > >>http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > > > > --
> > > > > > > Sebastian Wagner
> > > > > > >http://www.openmeetings.de
> > > > > > >http://www.webbase-design.de
> > > > > > >http://www.wagner-sebastian.com
> >
> > ...
> >
> > Erfahren Sie mehr »
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to