gmyth-stream/stream.conf
author morphbr
Fri Mar 30 04:12:52 2007 +0100 (2007-03-30)
branchtrunk
changeset 470 57833200a415
parent 453 a806d8ad0ff0
child 471 2eef40885322
permissions -rw-r--r--
[svn r475] Regarding GMyth-Stream:

- Bug fixes
- Better error handling
- Return messages to client
- Created a lib.py with common functions
- Improved API of comm plugins
morphbr@453
     1
[Comm]
morphbr@453
     2
engine = tcp
morphbr@466
     3
port = 12345
morphbr@466
     4
morphbr@466
     5
morphbr@466
     6
[Media]
morphbr@466
     7
engine = ffmpeg
morphbr@466
     8
morphbr@453
     9
morphbr@453
    10
[Vlc]
morphbr@453
    11
path = /usr/local/bin/vlc
morphbr@453
    12
host = 127.0.0.1
morphbr@453
    13
port = 4212
morphbr@453
    14
pwd = admin
morphbr@466
    15
morphbr@466
    16
morphbr@466
    17
[FFmpeg]
morphbr@466
    18
path = /usr/bin/ffmpeg