site initialized; basic catalog lists videos
[living-lab-site.git] / application / config / p2p-tube.php
1 <?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3 // P2P-Tube specific configuration files
4
5 /*
6 |--------------------------------------------------------------------------
7 | Default Video File Extension
8 |--------------------------------------------------------------------------
9 |
10 | Sets the default video file extension, which must be set without '.' prefix. 
11 | This extension is going to be added to the `name` field from the DB in
12 | order to deduce the video file name if not stated otherwise. Possible values:
13 |
14 |       ogv
15 |       ogg
16 |
17 */
18 $config['default_video_ext'] = 'ogg';   // TODO: Change to 'ogv'!
19
20 /*
21 |--------------------------------------------------------------------------
22 | Default Torrent File Extension
23 |--------------------------------------------------------------------------
24 |
25 | Sets the default torrent file extension, which must be set without '.' prefix. 
26 | This extension is going to be added to the video file name in order to deduce
27 | the torrent file name if not stated otherwise. Possible values:
28 |
29 |       tstream
30 |       torrent
31 |
32 */
33 $config['default_video_ext'] = 'tstream';
34