|
Revision 1208, 0.9 kB
(checked in by alpt, 1 year ago)
|
"collective" adjective added
|
| Line | |
|---|
| 1 |
SUCAST |
|---|
| 2 |
http://freaknet.org/alpt/src/misc/sucast/ |
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
A collective-web-streaming-server written in ~60 lines of shell script, during |
|---|
| 6 |
the Italian hackmeeting 2007. |
|---|
| 7 |
|
|---|
| 8 |
Sucast shows a list of available video/audio files. When a client clicks on a |
|---|
| 9 |
link, the relative file will be opened with mplayer. |
|---|
| 10 |
|
|---|
| 11 |
The best way to use sucast is launching it inside rwm |
|---|
| 12 |
http://www.freaknet.org/alpt/src/patches/rwm |
|---|
| 13 |
As result, any user will be able to play its video: a new mplayer window will |
|---|
| 14 |
be opened, the screen will be divided equally, while each window tries to |
|---|
| 15 |
occupy the greatest available space. |
|---|
| 16 |
|
|---|
| 17 |
Screenshot: http://www.freaknet.org/alpt/src/patches/rwm/screenshot-rwm.jpg |
|---|
| 18 |
|
|---|
| 19 |
To use it with rwm run ./install.sh, and then use ./run.sh |
|---|
| 20 |
|
|---|
| 21 |
*WARNING* configure sucast.sh before launching it (f.e, modify the INCOMING |
|---|
| 22 |
variable) |
|---|
| 23 |
|
|---|
| 24 |
Note: each IP may launch at maximum a single file. If the same IP launches |
|---|
| 25 |
another one, the old will be killed to favour the new. |
|---|