Differences between revisions 15 and 17 (spanning 2 versions)
Revision 15 as of 2005-08-04 15:18:35
Size: 2280
Editor: kysucix
Comment:
Revision 17 as of 2005-08-05 11:40:47
Size: 2273
Editor: kysucix
Comment:
Deletions are marked like this. Additions are marked like this.
Line 39: Line 39:
freej -s <resolution> -q <theora_quality> -i http://server:port/mountpoint.ogg -p password <file_to_load> freej -s <resolution> -T <theora_quality> -V <vorbis_quality> -i http://server:port/mountpoint.ogg -p password <file_to_load>
Line 43: Line 43:
freej -s 240x180 -q 10 -i http://dyne.org:8000/freej.ogg -p hackme /dev/video0 stallman.avi mask.png subtitle.txt freej -s 240x192 -T 7 -V 3 -i http://dyne.org:8000/freej.ogg -p hackme /dev/video0 stallman.avi mask.png subtitle.txt
Line 46: Line 46:
And then press CTRL-s with the focus on freej window to stream. By default freej will record also on hardirs what you stream. And then press CTRL-w to stream. By default freej will record also on hardirs what you stream.

STREAMING VIDEO WITH FREEJ

Now with [http://freej.org freej] you can stream video on internet to an [http://icecast.org icecast] server ! You just need icecast >2.2. (download it [http://www.icecast.org/download.php here])

call it iptv, webtv, video streaming... you can send easily audio and video trought internet.

it's compatible with every [http://wiki.v2v.cc/cgi-bin/trac.cgi/wiki/OggTheoraPlayer oggtheora player]:

INSTALLING

If you want to stream just download this package http://dyne.org/~kysucix/tmp/freej-0.7.2-rc2.tar.bz2 or latest svn code with:

svn co svn://code.dyne.org/rastasoft/freej/freej

and compile it with

./autogen.sh && make

(use ./autogen.sh --enable-sdl_image && make if you have sdl_image library and want to load also jpg images) install it with:

make install

USAGE

The command line to stream is:

freej -s <resolution> -T <theora_quality> -V <vorbis_quality> -i http://server:port/mountpoint.ogg -p password <file_to_load>

e.g.

freej -s 240x192 -T 7 -V 3 -i http://dyne.org:8000/freej.ogg -p hackme /dev/video0 stallman.avi mask.png subtitle.txt

And then press CTRL-w to stream. By default freej will record also on hardirs what you stream.

default quality is 16, but for low bandwidth I suggest to use a quality from 6 to 9.

It's dinamic bitrate streaming, with 7 theora quality and low resolution you'll achieve a < 30Kbps video streaming.

If you want to stream only video add -a option.

contacts

For any problems write to freej a dyne.org or directly to kysucix a dyne.org or joing #freej or #dyne on freenode irc network

Ciao :)

ps. This is a [http://en.wikipedia.org/wiki/Wiki wiki]! feel free to edit it!

[http://dyne.org/~kysucix/ kysucix]

FreejStreaming (last edited 2012-06-26 07:17:13 by 0v0x)