SUBMIT A NEW MEDIA URL HERE!

READ THESE INSTRUCTIONS CAREFULLY! You can add a media stream to our database below. Enter a name and URL for the stream first. Then select a category; if its a video stream, select a Video category, and ensure it plays in the QuickTime player. For audio streams, select an Audio category. Please select an appropriate rating. If you want anyone to be able to view the stream, selecy Yes under Public. If you only want your avatar to have access to the stream, select No under Public. Then enter a description, and click the Submit Media button. We will review it and have it posted to the site shortly.

Name:
URL:
Category:
Rating:
Public:
Description:


SLGuide.com is a back-end repository to store media URLs for use in the Second Life metaverse. It is compatible with both the free SLGuide Player by FlipperPA Peregrine and the FreeView player by CrystalShard Foo.

[ Main | Help | Get the FREE SLGuide Player ]

Welcome to FreeView with SLGuide Help!

FreeView is a free to copy, open-source Streaming Video viewer. Its features include: Full parcel media controls for video streams, web-based movie listing, a picture viewer mode with an image browser and loop function, notecard-based bookmarks, and more!

(NOTE: FreeView is NOT FOR SALE. Feel free to distribute and modify, but do not sell under any circumstance.)

This manual is here to help you with all sorts of questions and issues you may encounter while setting up this device.


Index:

- Setting FreeView on a parcel owned by a single person

1. Drop FreeView in your parcel.

You're done.

Dont worry about the "FreeView Remote" object - feel free to get rid of it. It is only there for group owned parcels. You do not need it for a private parcel.

[
Go back to top]

- Setting FreeView on a parcel owned by a group.

1. Set the object as "Share with group", and make sure that all of its permissions are enabled (copy, modify, transfer).

2. Enter the object's contents, and make sure that all its internal items are also set as "Share with group". Make sure that they are also all checked as "copy, modify, transfer".

3. Set the object's affiliation to the group that owns the parcel.

4. Press the "Deed" button to make the object owned by the group. (only group officers can do this. Ask a group officer if you are not a group officer.).

And thats it. To use the television controls, make sure that you have your group title selected. FreeView will open the menu only to its owner, or people who have the same group affiliation as itself.

NOTE: The WebGuide does not work straight out of the box on group-owned parcels. To configure the webguide on group parcels, please read the following section: "Setting up WebGuide support on Group-owned parcels".

[
Go back to top]

- Setting up WebGuide support on Group-owned parcels

As part of the SecondLife limitations, group-deeded objects cannot open browser URLs.

To overcome this limitation, FreeView has a special "FreeView Remote" object available in the package.

To configure this remote, perform the following steps:

1. Rez the remote object next to the FreeView viewer object.

2. Set the remote's group affiliation to the parcel's group to prevent an auto-return.
** DO NOT DEED THE REMOTE TO GROUP **

This is important. Just leave it owned by a single person, yet group affiliated.

3. Click the FreeView TV and go through the following menu options:
Video -> Configuration -> Set Remote

You're done.

The remote will now open the URLs for you whenever you choose to open on FreeView!

[
Go back to top]

- Changing the screen size (bigger, smaller, etc')

You can easily change the screen size of FreeView by Editing the object using the standard editing tools. This is because FreeView is a Modifyable object.

Just right-click the object, select Edit, hold CTRL-Shift and pull the colored blocks to change the shape of the object.

If you are not certain of what this means or how to change the sizes of objects in SecondLife, please contact Live Help for further assistance by selecting the following menu options in your SecondLife client: Help -> Live Help.

[
Go back to top]

- Letting other people use FreeView on your private parcel

Normally, FreeView will only listen and open the dialog menus for its owner. However, if you wish to allow other people to open the dialog and control the script, you can perform the following steps:

1. Edit the object and set it to a group.

Thats it. From this moment, anyone who has the group you chose active and selected on themselves, will be able to open the menu on the object.

[
Go back to top]

- Access controls on group-owned land

When Deeded, FreeView will open its menu and accept commands from anyone who is a member of the group it has been deeded to. The person does not have to be an officer. (Scripts cannot detect if a person is a group officer or not!)

There is no way to limit FreeView to interacting only with select people. To do so, please look in the next section: "Advance modification of access controls in the source".

[
Go back to top]

- Advance modification of access controls in the source

You can edit the FreeView script to modify the way it works with access controls.

At the time of this writing (version 1.2), the access control bit can be found in line 234 in the touch_start event. The section currently looks like so:

//-------------------------------------------------------------------------------
        //Listen only to owner or group member. Edit this code to change access controls.
        if(llDetectedKey(0) != llGetOwner() && llDetectedGroup(0) == FALSE)
            return;
//-------------------------------------------------------------------------------

You can modify this bit to extend your access controls.

For example, to hard-code names of specific people who can always access FreeView into the code regardless of their current group affiliation, you can do this:

//-------------------------------------------------------------------------------
        //Listen only to owner or group member. Edit this code to change access controls.
        if(llDetectedKey(0) != llGetOwner() && llDetectedGroup(0) == FALSE)
            if(llDetectedName(0) != "John Doe")
                return;
//-------------------------------------------------------------------------------

This will cause FreeView to always listen to John Doe no matter what, while also listening to the owner, or anyone with the proper group affiliation set (if any is available)

You can add multiple people this way by using the following format:

//-------------------------------------------------------------------------------
        //Listen only to owner or group member. Edit this code to change access controls.
        if(llDetectedKey(0) != llGetOwner())
            if(llDetectedName(0) != "John Doe" && llDetectedName(0) != "Jane Doe" && llDetectedName(0) != "Foo Bar")
                return;
//-------------------------------------------------------------------------------

This will cause FreeView to work with the following people: John Doe, Jane Doe, and Foo Bar. Additionaly, the removal of "llDetectedGroup(0) == FALSE" will now cause FreeView to ignore group affiliation.

If you find this all confusing and an issue, just contact a scripter. I am sure that someone will be glad to help you modify this script.

[
Go back to top]

- 'I keep getting "Not owned by parcel owner" errors!'

Please try the following steps:

Is FreeView placed in a parcel that you actually own?
Please make sure that you have, infact, placed FreeView on your own parcel. Video control scripts cannot affect video streams on land parcels that you do not own.

Is your parcel owned by a group?
If so, please consult the '
Setting FreeView on a parcel owned by a group.' help topic.
In the case that you have allready followed the steps listed in this category and you are still getting the error, please try the following steps:

  • Make sure that the object is set to the right group.
  • Make sure that the object is infact deeded to the group. This is different then just setting affiliation! (If you are not sure what "deeding to group" means, please contact Live Help for assistance trough the following menus in SecondLife: Help -> Live Help, and ask for assistance on the topic of "deeding objects to group".)
  • If FreeView is allready turned on, click it to open the menu, and select "Power Off" to shut it down. Then, click it to bring the menu again, and select "Video" to turn it back on. This should help if you deeded FreeView to group after turning it on earlier, causing it to miss the recent change in ownership.
  • [Go back to top]

    - 'I click play, but nothing happens!'

    Please try the following steps:

    Before we continue, there is one important fact you need to know about video in SecondLife:
    SecondLife does not actually supports video on its own. Instead, it takes the URL that you specify, and runs it trough
    Quicktime silently in the background. It then "steals" the picture and sound from Quicktime, and pastes it on the texture that you specify.

    If you have tried both the above options and the problem persists, this may point at a possible Quicktime problem. There are several things that you can do if this is the case:

    If the problem persist with Quicktime even without SecondLife, its very likely that you are having a Quicktime problem, rather then a SecondLife one.

    [Go back to top]

    - 'The picture looks all stretched or messed up!'

    IF THIS HAPPENS ON VIDEO MODE:
    Videos that you play in SL may have a different display size then the texture scales you use on your objects in SL. SecondLife cannot detect this automaticly, but fortunatly, there are two ways to get around this issue relativly easily. One fully automatic but laggy, the second requires very little work each time you load a Video but is much faster:

    - Automatic and laggy: Open your parcel settings by clicking on your parcel's name. Then, select Media. On the lowest part of the window, check the box next to: 'Auto scale content (slower and reduced visual quality)'.

    - Manual and faster: Right-click and Edit the FreeView object's display area. You can make sure that you are editing the proper prim by checking the 'Edit linked parts' box on the Edit window. Go to the Texture tab, and click the button 'Align' (right under 'Align media texture (must load first)').

    The second option will stretch the texture of the current video to match its size. You will have to do this for every different video you run!. If you are going to use the Picture Gallery opion later, you may want to re-size the texture size back to 1, 1 repeats and 0, 0 offset.

    IF THIS HAPPENS ON PICTURE MODE:
    This problem occour because the texture repeat and offset that you are using may be wrong. To fix this:

    Right-click and Edit the FreeView object's display area. You can make sure that you are editing the proper prim by checking the 'Edit linked parts' box on the Edit window.

    Next, click on the Texture tab, and input the following values in the following fields:

    [
    Go back to top]

    Happy viewing!

    - CrystalShard Foo (FreeView author)
    - FlipperPA Peregrine (WebGuide author and maintainer)

    And many others who have helped by offering tips and their own modifications to make this script get better and better!

    Our Newest Streams
    How to Embed a Notecard in an Object (G) (Report Dead Stream)
    The Undo Function (G): Every mistake's favorite feature! (Report Dead Stream)
    Using HUDs (G): Heads Up Displays are used for more and more useful tools within Second Life. (Report Dead Stream)
    Using Text Notecards (G): How to create and share notecards. (Report Dead Stream)
    Using Storage Prims: Opening and Selling Boxes (G): They're almost like a zip file! (Report Dead Stream)
    Managing Your Inventory (G): Everyone's favorite task - inventory clean up! (Report Dead Stream)
    Tiny Prims (G): Walk through on creating tiny prims for building. (Report Dead Stream)
    Using Flexible Prims (G): Torley shows how to make a waving flag using flexible prims. (Report Dead Stream)
    Using the Appearance Editor (G): Torley explains how to change your appearance. (Report Dead Stream)
    Snapshot Tool (G): Demo on using the new advanced snapshot tool. (Report Dead Stream)

    Audio: '80s

    Audio: Classical

    Audio: Ethereal / Ambient

    Audio: Folk

    Audio: Hip-Hop / R&B

    Audio: Jazz / Blues

    Audio: Rock

    Audio: Second Life Radio Stations

    Audio: World

    Video: Art

    Video: Computer Science

    Video: Ed Wood Machinima Festival

    Video: Educational Machinima

    Video: History

    Video: Literature

    Video: Movie Trailers

    Video: Movies

    Video: Movies: Shorts

    Video: Music Videos
    Alice In Chains (PG-13): Alice In Chains - We Die Young Music Video (Report Dead Stream)
    Alien Song (PG): A cute alien singing "I will Survive". (Report Dead Stream)
    Amon Trobin - Working Girl (PG): Very surreal (Report Dead Stream)
    Baron Foxley (G): Phil Collins - Against All Odds (Report Dead Stream)
    Beyonce and Shakira-Beautiful Liar (PG-13) (Report Dead Stream)
    Bird Susa (G) (Report Dead Stream)
    Blur - Coffee (G): BritPop (Report Dead Stream)
    Buzz Poets - Parasite (PG-13) (Report Dead Stream)
    comedie (G) (Report Dead Stream)
    Curly Lynch (G) (Report Dead Stream)
    Depeche Mode - precious (G) (Report Dead Stream)
    Depeche Mode -- Enjoy the Silence '04 (G) (Report Dead Stream)
    DJBOBO (G): DJBOBO Musik-Video (Report Dead Stream)
    Duck Songs (G): Plastic Soul Band show in Tokyo (Report Dead Stream)
    Dylan (G) (Report Dead Stream)
    eels - soul jacker (G): a goo video by the eels (Report Dead Stream)
    el nostre niu (G): movis (Report Dead Stream)
    El Presidente - Rocket (G): BritPop (Report Dead Stream)
    Faster Kill Pussycat (PG): Paul Oakenfold and Britney Murphy (Report Dead Stream)
    Fergalicious (G): Fergalicious The mucis video (Report Dead Stream)
    fine (G) (Report Dead Stream)
    Frankie Manning Book Promotional Video (G): A short video highlighting the life and new autobiography of legendary "lindy hop" dancer Frankie Manning. (Report Dead Stream)
    Gemedeira Graves (G) (Report Dead Stream)
    Glow Stick Spins (G): Spinning Glow sticks with efects (Report Dead Stream)
    Gnarls Barkley - Crazy (G): his #1 in 2006 (Report Dead Stream)
    Golden Earring - Radar Love (G): Golden Earring plays Radar Love Live (Report Dead Stream)
    GOO GOO DOLLS - Stay With You - Video (PG): New music video (Report Dead Stream)
    Greenday (PG) (Report Dead Stream)
    Heart in a Cage by The Strokes (PG-13) (Report Dead Stream)
    Japanese hip-hop video(is actually really good*g*) (G): King Giddra is Zeebra, K Dub Shine, and DJ Oasis. song of theirs from 1995 is featured (Report Dead Stream)
    Jeff Fiorello - Live Acoustic @ The Knitting Factory (G): Jeff FIorello playing a live cover of Jack JOhnsons "Flake" into "Madonna's "Like a Prayer" (Report Dead Stream)
    jimi (G) (Report Dead Stream)
    Jimmy Brinx - (PG): White Rapper, Jimmy Brinx and "So You Think You Can Dance" contestant, Kamilah, show you how its done flying in a 3D cube through Time Square (Report Dead Stream)
    karpov 7.145.58(mature)el nostre niu (M) (Report Dead Stream)
    Knowledge (PG-13): Greenday Covering Knowledge by Operation Ivy! Live Pop Disaster 2002 (Report Dead Stream)
    legrec ferraris (G) (Report Dead Stream)
    Madonna - Sorry (G) (Report Dead Stream)
    Madonna - Vogue (G) (Report Dead Stream)
    Madonna-Sorry (G) (Report Dead Stream)
    Mr. Scruff - Get A Move On (G): Funny Music - funny video (Report Dead Stream)
    Muse - Knights Of Cydonia (G): Wild West Athmosphere (Report Dead Stream)
    Music Video: Mexi Oh, From Bjork (G): audio (Report Dead Stream)
    Music Videos On The I (PG): This streaming video channel has a 24 hour stream of free to broadcast music videos. Enjoy! (Report Dead Stream)
    Nick Noir Video (G): Music Video Shot within Second Life (Report Dead Stream)
    nickleback (G) (Report Dead Stream)
    nina loma (R): music videos (Report Dead Stream)
    Paris - 60 Minutes (G): Sounds like 80s (Report Dead Stream)
    Red Hot Chili Peppers - Snow (Hey Oh) (G): From their epic and widely praised #1 double-album 'Stadium Arcadium'. (Report Dead Stream)
    Sage Duncan (G): Real Life Stacey Fox plays duet with her Second Life avatar Sage Duncan (Report Dead Stream)
    slamtv (G): recent music videos (Report Dead Stream)
    Stylewar - Moby - In This World (G): very nice video (Report Dead Stream)
    Tender Forever - Happy Birthday (G): Happy Birthday to you! (Report Dead Stream)
    Test Dept Zenergy (G): Test departments video Zenergy was made in the mid 1990s (Report Dead Stream)
    The Guardian of Souls (R) (Report Dead Stream)
    The Lady of Shallott (G): This is vocal version of Alfred, Lord Tennyson's Lady of Shallott (Report Dead Stream)
    Tiago Argolo (G) (Report Dead Stream)
    tiffa bigwig (G): 1979 Smashing Pumpkins music video (Report Dead Stream)
    Tom Petty - Saving Grace (G): from the album Highway Companion (Report Dead Stream)
    U2 - Beautiful day (G): videoclip (Report Dead Stream)
    Ultra Love Ninja (G): a funny ninja music video (Report Dead Stream)
    WE be Burning (G) (Report Dead Stream)
    Yatta (PG): The original yatta AVI video. (Report Dead Stream)

    Video: Professional Development for Educators

    Video: Psychology

    Video: Second Life Tutorials

    Video: Second Life Videos

    Video: TV