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 <[email protected]> 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
> [email protected]
> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to