StuRa:Server/Streaming: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
|||
Zeile 42: | Zeile 42: | ||
ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm | ffmpeg -i INPUTFILE http://localhost:8090/feed1.ffm | ||
== howto == | |||
* http://askubuntu.com/questions/28496/how-do-i-setup-an-icecast-server-for-broadcasting-audio-in-my-network | |||
== Siehe auch == | == Siehe auch == |
Version vom 29. April 2015, 14:20 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