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.
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.
The simpliest (but non-scalable) way is to ask MPlayer
to -dumpstream
it for you.