As I noted before without joomla everything works as expected. Maybe the issue is caused by the way the room is opened.
joomla uses the URL with following parameters "/openmeetings/?" . "scopeRoomId=" . $this->room_id . "&secureHash=" .$roomhash. "&lzproxied=solo" . "&language=".$om_laguage_id. "&logo=".JURI::root()."images/stories/logos/".$logo; if I'm not mistaken external room_id is used here On Tue, May 31, 2011 at 14:19, Alexei Fedotov <[email protected]>wrote: > I was just using openmeetings "as is", this may be the difference. > > I started "web start" file sharer, and "record" button was active. > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > > > On Tue, May 31, 2011 at 6:55 AM, Maxim Solodovnik <[email protected]> > wrote: > > Hello Alexei, > > > > could you please tell which version of openmeetings (rev#) and which > version > > of joomla have you tried? > > Recordings work as expected without joomla and failed for me if room is > > opened by link from joomla. > > > > Thanks in advance > > > > Regards, Maxim > > > > On 2011/05/31 05:07, Alexei Fedotov wrote: > >> > >> [added the list] > >> > >> Hi Maxim, > >> > >> Recording works for me in my default setup even without the patch. > >> Let's dig it a bit more before applying the patch. > >> > >> Index: WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx > >> =================================================================== > >> --- WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx > >> (revision 3762) > >> +++ WebContent/openmeetings/base/hibernate/hibRtmpConnection.lzx > >> (working copy) > >> @@ -403,6 +403,7 @@ > >> > >> } else { > >> > >> canvas.setRoomValues(value.roomtype.roomtypes_id,value.rooms_id,value); > >> + > >> canvas.setAttribute('allowRecording',value.allowRecording); > >> } > >> } else { > >> new > >> lz.labelerrorPopup(canvas,{errorlabelid:1286}); > >> > >> > >> -- > >> With best regards / с наилучшими пожеланиями, > >> Alexei Fedotov / Алексей Федотов, > >> http://dataved.ru/ > >> +7 916 562 8095 > >> > >> > >> > >> > >> On Thu, May 19, 2011 at 7:40 PM, Alexei Fedotov > >> <[email protected]> wrote: > >>> > >>> I will commit the patch myself. > >>> > >> [..] > >> > >>> On Thu, May 19, 2011 at 7:28 PM, Maxim Solodovnik<[email protected]> > >>> wrote: > >>>> > >>>> Hello Sebastian, > >>>> > >>>> my name is Maxim Solodovnik and I work with Alexei Fedotov on > >>>> openmeetings. > >>>> My latest task was to make openmeetings work with joomla. While > >>>> configuring > >>>> I found allowRecording flag is not passed to the room this causes > >>>> recording > >>>> option to be disabled. > >>>> Attached is one line openmeetings patch fixing this issue. > >>>> > >>>> Could you please take a look at it and maybe include into > openmeetings? > >>>> > >>>> Thanks in advance > >>>> > >>>> -- > >>>> Regards, Maxim > >>>> > >> > > > -- WBR Maxim aka solomax -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" 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-dev?hl=en.
