Ffmpeg

From Federal Burro of Information
Revision as of 04:43, 9 May 2018 by David (talk | contribs) (David moved page Ffmpeg Streaming Server to Ffmpeg)
Jump to navigationJump to search

starting the server:

FIXME

adding a file to the stream:

ffmpeg -i 01_Leave_Home.mp3  -map 0 -acodec copy http://localhost:8090/feed1.ffm

perl notes: http://www.perlmonks.org/?node_id=792758