diff -r a806d8ad0ff0 -r f4c6061f6f39 gmyth-stream/stream.conf --- a/gmyth-stream/stream.conf Tue Mar 27 00:13:27 2007 +0100 +++ b/gmyth-stream/stream.conf Wed Mar 28 21:26:42 2007 +0100 @@ -1,12 +1,18 @@ -[Media] -engine = gstreamer - [Comm] engine = tcp -port = 12344 +port = 12345 + + +[Media] +engine = ffmpeg + [Vlc] path = /usr/local/bin/vlc host = 127.0.0.1 port = 4212 pwd = admin + + +[FFmpeg] +path = /usr/bin/ffmpeg