Hi Tony,2013/8/31 Tony Miller <[email protected]>
>
> Do I need a different mp3 decoder for decoding in this fashion?
>
> On Fri, Aug 30, 2013 at 12:07 AM, Tony Miller <[email protected]>
wrote:
> > Hi,
> >
> > I have a playlist of urls that looks like this:
> >
> > http://s3.amazonaws.com/datafruits.fm/Firedrill03282013.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/ScotvoidRSVPTAPESSpecial03312013.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/ScotvoidGuestMixDJPuffinAndFitzroyNorth04072013.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/FiredrillGuestMixCRZNYAndFOODMAN04112013.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/KormaDatafruitsParty04122013.mp3?1377838608
> > http://s3.amazonaws.com/datafruits.fm/KidLogic04142013.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/firedrill-essentialfruitsmix.mp3?1377838608
> >
http://s3.amazonaws.com/datafruits.fm/RadioScotvoid06242013.mp3?1377838608
> > http://s3.amazonaws.com/datafruits.fm/Velatix06272013.mp3?1377838608
> > http://s3.amazonaws.com/datafruits.fm/Velatix07162013.mp3?1377838608
> >
> >
> > I'm using it as a playlist like this:
> >
> > backup_playlist =
> >
playlist("./playlist.txt",conservative=true,mode=normal,reload_mode="watch")
> >
> > It doesn't play the files though as you can see in the log:
> > 2013/08/29 23:58:26 [decoder:3] Unable to decode "/tmp/liqabfa66.mp3"
> > as {audio=2;video=0;midi=0}!
> > 2013/08/29 23:58:27 [decoder:3] Unable to decode "/tmp/liqbb6319.mp3"
> > as {audio=2;video=0;midi=0}!
> >
> > Any ideas?
> >
> > I know these are valid files.

It looks like everything is going fine except the decoding..

Perhaps those files are mono? In this case you should use audio_to_stereo
to convert your sources to mono.

Romain
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to