/[drupal]/contributions/modules/movino/standalone.ini
ViewVC logotype

Contents of /contributions/modules/movino/standalone.ini

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Jul 13 07:11:56 2007 UTC (2 years, 4 months ago) by tomsun
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-1, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-ini
Initial commit of the Movino web frontend. This set of modules is a part of Movino (http://www.movino.org), an open source project focused on streaming of live video from mobile devices.
1 # misc configuration
2 movino_videos_use_previews = 1
3 movino_video_players_resize = 1
4 movino_video_players_directlink = 1
5 movino_videos_preview_width = 128
6 movino_videos_preview_height = 96
7 movino_videos_archive_previews = 1
8
9 #server configuration
10 movino_video_servers = "server1,server2";
11
12 [server1]
13 name = "Demo server 1"
14 description = "Server description"
15 host = "server1.yourdomain.tld"
16 feed_live = 1
17 feed_live_port = 24536
18 feed_live_path = "live.xml"
19 feed_archive = 1
20 feed_archive_port = 24536
21 feed_archive_path = "archived.xml"
22 feed_source = 1
23 feed_source_port = 30710
24
25 [server2]
26 name = "Demo server 2"
27 description = "Server description"
28 host = "server2.yourdomain.tld"
29 feed_live = 1
30 feed_live_port = 24536
31 feed_live_path = "live.xml"
32 feed_archive = 1
33 feed_archive_port = 24536
34 feed_archive_path = "archived.xml"
35 source_port = 30710

  ViewVC Help
Powered by ViewVC 1.1.2