oneself
oneself

Reputation: 40261

How could I download an mms audio stream in Ruby?

I would like to access an mms:// url, and stream the file in ruby. For example, in the same way that Net:HTTP works for http:// type urls.

Upvotes: 1

Views: 530

Answers (1)

alamar
alamar

Reputation: 19313

The simpliest (but non-scalable) way is to ask MPlayer to -dumpstream it for you.

http://mplayerhq.hu/

Upvotes: 1

Related Questions