Results 1 to 4 of 4

Thread: strobe error

  1. #1

    Default strobe error

    Hi,
    record ok.
    play - (

    wowza 3.0.5 build1220

    ----------------- url
    http://localhost:1935/dvr/applicatio...nifest.f4m?DVR
    and
    http://localhost:1935/dvr/applicatio...e/manifest.f4m not work
    strobe player Error #2032

    -----------------log
    Code:
    WARN server comment - HTTPStreamerAdapterSanJoseStreamer.onPlaylist: Application context not loaded [[dvr/application/streamName/manifest.f4m?DVR]: dvr/application]: dvr/application
    ----------------- application.xml
    Code:
    ....
    	<StreamType>rtp-live</StreamType>
    ....
    	<Recorders>dvrrecorder</Recorders>
    	<Store>dvrfilestorage</Store>
    	<ArchiveStrategy>append</ArchiveStrategy>
    ....
    	<HTTPStreamers>cupertinostreaming,smoothstreaming,sanjosestreaming</HTTPStreamers>

  2. #2

    Default

    Hi pidboretskyy,

    Try to follow the tutorial again exactly: http://www.wowza.com/forums/content.php?300

    Notice in the tutorial the playback URL does not contain "application" as you posted above:
    Code:
    http://[wowza-address]:1935/dvr/myStream/manifest.f4m
    In the above example "dvr" is the application.

  3. #3

    Default

    thanks, work
    Code:
    http://[wowza-address]:1935/application/myStream/manifest.f4m?DVR
    how to play using the tag video html5?

  4. #4

    Default

    The only browser that supports the HTML5 video tag with H.264/AAC that I know of is Safari on iOS using Cupertino Streaming like this:

    Code:
    <html>
    <head> 
      <title>Cupertino Streaming</title>
    </head>
    
    <body>
    <video controls src="http://[wowza-address]:1935/vod/sample.mp4/playlist.m3u8">
    </video>
    
    </body>
    </html>
    But there may be a current Safari bug. There is a workaround posted in the tutorial I mentioned before: http://www.wowza.com/forums/content.php?300

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
  •