bpa wrote: 
> Same issues as happened before see
> https://forums.slimdevices.com/showthread.php?108370-MPEG-4-AAC-France-Musique-Podcasts&p=901309&viewfull=1#post901309
> 
> The issue is that LMS identifies streaming MP4 but faad can only handle
> MP4 files and not streams - so you need a custom-convert.conf for "mp4"
> to handle remote streams.  This requires ffmpeg or avconv on your
> system.  Not sure about Windows setup.
> 
> Below is an example custom-convert.conf file for a Linux setup with
> ffmpeg. 
> Format is *very* specific.
> Remember you need a tab before the "# FRB" and the [avconv] or [ffmpeg]
> 
> After LMS restart, check your filetypes has under mp4 has ffmpeg/flac
> and not faad/flac. make sure all entries under mp4 are not disabled.
> 
> 
> > 
Code:
--------------------
  >   > 
  > 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 s16le -
  > 
  > mp4 flc * *
  >     # FRB:{BITRATE=-B %B}T:{START=-ss %s}
  >     [ffmpeg] -loglevel quiet -f mp4 $START$ -i $FILE$ -f flac -
  > 
--------------------
> > 

I must have forgotten to refresh the server.log, as I didn't see
anything yesterday:


Code:
--------------------
    
  [20-02-03 08:10:02.7818] main::init (387) Starting Logitech Media Server 
(v8.0.0, 1580708662, Mon Feb  3 07:24:20 CET 2020) perl 5.028002 - 
x86_64-linux-thread-multi
  [20-02-03 08:10:16.6882] Plugins::RaopBridge::Plugin::initPlugin (31) LMS 
version is too old (Mon Feb  3 07:24:20 CET 2020), need own Aync::HTTP
  [20-02-03 21:24:39.1900] Slim::Player::Song::open (409) Error: Couldn't 
create command line for mp4 playback for 
[https://cdn.podigee.com/media/podcast_6853_stay_forever_episode_189_m_u_l_e_sf_95.m4a?v=1578928299&source=feed]
  [20-02-03 21:25:45.1625] Slim::Player::Song::open (409) Error: Couldn't 
create command line for mp4 playback for 
[https://cdn.podigee.com/media/podcast_6853_stay_forever_episode_179_indiana_jones_and_the_fate_of_atlantis_sf_94.m4a?v=1575814003&source=feed]
  
--------------------


So I created a custom-convert.conf file right next to the convert.conf
file. I guess I was successful:

29272

Now the stream plays on my Receiver, but not on SLX or via AirPlay
Bridge.

bpa wrote: 
> If you don;t want to create a custom-conmvert.conf file - I created a
> MP4 "plugin" for a similar Mixcloud issue  see
> https://forums.slimdevices.com/showthread.php?110945-Transporter-Mixcloud-UNABLE-TO-PLAY-FILE-TYPE&p=950499&viewfull=1#post950499

It says it's not compatible. Probably because I'm on LMS 8.

Edit: As you mentioned Windows, I'm using QLMS on my QNAP NAS.


+-------------------------------------------------------------------+
|Filename: lms_mp4.png                                              |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=29272|
+-------------------------------------------------------------------+


QLMS [email protected] x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4
------------------------------------------------------------------------
dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=111604

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

Reply via email to