FAQ  •  Register  •  Login

Serviio on Nexetna, FreeNAS?

<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Tue Jul 26, 2011 6:38 am

Serviio on Nexetna, FreeNAS?

I use Nexenta (which is OpenSolaris) on my NAS and looking for a DLNA server. Is it possible to build serviio for Nexenta? I can contribute to this.
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Tue Jul 26, 2011 7:11 am

Re: Serviio on Nexetna, FreeNAS?

Looks like I posted on the wrong board. Sorry for that
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 26, 2011 7:17 am

Re: Serviio on Nexetna, FreeNAS?

Zip (on holiday) will answer you for serviio, but first, could you make a ffmpeg build on Nexetna?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Tue Jul 26, 2011 7:27 am

Re: Serviio on Nexetna, FreeNAS?

FFmpeg can not currently be compiled on OpenSolaris (see link below)

http://opensolaris.org/jive/thread.jspa ... eID=312902
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Tue Jul 26, 2011 7:52 am

Re: Serviio on Nexetna, FreeNAS?

I'll give a try to build ffmpeg on nexenta , is there a list of other libraries that are necessary for serviio?
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Tue Jul 26, 2011 8:31 am

Re: Serviio on Nexetna, FreeNAS?

The opensolaris link is 2008 and there are suggestion just to use up to date gcc so I believe ffmpeg could be built on opensolaris
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 26, 2011 9:05 am

Re: Serviio on Nexetna, FreeNAS?

For latest serviio 0.6.2 under windows OS, Zip used a gcc 4.4.2 and following ffmpeg configuration:
configuration:
--enable-static
--disable-shared
--disable-ffplay
--disable-ffserver
--enable-memalign-hack
--enable-libmp3lame
--enable-librtmp
--extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm'
--arch=x86
--enable-runtime-cpudetect
--enable-pthreads
--target-os=mingw32
--cross-prefix=i686-mingw32-
--pkg-config=pkg-config
libavutil 51. 11. 0 / 51. 11. 0
libavcodec 53. 8. 0 / 53. 8. 0
libavformat 53. 6. 0 / 53. 6. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 25. 0 / 2. 25. 0
libswscale 2. 0. 0 / 2. 0. 0
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Tue Jul 26, 2011 10:10 am

Re: Serviio on Nexetna, FreeNAS?

Thanks, will try tonight..
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jul 26, 2011 3:41 pm

Re: Serviio on Nexetna, FreeNAS?

Illico wrote:For latest serviio 0.6.2 under windows OS, Zip used a gcc 4.4.2 and following ffmpeg configuration:
configuration:
--enable-static
--disable-shared
--disable-ffplay
--disable-ffserver
--enable-memalign-hack
--enable-libmp3lame
--enable-librtmp
--extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm'
--arch=x86
--enable-runtime-cpudetect
--enable-pthreads
--target-os=mingw32
--cross-prefix=i686-mingw32-
--pkg-config=pkg-config
libavutil 51. 11. 0 / 51. 11. 0
libavcodec 53. 8. 0 / 53. 8. 0
libavformat 53. 6. 0 / 53. 6. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 25. 0 / 2. 25. 0
libswscale 2. 0. 0 / 2. 0. 0

That's for the Windows build. Especiallly the stuff around extra-libs.
You'll also need Java 1.6.
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Wed Jul 27, 2011 8:48 am

Re: Serviio on Nexetna, FreeNAS?

I built it successfully without librtpm and libmp3lame. Where shall I get sources for the libs?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 28, 2011 1:44 am

Re: Serviio on Nexetna, FreeNAS?

boris_kaminer wrote:I built it successfully without librtpm and libmp3lame. Where shall I get sources for the libs?

lame is on the serviio donwload page.
librtmp - google for rtmpdump
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Thu Jul 28, 2011 7:48 am

Re: Serviio on Nexetna, FreeNAS?

Thank you
Is any of x264 or h264 codecs included into ffmpeg or they could be included just like rtmp or lame libraries?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 28, 2011 3:38 pm

Re: Serviio on Nexetna, FreeNAS?

ffmpeg can decode h264 by default, encoding is not needed for Serviio but you can link x264 library if you need it for something else
<<

boris_kaminer

Serviio newbie

Posts: 8

Joined: Tue Jul 26, 2011 6:08 am

Post Fri Aug 26, 2011 1:55 pm

Re: Serviio on Nexetna, FreeNAS?

Finally, I've managed to build everything except FLV. It runs fine on Nexenta.
But it's appeared that combination of serviio and Panasonic TX-VT30 cannot show 1080p movies as smooth as needed. Frames are dropped, sound becomes distorted.
The problem could be either in NAS hadware (slow CPU) or in TV itself.
So I dropped the idea and continue to use DUNE with NAS.

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 44 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.