INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: AIFF and DLNA Server streaming problem  (Read 4130 times)

Patatorz

  • Recent member
  • *
  • Posts: 48
AIFF and DLNA Server streaming problem
« on: February 08, 2014, 10:44:04 am »

Hello I use JRiver v19.0.144 to manage my library (mainly AIFF files) on a NAS and to stream to a network player (Ayon NW-T or Lumin). I can use my PC, JRemote or the Ayon NW-T interface to launch the music.
I have a DLNA profile created on the basis of the "24bit DAC". If I select "original mode" in audio (and not transcoding) I'm not able too launch the music from the PC and JRemote : I have a "file format error" on the Ayon screen.
If i launch the same mucic from the ayon interface choosing the same DLNA server on my PC, I can play the music !
If I change the DLNA settings and move the mode from original to transcoding (24 bits PCM for example) : I can launch the music from my JRiver on the PC or JRemote.

Everything is working fine with FLAC files. Only this problem with AIFF when I try to launch the music in original format from JRiver PC or JRemote.

If you have any clue to fix this problem, you are more than welcome !!! (don't tell me to put everything in FLAC !)

Best regards
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: AIFF and DLNA Server streaming problem
« Reply #1 on: February 08, 2014, 04:13:58 pm »

I would just set MC to convert to PCM and forget about it...

I say this because an AIFF is anyway a PCM file, so the "conversion" is very trivial and just involves stripping the first 40..50 bytes containing the AIFF headers; all the remaining bytes are anyway passed to the player unchanged.


Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

Patatorz

  • Recent member
  • *
  • Posts: 48
Re: AIFF and DLNA Server streaming problem
« Reply #2 on: February 08, 2014, 11:34:54 pm »

I would agree. But it is a kind of bug somewhere no ? How to make JRiver take it into account ?
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: AIFF and DLNA Server streaming problem
« Reply #3 on: February 09, 2014, 05:01:00 am »

I would agree. But it is a kind of bug somewhere no ? How to make JRiver take it into account ?

The following is just an idea, with no guarantee, but please let us know if you succeed.

In the MC folder look for a file called FileAssociations.xml and open it with a text editor. In it you will see an entry for aiff files that looks like audio/aiff or audio/x-aiff. If it has the x- prefix then try deleting the prefix, and if it does not have the x- prefix try adding it. Keep a safe copy of FileAssociation.xml in case you screw things up...

Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

Patatorz

  • Recent member
  • *
  • Posts: 48
Re: AIFF and DLNA Server streaming problem
« Reply #4 on: February 09, 2014, 05:59:20 am »

I confirm that it works with transcoding but....it should with the "original" as it works when I can access the Dlna server from my ayon !
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: AIFF and DLNA Server streaming problem
« Reply #5 on: February 09, 2014, 08:04:17 am »

I confirm that it works with transcoding but....it should with the "original" as it works when I can access the Dlna server from my ayon !

Did you try editing the file associations xml file as I suggested?

Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: AIFF and DLNA Server streaming problem
« Reply #6 on: February 10, 2014, 03:32:06 am »

^

Hmm. I looked in FileAssociations.xml myself just now. As you can see below, it already has both the x- form and the non x- form mime-type in its  database. So my idea will not solve your problem.

Code: [Select]
<MimeAssociations>
  <Audio>
    ..
    <Item Name="aif">audio/aif</Item>
    ..
    <Item Name="aiff">audio/aiff;audio/x-aiff</Item>


PS In case you are interested. The reason why I had originally made this suggestion was, (based on a similar experience with another file type), that there seem to be some renderers which can download music tracks where the ContentType = audio/x-something (the x- form), but which fail to download if the ContentType = audio/something (the regular form). And furthermore, there seem to be some players where the x-form works on push and not on pull, and vice-versa. So I suspected that perhaps your renderer is one of those that behaves this way for audio/aiff resp. audio/x-aiff ..

Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm

stevemac

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 300
Re: AIFF and DLNA Server streaming problem
« Reply #7 on: February 10, 2014, 04:01:00 am »

Not sure if this is related or will help

When pushing to a renderer MC will use the first defined DLNA server (& therefore its settings) unless you associate the DLNA server with the renderer.  To associate, in the playing now section, right click on the DLNA zone and select Associate with DLNA Server & then select the DLNA Server.  If you only have one server defined MC will indicate this with Only one server, used by default

regards,

Steve
Logged

AndrewFG

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3392
Re: AIFF and DLNA Server streaming problem
« Reply #8 on: February 10, 2014, 05:47:07 am »

Not sure if this is related or will help
When pushing to a renderer MC will use the first defined DLNA server (& therefore its settings)

Probably not  ;)  -- the possible solution that I was hypothesizing about, is to do with the overall global behavior of MC in total; so it would not be specific to the individual settings of any one server...

Logged
Author of Whitebear Digital Media Renderer Analyser - http://www.whitebear.ch/dmra.htm
Author of Whitebear - http://www.whitebear.ch/mediaserver.htm
Pages: [1]   Go Up