Can't play MP3 files
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Can't play MP3 files
My mistake (it still took the old config file).
The EH5300 now plays all format (avi, mp4, mp3, flac).
flac is being transcoded so I can' see time.
Thanks
The EH5300 now plays all format (avi, mp4, mp3, flac).
flac is being transcoded so I can' see time.
Thanks
Re: Can't play MP3 files
I solved the icon issue by changing the relevant line in the config file.
The only issue that remains (and it is not important to me) is the transcoding of flac in the EH5300.
Thanks
The only issue that remains (and it is not important to me) is the transcoding of flac in the EH5300.
Thanks
-
- Posts: 4
- Joined: Tue Apr 14, 2015 5:46 am
Re: Can't play MP3 files
Hello,
I do have a similar issue with the latest build 5.1.1.1.
It plays videos without problems but trying to stream mp3 files results in noise. Also the time for each song is always under a minute.
I upgraded from 3.6.x to 5.1.1.1.
I attached the trace log. Regards
nightmare1942
I do have a similar issue with the latest build 5.1.1.1.
It plays videos without problems but trying to stream mp3 files results in noise. Also the time for each song is always under a minute.
I upgraded from 3.6.x to 5.1.1.1.
I attached the trace log. Regards
nightmare1942
Re: Can't play MP3 files
panzer can you test the .conf for Samsung-EH5300 made by Subjunk for the next UMS release?
- Attachments
-
Samsung-EH5300.conf
- (2.5 KiB) Downloaded 458 times
Re: Can't play MP3 files
Not good.
All the problems (mkv, flac an icon) retrurned.
With the attached config I don't see the problems.
All the problems (mkv, flac an icon) retrurned.
With the attached config I don't see the problems.
- Attachments
-
Samsung-EH5300.conf
- (2.51 KiB) Downloaded 571 times
Re: Can't play MP3 files
I found a solution for the flac transcoding on the EH5300.
Just add the line
Supported = f:flac m:audio/mpeg
and all works fine
Just add the line
Supported = f:flac m:audio/mpeg
and all works fine
Re: Can't play MP3 files
Thanks panzer, nice find! Good old Samsung, needing us to tell it FLAC is MPEG
Your changes will be included in 5.1.2 which will be released this week, except for the FLAC streaming one, which will be in the next release.
I can't reproduce the issue with renderer icons. If the bug still exists in 5.1.2 when it's released, please let me know and I'll make a test version to try to fix it.

Your changes will be included in 5.1.2 which will be released this week, except for the FLAC streaming one, which will be in the next release.
I can't reproduce the issue with renderer icons. If the bug still exists in 5.1.2 when it's released, please let me know and I'll make a test version to try to fix it.
-
- Posts: 4
- Joined: Thu Apr 16, 2015 7:52 pm
Re: Can't play MP3 files
Hello all,
This is my first post in this great piece of Media Server...
So, in my case, I've got the same problem with the MP3 playback with a Samsung D6100 series TV.
I fix it editing the Samsung-CD.conf file, and adding the following lines:
I think that the UMS don't know how to treat this files... that's all.
Just saved it, and restart the server. Just works!
Greetz.
This is my first post in this great piece of Media Server...

So, in my case, I've got the same problem with the MP3 playback with a Samsung D6100 series TV.
I fix it editing the Samsung-CD.conf file, and adding the following lines:
Code: Select all
# Supported audio formats:
Supported = f:wav m:audio/L16
Supported = f:mp3 m:audio/mpeg
Just saved it, and restart the server. Just works!
Greetz.
Re: Can't play MP3 files
Thanks for the postswiftprince wrote:Hello all,
This is my first post in this great piece of Media Server...![]()
So, in my case, I've got the same problem with the MP3 playback with a Samsung D6100 series TV.
I fix it editing the Samsung-CD.conf file, and adding the following lines:I think that the UMS don't know how to treat this files... that's all.Code: Select all
# Supported audio formats: Supported = f:wav m:audio/L16 Supported = f:mp3 m:audio/mpeg
Just saved it, and restart the server. Just works!
Greetz.

-
- Posts: 4
- Joined: Tue Apr 14, 2015 5:46 am
Re: Can't play MP3 files
Hello swiftprince,
thank you for your reply.
I change a config file and used this as default renderer.
Specifically I change
to the lines you wrote. And now it is working.
May it needs to be "mpeg" and not "L16"?
Regards
nightmare1942
thank you for your reply.
I change a config file and used this as default renderer.
Specifically I change
Code: Select all
Supported = f:mp3|wav m:audio/L16
May it needs to be "mpeg" and not "L16"?
Regards
nightmare1942