Results 1 to 3 of 3

Thread: JW Player settings for vods3

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    23

    Default JW Player settings for vods3

    Hello.
    I have wowza media instance installed at amazon EC2.
    I'm trying to use JW player to preview a file upladed to amazon s3. The JW player configuration is following.

    <script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script>

    <div id="player">This text will be replaced</div>

    <script type="text/javascript">
    var so = new SWFObject('/jw/embed/player.swf','mpl','470','290','9');
    so.addParam('allowscriptaccess','always');
    so.addParam('allowfullscreen','true');
    so.addParam('flashvars','&file=[bucket]/video2.flv&streamer=rtmp://[server ip]/vods3&dock=false');
    so.write('player');
    </script>

    I have a couple of questions.
    1. Could anybody recomend me another free player with configuration so i'll be sure that vods3 is working and there is no problems with permissons.

    2. Also i need a sample of working JW player configuration for vods3 application.

    Thanks in advance.

  2. #2
    Join Date
    Dec 2007
    Posts
    25,643

    Default

    You can use the Wowza player for testing, SimpleVideoStreaming:
    [wowza-install-dir]/examples/simplevideostreaming/client/SimpleVideoStreaming.html

    In either player, using vods3 application the stream name is like this:

    flv:amazons3/[bucket]/video2.flv
    Richard

  3. #3
    Join Date
    Jul 2009
    Posts
    19

    Default

    I don't see an examples folder in my EC2 AMI, what subfolder is it in?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •