Accessing LIbrary over Internet

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tedappleberry Offline
Junior Member
Posts: 22
Joined: Apr 2012
Reputation: 0
Post: #1
I have some pretty poor friends who can't afford a Netflix account and I was hoping to extend my collection out to them over the internet. I have a PPTP server on my network but am not confident that streaming over a VPN is going to be that effective. What would be the best way to get a couple of buddies up on my collection?
Thanks!
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,878
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #2
1. have a very fast upstream internet connection

2. use a protocol that works well over the internet and that XBMC supports: WebDAV, http directory, FTP.

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
pkscuot Offline
Fan
Posts: 598
Joined: Jan 2011
Reputation: 10
Location: Honolulu, HI
Post: #3
(2012-07-26 06:57)tedappleberry Wrote:  I have some pretty poor friends who can't afford a Netflix account and I was hoping to extend my collection out to them over the internet. I have a PPTP server on my network but am not confident that streaming over a VPN is going to be that effective. What would be the best way to get a couple of buddies up on my collection?
Thanks!

Ignoring the technical questions, what you are proposing is a violation of the Netflix agreement.
find quote
isamudaison Offline
Donor
Posts: 49
Joined: Aug 2010
Reputation: 0
Post: #4
I do this exact thing, it's pretty easy:

-setup apache (I found this to be the easiest), adding directory support (note: you'll want to password-protect your directories). Here's a simple starter: http://dtbaker.com.au/random-bits/htpass...ccess.html

-open port 80 on your router & point it to your server

-in xbmc, add a source of 'http://yourUserName:password@yourIpAddressOrDomain/pathSpecifiedInApacheConfigToMedia'

I can stream HD material without a hiccup over comcast's lowest-tier cable (maybe 5mb upload?)
find quote
Ned Scott Offline
Team-XBMC Wiki Guy
Posts: 11,878
Joined: Jan 2011
Reputation: 130
Location: Arizona, USA
Post: #5
(2012-07-26 17:04)pkscuot Wrote:  Ignoring the technical questions, what you are proposing is a violation of the Netflix agreement.

He's not sharing Netflix over the internet, he's sharing his personal movie collection. The copyright status on those movies have not been commented on (as in, we have no idea what movies he's planning on sharing).

You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc
find quote
pkscuot Offline
Fan
Posts: 598
Joined: Jan 2011
Reputation: 10
Location: Honolulu, HI
Post: #6
(2012-07-27 05:15)Ned Scott Wrote:  
(2012-07-26 17:04)pkscuot Wrote:  Ignoring the technical questions, what you are proposing is a violation of the Netflix agreement.

He's not sharing Netflix over the internet, he's sharing his personal movie collection. The copyright status on those movies have not been commented on (as in, we have no idea what movies he's planning on sharing).

Sorry, you're right. I read it to mean he was trying to share his Netflix. My bad.
find quote
tedappleberry Offline
Junior Member
Posts: 22
Joined: Apr 2012
Reputation: 0
Post: #7
(2012-07-26 17:04)pkscuot Wrote:  Ignoring the technical questions, what you are proposing is a violation of the Netflix agreement.

You guys crack me up.
find quote
techstacy Offline
Junior Member
Posts: 2
Joined: Feb 2013
Reputation: 0
Post: #8
(2012-07-26 19:31)isamudaison Wrote:  I do this exact thing, it's pretty easy:

-setup apache (I found this to be the easiest), adding directory support (note: you'll want to password-protect your directories). Here's a simple starter: http://dtbaker.com.au/random-bits/htpass...ccess.html

I setup a similar shared library using NGINX web server in Win7. I then used an online .htaccess file generator to create the password files to secure it. So far it's worked well but is definitely not a replacement for the lack of transcode functionality in XBMC .
find quote
Overdose87 Offline
Junior Member
Posts: 17
Joined: Aug 2012
Reputation: 0
Post: #9
Hi everyone can u guys please help me?
I have a zbox id80 with openelec 3.0.1
I have a download connection of 40mb and upload 10mb
I would like to share my xbmc library to my friends and family but i'm a noob on this matter can anyone explain me how i can do this?
I have spent a lot of hours trying to find a solution and i'm stuck Confused
find quote
techstacy Offline
Junior Member
Posts: 2
Joined: Feb 2013
Reputation: 0
Post: #10
Check out this discussion on using the "Plex Server" for serving media across the internet and "PlexBMC" client for viewing. http://forum.xbmc.org/showthread.php?tid=150710. This of course would require you to serve your library from a Plex compliant OS/server.
find quote