bpa wrote: 
> You seem to have ffmpeg on your system as it used on the Apple HLS. 
> avconv and ffmpeg are essentially the same - there was some sort of
> split in the development community.
> 
> Change the avconv to ffmpeg in the suggested lines.  
> 
> When the conversion program is available and executable then the
> conversion will show up as an option in File Types otherwise LMS will
> only offer "Disabled".

Thanks.  I changed avconv to ffmpeg, producing:


Code:
--------------------
    wma wav * *
  [mplayer] -really-quiet -vc null -vo null -cache 64 -af 
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 
$FILE$ 4>&1 1>/dev/null
  mov flc * *
  # F
  [faad] -q -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 
--endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
  mov mp3 * *
  # FB:{BITRATE=-B %B}
  [faad] -q -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ 
$BITRATE$ -r - -
  mov wav * *
  # F
  [faad] -q -w -f 2 $FILE$ 2>/dev/null
  
  mp4 mp3 * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet  -f mp4 -i $FILE$ -f wav - | [lame] --silent -q 
$QUALITY$ $BITRATE$ - -
  
  mp4 pcm * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet  -f mp4 -i $FILE$ -f u16le -
  
  mp4 flc * *
  # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  [ffmpeg] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
--------------------


This produced the following filetype result:

19053

But with this outcome, I couldn't play the podcast stream and I couldn't
play local m4a files.  The local m4a files seem to only play with faad. 
So I changed ffmpeg to faad to see if that helped.  Same outcome,
couldn't play podcast stream OR local m4a files.  Removed all the new
info and it reverted back to being able to play local m4a files (but
still fails of course on podcast).

My system doesn't seem to like something about this.


+-------------------------------------------------------------------+
|Filename: CropperCapture[3].jpg                                    |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=19053|
+-------------------------------------------------------------------+


*Home:* VortexBox 4TB (2.3) > LMS 7.8 > Transporter, Touch, Boom, Radio
(all ethernet)
*Cottage:* VBA 3TB (2.3) > LMS 7.8 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win8(64) > LMS 7.9 > Squeezelite
*Spares:* Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone6 & iPadAir2 (iPeng8 & Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win7(64) laptop
*Files:* ripping: dbpoweramp > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify
------------------------------------------------------------------------
garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
View this thread: http://forums.slimdevices.com/showthread.php?t=104480

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to