User(s) browsing this thread: 1 Guest(s)
|
Announcing llink-2.3.0 release
|
|
12-12-2011, 07:31 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
There was a bug in an earlier version of llink which made it say "unauthorized". Once I fixed that, that message went away. Be worth updating to latest, but if you already have the latest version, let me know which one you run and I can recompile.
|
|||
|
12-12-2011, 08:24 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
No, you will not recompile, as it is running on Openfiler (and being very specific, generic x64 will not run)
So it looks like I will have to recompile myself, is the source updated? sebus |
|||
|
12-12-2011, 11:53 PM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
I'm recompiling right now and you can't stop me!
Yes, the 2.3.2 sources have been updated. It was actually just a "return FALSE;" -> "return TRUE;" change, annoyingly. |
|||
|
12-13-2011, 07:51 AM
|
|||
|
|||
RE: Announcing llink-2.3.0 release
(12-12-2011 11:53 PM)lundman Wrote: I'm recompiling right now and you can't stop me! Sure, but: PHP Code: [root@N36L bin]# /usr/local/bin/llink -f /usr/local/etc/llink/llink.conf -w /usr/local/etc/llinksebus |
|||
|
12-14-2011, 04:47 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
Oh I didn't say I was recompiling your version.
![]() But yes, does seem you have an older glibc than what my machine is. Linux made quite the mistake with the way they handle glibc versioning. |
|||
|
12-14-2011, 08:34 PM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
Also, I have HDs sleep after 20 min with hdparm
After wakeup upnp is not visible killall llink & manual restart brings upnp back to visability sebus |
|||
|
12-16-2011, 07:02 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
That "should not" matter, perhaps it is coring, or crashing for some other reason. You could use "ulimit -c unlimited" and see if you get a core file?
|
|||
|
12-23-2011, 03:33 PM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
I've installed Llink using CSI, but it doesn't show up as a upnp device in my dlna enabled blu-ray player (like Mediatomb does ).
What am I doing wrong? |
|||
|
12-25-2011, 01:49 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
UPNP and DLNA are almost the same thing, but DNLA specify a whole bunch more useless things. For example, for it to show up on the Sony Bravia tv, I have to send these strings:
"http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_50_L2_ISO;SONY.COM_PN=HD2_50_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000", "http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_SD_60_AC3_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000", "http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_TS_HD_60_L2_ISO;SONY.COM_PN=HD2_60_ISO;DLNA.ORG_FLAGS=8d700000000000000000000000000000", "http-get:*:video/vnd.dlna.mpeg-tts:DLNA.ORG_PN=MPEG_TS_HD_50_L2_T;SONY.COM_PN=HD2_50_T;DLNA.ORG_FLAGS=8d700000000000000000000000000000", Some are SONY specific, and some are somewhat generic. The question would be, what does your bluray player need to see to enable the service? You could tcpdump/wireshark/snoop the connection as you start mediatomb, and we can put in working strings.Or google with your player make/model and see if someone else has already discovered the strings. |
|||
|
12-26-2011, 04:58 PM
|
|||
|
|||
RE: Announcing llink-2.3.0 release
(09-16-2011 06:27 AM)lundman Wrote: If your binary is missing, can you please let me know and I will compile for you. Hello could you please compile llink 2.3.0 for my Synology 1010+ (Intel Atom D510 x86 Processor) The 2.2.2 i use give me everytime this error playing with Popcorn A210: DiskStation3> *** glibc detected *** free(): invalid next size (fast): 0x080b812 0 ***DiskStation3> ./S89llink.sh ./llink - Jorgen Lundman v2.2.2 lundman@shinken.interq.or.jp build 1611 (Thu Oct 1 16:05:01 2009) (libdvdnav). Thank you
PCH 3x A-300 -SAMSUNG LED55" UE55B7000WW -SAMSUNG LED37" UE37B6000 -SONY BRAVIA KDL46W4000 - DENON AVR4311 -CHARIO PICCOLO STAR 5+1 SPEAKERS -SYNOLOGY 2413+ 24 TB LAN LLINK(12x3TB RAID 6) - SYNOLOGY 1511+ 3 TB LAN LLINK (10x2TB R5) -SYNOLOGY 411+ 9 TB LAN LLINK (4x3TBHD) - YAMJ ONE DATABASE - LEGION SKIN |
|||
|
12-26-2011, 08:42 PM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
strangely, running the windows version of llink does show up as a upnp service, both on my bluray as well as kinsky (some windows upnp client).
|
|||
|
12-27-2011, 02:16 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
I have added Synology 1010+ (Intel D510) compile of llink-2.3.2. But I have no way to test that it starts, so you will have to let me know.
http://lundman.net/ftp/llink/llink-2.3.2...x86.tar.gz I don't think I have done compile for this version before, I had to go get the toolchain. But thanks to Synology being one of the best Companies who provide toolchains, this was barely a bump. blankser Could be llink version, or llink.conf differences. In particular, make sure you have the UPNP entry on the SSDP line in the llink.conf file. |
|||
|
12-27-2011, 10:31 AM
|
|||
|
|||
RE: Announcing llink-2.3.0 release
(12-27-2011 02:16 AM)lundman Wrote: I have added Synology 1010+ (Intel D510) compile of llink-2.3.2. But I have no way to test that it starts, so you will have to let me know. Thank you. i just had a quick install and config of my 2 root volumes in DS1010+ and get the files on ask. Llink start normally but if i test the browser: http://diskstation:8001 i receive a file called download and nothing appear in the webpage. My Popcorn is running an mkv right now for testing. I'll let you know Cheers PCH 3x A-300 -SAMSUNG LED55" UE55B7000WW -SAMSUNG LED37" UE37B6000 -SONY BRAVIA KDL46W4000 - DENON AVR4311 -CHARIO PICCOLO STAR 5+1 SPEAKERS -SYNOLOGY 2413+ 24 TB LAN LLINK(12x3TB RAID 6) - SYNOLOGY 1511+ 3 TB LAN LLINK (10x2TB R5) -SYNOLOGY 411+ 9 TB LAN LLINK (4x3TBHD) - YAMJ ONE DATABASE - LEGION SKIN |
|||
|
12-27-2011, 11:17 AM
|
|||
|
|||
|
RE: Announcing llink-2.3.0 release
Oh hmm i think I forgot the mime.types file, my bad. I have packed it up again with the file included.
|
|||
|
12-28-2011, 08:47 AM
|
|||
|
|||
RE: Announcing llink-2.3.0 release
(12-27-2011 11:17 AM)lundman Wrote: Oh hmm i think I forgot the mime.types file, my bad. I have packed it up again with the file included. Hi I removed and replaced the entire llink directory from your new tar file, edited the llink.conf adding a new root volume, setting permission with chmod 777 to files and run the script. The Popcorn work fine but the browser don't. If i try with: http://diskstation:8001 it write this file into llink directory llink-192.168.1.6.bdb and the browser answer is: Server error The website encountered an error while retrieving http://diskstation3:8001/film-HD/Jukebox/Other_All_1.html. It may be down for maintenance or configured incorrectly. Here are some suggestions: Reload this webpage later. HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. I hope it help PCH 3x A-300 -SAMSUNG LED55" UE55B7000WW -SAMSUNG LED37" UE37B6000 -SONY BRAVIA KDL46W4000 - DENON AVR4311 -CHARIO PICCOLO STAR 5+1 SPEAKERS -SYNOLOGY 2413+ 24 TB LAN LLINK(12x3TB RAID 6) - SYNOLOGY 1511+ 3 TB LAN LLINK (10x2TB R5) -SYNOLOGY 411+ 9 TB LAN LLINK (4x3TBHD) - YAMJ ONE DATABASE - LEGION SKIN |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Announcing llink-2.3.2 release | lundman | 101 | 14,831 |
04-13-2013 05:33 AM Last Post: HarmonyOne |
|
| [A-400] Does not see llink server | tkenn1s | 5 | 726 |
02-26-2013 05:14 PM Last Post: Imdre |
|
| llink UPNP won't stream | krylon | 3 | 575 |
02-14-2013 03:43 AM Last Post: lundman |
|
| LLink question | JoeDonth | 5 | 558 |
01-04-2013 03:03 PM Last Post: JoeDonth |
|
| How to install Llink on C-300? | hildyjohnson | 2 | 875 |
08-10-2012 09:35 AM Last Post: lundman |
|
| 200 series and live streaming and llink | sugatam | 3 | 1,437 |
05-06-2012 12:59 AM Last Post: lundman |
|
| Setup llink with A-300 | PRS | 9 | 2,306 |
04-24-2012 11:59 PM Last Post: lundman |
|
| What does this error in llink mean? | litfoo | 53 | 6,889 |
03-15-2012 03:42 AM Last Post: lundman |
|
| Llink on QNAP NAS working? | litfoo | 16 | 2,875 |
03-14-2012 08:19 PM Last Post: gfb107 |
|
| Llink and A-300 Problem | mypaq | 0 | 747 |
03-04-2012 09:46 AM Last Post: mypaq |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]







![[+]](images/collapse_collapsed.gif)




0 ***