streaming-server
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| streaming-server [2011/06/09 13:10] – admin | streaming-server [2011/06/09 13:12] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 96: | Zeile 96: | ||
| ---- | ---- | ||
| - | =====Videostreaming===== | + | |
| + | ==== Streaming-Server (alt) ==== | ||
| + | |||
| + | *Aktuelle ffmpeg Version von Packman: ffmpeg-0.5.21000svn-0.pm.1.5.i586 | ||
| + | |||
| + | */ | ||
| + | < | ||
| + | Port 31337 | ||
| + | BindAddress 0.0.0.0 | ||
| + | MaxClients 1000 | ||
| + | MaxBandwidth 100000 | ||
| + | # Comment the following, on production use | ||
| + | NoDaemon | ||
| + | |||
| + | <Feed feed1.ffm> | ||
| + | File / | ||
| + | FileMaxSize 100M | ||
| + | #Launch ffmpeg -y -v 9 -f video4linux2 -vc 2 -tvstd PAL -s 480x384 -b 512000 -r 10 -an -i /dev/video0 | ||
| + | Launch ffmpeg -y -v 9 -f video4linux2 -vc 2 -tvstd PAL -s 480x384 -b 256000 -r 15 -an -i / | ||
| + | #Launch ffmpeg -r 10 -s 320x240 -f video4linux2 -i /dev/video0 -vcodec flv http:// | ||
| + | </ | ||
| + | |||
| + | #<Stream stream.flv> | ||
| + | # Feed feed1.ffm | ||
| + | # Format flv | ||
| + | # VideoCodec flv | ||
| + | # VideoFrameRate 2 | ||
| + | # VideoBufferSize 80000 | ||
| + | # VideoBitRate 256 | ||
| + | # VideoQMin 1 | ||
| + | # VideoQMax 5 | ||
| + | # VideoSize 480x384 | ||
| + | # PreRoll 0 | ||
| + | # Noaudio | ||
| + | #</ | ||
| + | |||
| + | ## SWF output | ||
| + | #<Stream stream.swf> | ||
| + | # Feed feed1.ffm | ||
| + | # Format swf | ||
| + | # VideoCodec flv | ||
| + | # VideoFrameRate 15 | ||
| + | # VideoBitRate 200 | ||
| + | # VideoQMin 5 | ||
| + | # VideoQMin 5 | ||
| + | # VideoSize 320x240 | ||
| + | # PreRoll 0 | ||
| + | # Noaudio | ||
| + | #</ | ||
| + | |||
| + | # ASF compatible | ||
| + | <Stream stream.asf> | ||
| + | Feed feed1.ffm | ||
| + | Format asf | ||
| + | VideoFrameRate 15 | ||
| + | VideoSize 352x240 | ||
| + | VideoBitRate 256 | ||
| + | VideoBufferSize 40 | ||
| + | VideoGopSize 30 | ||
| + | AudioBitRate 64 | ||
| + | StartSendOnKey | ||
| + | Noaudio | ||
| + | </ | ||
| + | |||
| + | |||
| + | # SWF output | ||
| + | <Stream stream.swf> | ||
| + | Feed feed1.ffm | ||
| + | Format swf | ||
| + | VideoCodec flv | ||
| + | VideoFrameRate 15 | ||
| + | VideoBitRate 512 | ||
| + | VideoQMin 5 | ||
| + | VideoQMax 9 | ||
| + | VideoSize 480x384 | ||
| + | PreRoll 0 | ||
| + | Noaudio | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | *Zum Starten: | ||
| + | |||
| + | ffserver & | ||
| + | |||
| + | *Zum Stoppen: | ||
| + | |||
| + | killall ffserver | ||
| + | |||
| + | ==== EINSTEIN ==== | ||
| + | |||
| + | */ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | <meta http-equiv=" | ||
| + | <link rel=" | ||
| + | </ | ||
| + | <body style=" | ||
| + | |||
| + | <h1 style=" | ||
| + | |||
| + | < | ||
| + | < | ||
| + | <p> | ||
| + | |||
| + | <object classid=" | ||
| + | | ||
| + | <param name=" | ||
| + | <embed src=" | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <!-- | ||
| + | <object class=" | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | --> | ||
| + | |||
| + | </ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== Client ===== | ||
| + | |||
| + | mplayer http:// | ||
| + | |||
| ==== Servervoraussetzungen ==== | ==== Servervoraussetzungen ==== | ||
streaming-server.1307617856.txt.gz · Zuletzt geändert: von admin
