Page 2 of 22

Re: OpenELEC Beta 4.95.2

PostPosted: Wed Nov 26, 2014 12:38 am
by Hekser
Using OpenELEC-imx6.arm-4.95.3. Try to mount remote windows smb share.
mount -t cifs -o username=user,password=pass //192.168.2.2/d/video /storage/videos/
Ok.
But it used smb1, and transfer speed is too low(about 10mb/s). How can i force to use smb2 protocol?

Re: OpenELEC Beta 4.95.2

PostPosted: Wed Nov 26, 2014 1:55 am
by vpeter
Hekser Wrote:But it used smb1, and transfer speed is too low(about 10mb/s). How can i force to use smb2 protocol?
No idea. Check wiki. Also try mouting in kodi itself not from command line. Wireless or wired connection?

Re: OpenELEC Beta 4.95.2

PostPosted: Wed Nov 26, 2014 2:30 am
by Hekser
wired. 1Gbs
One more try:
Code: Select All Code
mount -t cifs -o username=user,password=pass,vers=2 //192.168.2.2/d/video /storage/videos/
mount: mounting //192.168.2.2/d/video on /storage/videos/ failed: Invalid argument

=(

vpeter Wrote:Also try mouting in kodi itself not from command line.

And how is the speed?

Re: OpenELEC Beta 4.95.2

PostPosted: Wed Nov 26, 2014 4:36 am
by Hekser
another experiments, using kodi to access the files:
proto speed
smb ~5-10mbs
ftp ~5-10mbs
nfs ~10mbs

So, video-files, larger than 4Gb, are unplayable

The best result: download file over ftp to ramdisk on TBS(20-30mbs).

Update:
iperf results
Code: Select All Code
OpenELEC:~ # iperf -c 192.168.2.15 -d
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
------------------------------------------------------------
Client connecting to 192.168.2.15, TCP port 5001
TCP window size: 43.8 KByte (default)
------------------------------------------------------------
[  5] local 192.168.2.91 port 53562 connected with 192.168.2.15 port 5001
[  4] local 192.168.2.91 port 5001 connected with 192.168.2.15 port 25818
[ ID] Interval       Transfer     Bandwidth
[  5]  0.0-10.0 sec   366 MBytes   307 Mbits/sec
[  4]  0.0-13.7 sec  1.12 MBytes   690 Kbits/sec

Re: OpenELEC Beta 4.95.2

PostPosted: Mon Dec 01, 2014 5:34 am
by Ahrlad


Thanks!

I got it working at last with one of the older versions, though one of the programs required a symbolic link from "/storage/.kodi" :)

If anyone else is interested in a download/seedbox, check out https://github.com/lsellens/ Or add repo from zipfile: http://repository-lsellens.googlecode.c ... ellens.zip

Re: OpenELEC Beta 4.95.2

PostPosted: Mon Dec 01, 2014 5:43 am
by Ahrlad
I was wondering about setting up my matrix as a small RAID5 server with three sata hdds... has anyone had any experience with mpcie to sata controller cards such as http://www.conrad.com/ce/en/product/1195021/SATA-III-2PORT-MINI-PCIE-KARTE?ref=list/ ?

I can't read from the web page if linux drivers even exist. What are the chances of the card working in openelec? Does Matrix openelec have any pcie support outside of dtv cards?

Re: OpenELEC Beta 4.95.2

PostPosted: Mon Dec 01, 2014 3:32 pm
by vpeter
Ahrlad, forget raid support on openelec. Use "normal" distro for this.

Re: OpenELEC Beta 4.95.2

PostPosted: Mon Dec 01, 2014 5:09 pm
by Ahrlad
All right, all right, I will. But it would be so very cool :)

Re: OpenELEC Beta 4.95.2

PostPosted: Wed Dec 03, 2014 4:21 pm
by antonl1911
Update to 4.97 brokes this build. Beware!

Re: OpenELEC Beta 4.95.2

PostPosted: Thu Dec 04, 2014 4:25 pm
by Hekser
antonl1911 Wrote:Update to 4.97 brokes this build. Beware!

Where did you get the 4.97 release for TBS2910?