Hello Tobias, I think, as you said, the problem may be with Bigbluebutton. But please tell me one thing.., Do I need to install any capture agent manually in Matterhorn?
On Thu, Dec 27, 2012 at 6:00 PM, < matterhorn-users-requ...@opencastproject.org> wrote: > Send Matterhorn-users mailing list submissions to > matterhorn-users@opencastproject.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > or, via email, send a message with subject or body 'help' to > matterhorn-users-requ...@opencastproject.org > > You can reach the person managing the list at > matterhorn-users-ow...@opencastproject.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Matterhorn-users digest..." > > > Today's Topics: > > 1. Re: Problem in matterhorn with bigbluebutton, Not recording > (Tobias Wunden) > 2. Re: Problem in matterhorn with bigbluebutton, Not recording > (Tobias Wunden) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 27 Dec 2012 13:30:12 +0100 > From: Tobias Wunden <tob...@entwinemedia.com> > To: Matterhorn Users <matterhorn-users@opencastproject.org> > Cc: "Matterhorn-users@opencastproject.org" > <Matterhorn-users@opencastproject.org> > Subject: Re: [Matterhorn-users] Problem in matterhorn with > bigbluebutton, Not recording > Message-ID: <db66fc27-c50f-4470-88e0-feca73ab7...@entwinemedia.com> > Content-Type: text/plain; charset="us-ascii" > > Hi Raju, > > from my understanding, the Matterhorn part of the integration is > responsible for doing the post processing and delivery, meaning that BBB is > responsible for recording the content and ingesting it into Matterhorn. > > Since the recording doesn't seem to be happening in the first place, I > think you should be asking on BBB's list instead. > > Tobias > > On 21.12.2012, at 07:01, Raju A <raju.avudari.globalinfron...@gmail.com> > wrote: > > > Hello Everybody, > > > > I have integrated BigBlueButton with Matterhorn in 2 different systems > but the recording is not done. please have a look > > > > Explanation: > > I have installed matterhorn on Ubuntu 12.04 (IP is: 192.168.1.6) as per > the instructions given in > http://opencast.jira.com/wiki/display/mh13/Install+Source+Linux+v1.3. > > And i configured config file > /opt/matterhorn/felix/conf/config.properties as shown below, > > org.opencastproject.server.url=http://192.168.1.6:8080 > > > > > > and I configured also in > /opt/matterhorn/felix/load/org.opencastproject.organization-mh_default_org.cfg > As shown below, > > server=192.168.1.6 > > > > port=8080 > > > > ------------------------ > > And I have installed bigbluebutton on Ubuntu 10.04 (IP: 192.168.1.5) > successfully as per the instruction given in > http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu. > > > > To record video, I edited > /usr/share/red5/webapps/video/WEB-INF/red5-web.xml and set > recordVideoStream to true. > > > > <bean id="web.handler" > class="org.bigbluebutton.app.video.VideoApplication"> > > > > <property name="recordVideoStream" value="true"/> > > > > <property name="eventRecordingService" > ref="redisRecorder"/> > > > > </bean> > > To record desktop sharing, I edited > /usr/share/red5/webapps/deskshare/WEB-INF/red5-web.xml and set the value > for constructor-arg to true. > > > > <bean id="streamManager" > class="org.bigbluebutton.deskshare.server.stream.StreamManager"> > > > > <constructor-arg index="0" value="true"/> > > > > <constructor-arg index="1" ref="recordingService"/> > > > > </bean> > > I've set configuration parameters about BigBlueButton-Matterhorn > connection in /usr/local/bigbluebutton/core/scripts/matterhorn.yml > > > > # The ip address of the matterhorn server. > > server: 192.168.1.6 > > > > # The username we use to SCP the processed recording to matterhorn. > > user: root > > > > # The private key to use to SCP into matterhorn > > key: /usr/local/bigbluebutton/core/scripts/matt_id_rsa > > > > # The directory in the matterhorn server where the > > # processed recording will be delivered for publishing to matterhorn. > > > > # NOTE: Make sure that the directory is writeable by the above user. > > inbox: /opt/matterhorn/felix/inbox/ > > --------------------------------------- > > > > And the thing is, After opening the http://192.168.1.6/ when I tried to > record(Matterhorn) and joining to the voice conference, starting the webcam > and starting desktop sharing. But the recordings are not happening... > > > > How to resolve this problems and how to record the sessions?? > > > > > > > > Regards, > > > > Raju A > > > > Global Infronics > > > > Hyderabad > > > > AndraPradesh > > > > India > > _______________________________________________ > > Matterhorn-users mailing list > > Matterhorn-users@opencastproject.org > > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.opencastproject.org/pipermail/matterhorn-users/attachments/20121227/5557d326/attachment.html > > > > ------------------------------ > > Message: 2 > Date: Thu, 27 Dec 2012 13:30:12 +0100 > From: Tobias Wunden <tob...@entwinemedia.com> > To: Matterhorn Users <matterhorn-users@opencastproject.org> > Cc: "Matterhorn-users@opencastproject.org" > <Matterhorn-users@opencastproject.org> > Subject: Re: [Matterhorn-users] Problem in matterhorn with > bigbluebutton, Not recording > Message-ID: <db66fc27-c50f-4470-88e0-feca73ab7...@entwinemedia.com> > Content-Type: text/plain; charset="us-ascii" > > Hi Raju, > > from my understanding, the Matterhorn part of the integration is > responsible for doing the post processing and delivery, meaning that BBB is > responsible for recording the content and ingesting it into Matterhorn. > > Since the recording doesn't seem to be happening in the first place, I > think you should be asking on BBB's list instead. > > Tobias > > On 21.12.2012, at 07:01, Raju A <raju.avudari.globalinfron...@gmail.com> > wrote: > > > Hello Everybody, > > > > I have integrated BigBlueButton with Matterhorn in 2 different systems > but the recording is not done. please have a look > > > > Explanation: > > I have installed matterhorn on Ubuntu 12.04 (IP is: 192.168.1.6) as per > the instructions given in > http://opencast.jira.com/wiki/display/mh13/Install+Source+Linux+v1.3. > > And i configured config file > /opt/matterhorn/felix/conf/config.properties as shown below, > > org.opencastproject.server.url=http://192.168.1.6:8080 > > > > > > and I configured also in > /opt/matterhorn/felix/load/org.opencastproject.organization-mh_default_org.cfg > As shown below, > > server=192.168.1.6 > > > > port=8080 > > > > ------------------------ > > And I have installed bigbluebutton on Ubuntu 10.04 (IP: 192.168.1.5) > successfully as per the instruction given in > http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu. > > > > To record video, I edited > /usr/share/red5/webapps/video/WEB-INF/red5-web.xml and set > recordVideoStream to true. > > > > <bean id="web.handler" > class="org.bigbluebutton.app.video.VideoApplication"> > > > > <property name="recordVideoStream" value="true"/> > > > > <property name="eventRecordingService" > ref="redisRecorder"/> > > > > </bean> > > To record desktop sharing, I edited > /usr/share/red5/webapps/deskshare/WEB-INF/red5-web.xml and set the value > for constructor-arg to true. > > > > <bean id="streamManager" > class="org.bigbluebutton.deskshare.server.stream.StreamManager"> > > > > <constructor-arg index="0" value="true"/> > > > > <constructor-arg index="1" ref="recordingService"/> > > > > </bean> > > I've set configuration parameters about BigBlueButton-Matterhorn > connection in /usr/local/bigbluebutton/core/scripts/matterhorn.yml > > > > # The ip address of the matterhorn server. > > server: 192.168.1.6 > > > > # The username we use to SCP the processed recording to matterhorn. > > user: root > > > > # The private key to use to SCP into matterhorn > > key: /usr/local/bigbluebutton/core/scripts/matt_id_rsa > > > > # The directory in the matterhorn server where the > > # processed recording will be delivered for publishing to matterhorn. > > > > # NOTE: Make sure that the directory is writeable by the above user. > > inbox: /opt/matterhorn/felix/inbox/ > > --------------------------------------- > > > > And the thing is, After opening the http://192.168.1.6/ when I tried to > record(Matterhorn) and joining to the voice conference, starting the webcam > and starting desktop sharing. But the recordings are not happening... > > > > How to resolve this problems and how to record the sessions?? > > > > > > > > Regards, > > > > Raju A > > > > Global Infronics > > > > Hyderabad > > > > AndraPradesh > > > > India > > _______________________________________________ > > Matterhorn-users mailing list > > Matterhorn-users@opencastproject.org > > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.opencastproject.org/pipermail/matterhorn-users/attachments/20121227/5557d326/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Matterhorn-users mailing list > Matterhorn-users@opencastproject.org > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > > > End of Matterhorn-users Digest, Vol 29, Issue 20 > ************************************************ >
_______________________________________________ Matterhorn-users mailing list Matterhorn-users@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn-users