Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Video URL Protection

CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
03-26-2005 18:47
I would like to be able to protect the video URL.
example:
OWNER - Clicks on dialog, sees URL info.
VISITOR - Clicks on dialog, URL info is not there.
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
Ming Chen
Here since 0.4.1!
Join date: 3 Sep 2003
Posts: 524
03-26-2005 19:23
last time I checked, thats already implemented as astricks **
_____________________
Spuds Milk
Registered User
Join date: 28 Sep 2004
Posts: 94
03-26-2005 19:34
Since the client box makes the connection to the URL, you can't really hide it. All you're trying to do is obscure it, which a simple "netstat" from a command prompt window will show you
Fremont Cunningham
Senior Wizard
Join date: 15 May 2004
Posts: 48
03-26-2005 20:21
From: Spuds Milk
Since the client box makes the connection to the URL, you can't really hide it. All you're trying to do is obscure it, which a simple "netstat" from a command prompt window will show you


As has been pointed out in other threads, although you can get the IP number of the server that the stream is coming from, you *CANNOT* get the name of the stream this way, so the information is of little use. The present system seems to provide adequate protection.

FC.
Steve Patel
Registered User
Join date: 4 May 2004
Posts: 39
03-26-2005 21:02
From: Fremont Cunningham
As has been pointed out in other threads, although you can get the IP number of the server that the stream is coming from, you *CANNOT* get the name of the stream this way, so the information is of little use. The present system seems to provide adequate protection.

FC.


Sure, with netstat. However, you can still find the stream. An easy way would be a packet sniffer such as Ethereal.

Still, hiding the URL will deter a lot of people from simply copying the url to their own land, but it is by no means securely hiding it.
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
netstat?
03-27-2005 09:37
I'm a Quicktime n00b, so what is "netstat" and how do I use it? :confused:
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Sorry for the Double Post, but different/similar question:
03-28-2005 05:47
If I use the llSetParcelMediaList (or however you spell it) command to set the quicktime address, does that show up in the land options? I don't have any land in preview, so I can't test this. ;)
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
Ace Cassidy
Resident Bohemian
Join date: 5 Apr 2004
Posts: 1,228
03-28-2005 06:00
While I can understand the desire to limit the upside bandwidth, I'm of the opinion that if you put a URL on the net, then its fair game for all.

TCP/IP and DNS lose some of their appeal otherwise.

- Ace
_____________________
"Free your mind, and your ass will follow" - George Clinton
CamperDave Proudfoot
(_)|33P\ 1337 $xor
Join date: 16 Sep 2004
Posts: 205
Ok...
03-28-2005 06:04
Does the parcel media command not display the change however?

The bandwith isn't the problem, I don't want people copying the content. If they can find it themselves, fine, but I would like that to be as hard as possible ;)
_____________________
The PWNED SHOP!


List of Cool Things I've done first... I think
  1. Put on sale a key mod that makes SL more like an FPS
  2. Made my own custom attachment points - looking for a good use
  3. Found "secret" login screen.
  4. Created a way to call Java methods from LSL --> Thread
Chalky White
Second Life Resident
Join date: 1 Nov 2004
Posts: 140
03-28-2005 14:08
Obscuring the video url was requested early, and implemented early - thanks Lindens.

Of course there are ways round, depending how savvy you are, but it stops people collecting the url in a few seconds from every plot they pass, for later browsing.

I was one who asked for this, and I foolishly assumed that if done, it would apply to audio streaming too.

It doesn't. So I will continue not to stream to my land, waiting in the hope that audio will soon receive similar protection.
Jack Digeridoo
machinimaniac
Join date: 29 Jul 2003
Posts: 1,170
03-28-2005 15:00
I hope it doesn't give people a false sense of security. It's easy to check firewall logs or type netstat to figure out the IP of a stream.
_____________________
If you'll excuse me, it's, it's time to make the world safe for democracy.
Thrash Prototype
Registered User
Join date: 24 Aug 2004
Posts: 31
03-28-2005 16:27
From: CamperDave Proudfoot
I'm a Quicktime n00b, so what is "netstat" and how do I use it? :confused:


netstat is a command you would put in windows dos-like command prompt that will show you active network connections your machine has open