~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to applications/testapps/mp4_streamer/configuration.cfg

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#----------------------------------------------------------------------
 
2
#             Configuration File of the mp4 streamer
 
3
#----------------------------------------------------------------------
 
4
# SYSTEM NAME       : MP4 Streamer
 
5
# ---------------------------------------------------------------------
 
6
# FILE NAME         : configuration.cfg
 
7
# PROJECT           : MIX (ENST) DVB-H Simulator
 
8
# AUTHOR            : Anh-Vu BUI / Xiang Feng LIU
 
9
#
 
10
#----------------------------------------------------------------------
 
11
# Usage             : time in ms
 
12
#                     bit rate in kbps
 
13
#
 
14
#----------------------------------------------------------------------
 
15
 
 
16
[GLOBAL]
 
17
nbSession=2
 
18
delay_offtime=2100
 
19
burst_duration=400
 
20
peak_bit_rate=5000
 
21
IP_dest=127.0.0.1
 
22
 
 
23
[SESSION1]
 
24
port=7000
 
25
file=movie_av.mp4 
 
26
track_nb=1
 
27
looping=1
 
28
 
 
29
[SESSION2]
 
30
port=7002
 
31
file=movie_av.mp4 
 
32
track_nb=1
 
33
looping=1