I believe I've built mediatomb successfully.  My main DLNA client does not 
handle many formats, so I wanted to transcode from within mediatomb.  It looks 
like VLC is the best candidate for this, so I decided to give it a go.

There are a few Linux'ism that I've found, for example, there is code specific 
to Linux to get information from another process.  It looks like it tries to 
expose kernel-level elements of structures. so I just disabled that.

So, it now compiles cleanly, but I'm getting linkage errors:

ld: fatal: relocations remain against alloatable but non-writable sections
collect2: ld returned 1 exit status

>From my web search this looks like some modules are not compiled as 
>relocatable (for example the ffmpeg libraries).  However, it looks like the 
>things it complains about are compiled right (ELF 32-bit LSB relocatable 80386 
>Version 1).

Anyone have any ideas on what my next step is?  Is there another program that 
can do transcoding via pipes for mediatomb?

Thanks,
Gary
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to