Talk:Timidity++

From ArchWiki
(Redirected from Talk:Timidity)
Latest comment: 25 March 2017 by Quequotion in topic Playing from URL

Playing from URL

timidity should play from a URL, like

timidity http://some.url.here/file.mid

extra/timidity++ always treats URLs as local filenames quequotion (talk) 11:29, 25 March 2017 (UTC)Reply[reply]

I wonder if the man page is not simply inaccurate, but apparently it was correct as of October 2016, at least in whatever version Fedora 24 was using. Either of these (usually) work well enough (might want to increase stdbuf):
wget -qO- http://some.url.here/file.mid | timidity -
curl -fs http://some.url.here/file.mid | timidity -
The purpose being to have something for mozplugger to play midi files in firefox. quequotion (talk) 19:07, 25 March 2017 (UTC)Reply[reply]