Ffmpeg: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
m (David moved page Ffmpeg Streaming Server to Ffmpeg) |
(No difference)
|
Revision as of 04:43, 9 May 2018
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