StuRa:Server/Streaming: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
|||
Zeile 32: | Zeile 32: | ||
|- | |- | ||
|} | |} | ||
=== ffserver === | |||
How do I make it work? | |||
As a simple test, just run the following two command lines where | |||
INPUTFILE is some file which you can decode with ffmpeg: | |||
ffserver -f doc/ffserver.conf & | |||
ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm | |||
== Siehe auch == | == Siehe auch == |
Version vom 26. August 2014, 22:58 Uhr
potenzielle Software
ffserver
How do I make it work? As a simple test, just run the following two command lines where INPUTFILE is some file which you can decode with ffmpeg:
ffserver -f doc/ffserver.conf & ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm