Server Documentation. Proxy daemon configuration file:

The proxy daemon has a configuration file placed into the directory /etc/virago called viragod.conf, in this file we can configure the next parameters:


[General]-> lastChange: Used for the server, don't modify
[General]-> listenPort: Port in which the server listens the videoservers and the clients.


[Ping]->ClientTime: Time (in msecs) waiting the "I'm alive" message of the client, after this the client will be automatically unregistered.
[Ping]->VideodTime: Time (in msecs) waiting the "I'm alive" message of one video server, after this the server will be automatically unregistered.

[cam]: All this section parameters are used for test purposes.

[db]->Engine: Qt engine to connect to the database (nowadays only QMYSQL value can be used)
[db]->IP: IP address of the database server
[db]->Name: Database used (by default "virago")
[db]->UserName: User to connect to the database server
[db]->Pwd: Password to connect to the database


[email]->address: Address to send the notification mails
[email]->from: Address from which the system sends the mails
[email]->mailing\enabled: To disable/enable the mailing system
[email]->server: SMTP server to which the server must connect to send mails.


[export]->dirPath: Directory in which the videos are exported from the database
[purge]->days: Maximum days that a video is allowed to be into the database, after this the video will be deleted, except for the protected videos.
[security]->xmlrpcserver\introspection\enabled: Activates or not the introspection mode for xml-rpc. It's recommended to give this as false.


[videos]->markVideo
: Activates or not the water mark for the videos.

 

Note: All the parameters that can be configured from the GUI are recommended to be configured from there.

<Go back  

CURRENT STATE:
In development

RELEASE:
1.0 alpha