Hi Romain, 

I decided to move my liquidsoap stream to another machine. While I was
doing that, I decided to give another go at getting 1.0.0 to work for
me. I downloaded and installed ocaml-magic from Sourceforge, and this
seems to help things along. But I'm not sure I'm all the way there.
Whenever a file in the "download.php?id=12345" format comes up, it
plays, but it plays with no metadata. With liquidsoap 0.9.3, I had no
such trouble with metadata on the same "download.php?id=12345" files
for which 1.0.0 shows no metadata. I'm not seeing anything in the log
file at log level 4 that indicates why metadata is lacking. 

Would you know what I'm missing to get metadata working?

Damien


On Fri, 17 Feb 2012 14:25:46 +0000
Audiodef Online <[email protected]> wrote:

> 
> 
> -------- Original Message --------
> Subject: Re: [Savonet-users] Fwd: Re: Downloading
> dowload.php?id=12345 files in playlists Date: Wed, 11 Jan 2012
> 10:06:38 +0100 From: Romain Beauxis <[email protected]>
> To: Audiodef Online <[email protected]>
> CC: [email protected]
> 
> 
> 
> Hi,
> 
> Le 10 janvier 2012 16:52, Audiodef Online <[email protected]> a
> écrit :
> > These URLs, I should point out, play just fine directly in my media
> > player, so the actual content type is there.
> 
> Liquidsoap has two ways of detecting file's format:
>   * File extension
>   * File mime type, using libmagic
> 
> Reading from your logs, it seems that the mime method is not enabled.
> You should recompile with ocaml-magic installed.
> 
> If this still does not help, you may also look manually for the
> detected mime that way:
>   * wget (some of your file..)
>   * file -i (downloaded file)
> 
> If the returned value is not something usual like audio/mpeg, you may
> want to add it to the list of mime type associated with mp3 format
> using this configuration key:
>   set("decoder.mime_types.mp3",["audio/mpeg", "some/crappy-one"])
> 
> Romain
> 
> >
> > -------- Original Message --------
> > Subject: Re: [Savonet-users] Downloading dowload.php?id=12345 files
> > in playlists Date: Tue, 10 Jan 2012 15:45:07 +0000
> > From: Audiodef Online <[email protected]>
> > To: [email protected], [email protected]
> >
> >
> > I just set up a fresh install of 1.0.0. It seems liquidsoap's
> > ability to handle this type of URL isn't working. Can I do
> > something, or is this a bug?
> >
> > Log:
> >
> >
> > 2012/01/10 15:42:44 [protocols.external:4] Executing /usr/bin/wget
> > "http://electro-music.com/forum/download.php?id=28954";
> >  "/tmp/liq3cf115.php"
> > 2012/01/10 15:42:48 [protocols.external:4] Download process
> > finished (ok) 2012/01/10 15:42:48 [decoder:4] Trying method "META"
> > for "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder:4] Trying method "WAV" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.wav:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:4] Trying method "MIDI" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder:4] Trying method "FLAC" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.flac:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:4] Trying method "AAC" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.aac:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:4] Trying method "MP4" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.mp4:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:4] Trying method "OGG" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.ogg:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:4] Trying method "MP3" for
> > "/tmp/liq3cf115.php"...
> > 2012/01/10 15:42:48 [decoder.mp3:4] Invalid file extension for
> > "/tmp/liq3cf115.php"!
> > 2012/01/10 15:42:48 [decoder:3] Unable to decode
> > "/tmp/liq3cf115.php" as {audio=2;video=0;midi=0}!
> >
> > ------------------------------------------------------------------------------
> > Write once. Port to many.
> > Get the SDK and tools to simplify cross-platform app development.
> > Create new or port existing apps to sell to consumers worldwide.
> > Explore the Intel AppUpSM program developer opportunity.
> > appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev
> > _______________________________________________
> > Savonet-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
> >
> > ------------------------------------------------------------------------------
> > Write once. Port to many.
> > Get the SDK and tools to simplify cross-platform app development.
> > Create new or port existing apps to sell to consumers worldwide.
> > Explore the Intel AppUpSM program developer opportunity.
> > appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev
> > _______________________________________________
> > Savonet-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
> 

  

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to