views:

179

answers:

1

Hi,

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.

+1  A: 

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

http://mplayerhq.hu/

alamar