Results 1 to 2 of 2

Thread: WOWZA SMIL streaming

Hybrid View

  1. #1

    Default WOWZA SMIL streaming

    Hello All,
    I'm using a SMIL file to show video on demand files. when smil file is played on local Quicktime player it is working fine. I have copied all the mp4 video in content folder and sample.smil file. All Mp4 files have same video and audio codec.

    When we are playing the smil file it is giving error in wowza server.

    MediaReaderFactory: getInstance: Missing definition for smil
    The smil i have created follows as:

    Code:
    <smil>
      <head>
      </head>
      <body>
        <switch>
           <seq>
             <video src="mp4:300.mp4"/>
           </seq>
         </switch>
      </body>
    </smil>
    Can we get .smil file using rtsp protocol ? like
    rtsp://[ip]:1935/vod/smil:sample.smil

    I want to know how does wowza server support smil file.

    Thanks
    Ajitpal
    Last edited by ajitpals; 01-19-2011 at 01:26 AM.

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

    Default

    Ajitpal,

    This method is not support for rtsp. It works with Cupertino (iOS), Smooth (Silverlight) and Sanjose (Flash HTTP) streaming.

    Richard

Posting Permissions

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