DLNA, Samsung Tv and MKV files

Ggreg78
Posts: 3
Joined: Fri Dec 03, 2010 1:19 pm

DLNA, Samsung Tv and MKV files

Postby Ggreg78 » Fri Dec 03, 2010 1:29 pm

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?

lokie
Posts: 3
Joined: Tue Dec 07, 2010 7:22 am

Re: DLNA, Samsung Tv and MKV files

Postby lokie » Tue Dec 07, 2010 6:42 pm

I hope this can be done, because I also have this problem and would like to see it resolved

User avatar
moredruid
Expert
Posts: 791
Joined: Tue Jan 20, 2009 1:33 am
Location: Netherlands
Contact:

Re: DLNA, Samsung Tv and MKV files

Postby moredruid » Wed Dec 08, 2010 3:14 am

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

Ggreg78
Posts: 3
Joined: Fri Dec 03, 2010 1:19 pm

Re: DLNA, Samsung Tv and MKV files

Postby Ggreg78 » Wed Dec 15, 2010 8:35 pm

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!

silentsoul
Posts: 22
Joined: Tue Aug 10, 2010 4:14 pm

Re: DLNA, Samsung Tv and MKV files

Postby silentsoul » Sun Dec 19, 2010 7:28 pm

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.

lokie
Posts: 3
Joined: Tue Dec 07, 2010 7:22 am

Re: DLNA, Samsung Tv and MKV files

Postby lokie » Mon Dec 20, 2010 9:37 am

Thanks silentsoul for the info, i'll give it a whirl tomoro and post my experiences :)

silentsoul
Posts: 22
Joined: Tue Aug 10, 2010 4:14 pm

Re: DLNA, Samsung Tv and MKV files

Postby silentsoul » Mon Dec 20, 2010 10:32 am

Thanks silentsoul for the info, i'll give it a whirl tomoro and post my experiences :)
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.

Post back if you get it working , or get stuck.

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: DLNA, Samsung Tv and MKV files

Postby cpg » Mon Jan 17, 2011 6:37 pm

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:

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

frankhaas
Posts: 18
Joined: Fri Dec 10, 2010 6:31 am

Re: DLNA, Samsung Tv and MKV files

Postby frankhaas » Mon Jan 17, 2011 10:54 pm

:( i'm too noob to linux ...

how can i do an update to 0.9.6 ?? i have 0.9.2 running and would like to update.

thx!!!

frank

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: DLNA, Samsung Tv and MKV files

Postby cpg » Mon Jan 17, 2011 11:33 pm

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