Results 1 to 5 of 5

Thread: smil file (adaptative bitrate for VOD) problem

Threaded View

  1. #1
    Join Date
    Mar 2012
    Posts
    8

    Default smil file (adaptative bitrate for VOD) problem

    hello again...

    i´m trying to setup an adaptative bitrate for VOD instance.

    folow instructions from tutorials...

    my smil file:

    <smil>
    <head>
    </head>
    <body>
    <switch>
    <video src="mp4:CO20-450.mp4" system-bitrate="450000"/>
    <video src="mp4:CO20-750.mp4" system-bitrate="750000"/>
    <video src="mp4:CO20-1100.mp4" system-bitrate="1100000"/>
    <video src="mp4:CO20-1300.mp4" system-bitrate="1300000"/>
    <video src="mp4:CO20-1500.mp4" system-bitrate="1500000"/>
    <video src="mp4:CO20-mobile300.mp4" system-bitrate="300000"/>
    <video src="mp4:CO20-mobile400.mp4" system-bitrate="400000"/>
    <video src="mp4:CO20-mobile600.mp4" system-bitrate="600000"/>
    </switch>
    </body>
    </smil>

    all files are encoded by Adobe Media Encoder.

    my application conf:

    [install-dir]/conf/vod/ecofest - here is my Application.xml specific file.

    is needed an [install-dir]/application/vod/ecofest ?

    the encoded mp4´s and smil file are here:

    [install-dir]/content/ecofest

    when i try to play via OSMF player from examples-dir i got the error:

    INFO stream create ecofest.smil -
    WARN server comment ecofest.smil open: java.io.FileNotFoundException: /usr/local/WowzaMediaServer/content/ecofest.smil (No such file or directory)
    WARN server comment - HTTPStreamerSanJoseIndex.indexFile[vod/ecofest/smil:ecofest.smil]: MediaList is empty.
    INFO stream destroy ecofest.smil -
    INFO sanjose disconnect 1752844089 -

    what could be wrong here?
    thanks again...
    Last edited by xandeact; 04-21-2012 at 08:22 AM.

Posting Permissions

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