PHP Classes

flvtomp3

Recommend this page to a friend!

      flv2mp3  >  All threads  >  flvtomp3  >  (Un) Subscribe thread alerts  
Subject:flvtomp3
Summary:Question
Messages:2
Author:mario marini
Date:2011-05-05 15:40:20
Update:2011-05-06 07:33:27
 

  1. flvtomp3   Reply   Report abuse  
Picture of mario marini mario marini - 2011-05-05 15:40:21
Hi

Very usefull class! Thanx friend!

But..it is possible to use the php class to convert non a flv file but a streaming file input?
For example: if i have stored a flv file on a server (not the one where is located the class) can i use it without download the video?

Thanx

  2. Re: flvtomp3   Reply   Report abuse  
Picture of Marko Schulz Marko Schulz - 2011-05-06 07:33:27 - In reply to message 1 from mario marini
Hmm, the mplayer should stream a file with the option (-dumpstream [STREAMURI]). In my tests, I have not used streaming protocol, only simply a http dowload to a flv file, but that did not work.

The commandline call should look like this:

mplayer -dumpstream mms://example.com/Globalplayers/GP_14.wmv -dumpfile ./download/test.wmv