Hi,
I just bought a new Samsung lcd tv with integrated DLNA client. The problem is that my .mkv videos wont play ("unknown file type") through DLNA. It is a known problem that seems to have been fixed in miniDLNA 1.0.18 (see: http://sourceforge.net/projects/minidln ... dex/page/1). However, Amahi still uses version 1.0.16. Is there any way to force mini DLNA to upgrade?
DLNA, Samsung Tv and MKV files
Re: DLNA, Samsung Tv and MKV files
I hope this can be done, because I also have this problem and would like to see it resolved
Re: DLNA, Samsung Tv and MKV files
you could do this by hand (minidlna is very compact and easy). a feature request on the bugtracker would be nicer (then everybody gets the enhancements).
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D2173656C7572206968616D41snlbxq' | dc
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD
Re: DLNA, Samsung Tv and MKV files
I was able to get it to work by downloading the latest version of minidlna from their website, and replacing the /usr/bin/amahi-dlna file on my hda by the /usr/sbin/minidlna file in the downloaded package. Hope that helps!
-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: DLNA, Samsung Tv and MKV files
I just spent some time working this today, and i was able to get my samsung blu ray player to stream mkv files with DLNA. Its a little complicated and kind of a pain in fedora, but if we could get the changes commited to amahi it would make it easier for users.
The first thing i had to do was download the newest source from the minidlna site:
http://sourceforge.net/projects/minidln ... na/1.0.18/
tar xzvf /parth/to/minidlna
cd minidlan
inside upnphttp.c replace
else if(strncmp(p, "SamsungWiselinkPro", 18)==0 ||
strncmp(p, "SEC_HHP_", 8)==0)
WITH
else if(strncmp(p, "SEC_HHP_TV", 10)==0 ||
strncmp(p, "SEC_HHP_", 8)==0)
you will need these dependencies
sqlite-devel
libexif-devel
libid3tag-devel
liboggz-devel
libjpeg-devel
libflac-devel you can find the rpm at:
http://rpm.pbone.net/index.php3/stat/4/ ... 6.rpm.html
Any missing dependencies will be explained to you when you attempt to make. The dependencies took me forever to figure out, so if we could just the upnphttp.c change put into the amahi minidlna it would be awesome.
once that is done make
then make install
Then enjoy the joy of streaming MKVs to your samsung device!
Let me know if i can be any help.
The first thing i had to do was download the newest source from the minidlna site:
http://sourceforge.net/projects/minidln ... na/1.0.18/
tar xzvf /parth/to/minidlna
cd minidlan
inside upnphttp.c replace
else if(strncmp(p, "SamsungWiselinkPro", 18)==0 ||
strncmp(p, "SEC_HHP_", 8)==0)
WITH
else if(strncmp(p, "SEC_HHP_TV", 10)==0 ||
strncmp(p, "SEC_HHP_", 8)==0)
you will need these dependencies
sqlite-devel
libexif-devel
libid3tag-devel
liboggz-devel
libjpeg-devel
libflac-devel you can find the rpm at:
http://rpm.pbone.net/index.php3/stat/4/ ... 6.rpm.html
Any missing dependencies will be explained to you when you attempt to make. The dependencies took me forever to figure out, so if we could just the upnphttp.c change put into the amahi minidlna it would be awesome.
once that is done make
then make install
Then enjoy the joy of streaming MKVs to your samsung device!
Let me know if i can be any help.
Re: DLNA, Samsung Tv and MKV files
Thanks silentsoul for the info, i'll give it a whirl tomoro and post my experiences 

-
- Posts: 22
- Joined: Tue Aug 10, 2010 4:14 pm
Re: DLNA, Samsung Tv and MKV files
the dependencies are the hardest thing to alleviate. I was able to find everything in the fusion free and non free except the libflac. it might be in there i just could not find the name for it.Thanks silentsoul for the info, i'll give it a whirl tomoro and post my experiences
Post back if you get it working , or get stuck.
Re: DLNA, Samsung Tv and MKV files
Actually we released a version of DLNA with the Samsung fixes on December 30th ... we just did not have time to announce it ...
rpm -q amahi-dlna should give you:
rpm -q amahi-dlna should give you:
Code: Select all
amahi-dlna-0.9-6
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1
Re: DLNA, Samsung Tv and MKV files

how can i do an update to 0.9.6 ?? i have 0.9.2 running and would like to update.
thx!!!
frank
Re: DLNA, Samsung Tv and MKV files
uninstall DLNA and reinstall ... or ...
Code: Select all
yum -y update amahi-dlna
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1
Who is online
Users browsing this forum: No registered users and 22 guests