Hello guys,
Im newbie in media streaming, but i have to configure a wowza media server with HLS support.
I have created an application, called “live”.
Here is the application.xml from conf dir:
true
live
${com.wowza.wms.context.VHostConfigHome}/content
${com.wowza.wms.context.VHostConfigHome}/keys
cupertinostreamingpacketizer
transcoder
${SourceStreamName}.xml,transrate.xml
${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles
${com.wowza.wms.context.VHostConfigHome}/transcoder/templates
0
${com.wowza.wms.context.VHostConfigHome}/dvr
append
vodcaptionprovidermp4_3gpp
cupertinostreaming,smoothstreaming,sanjosestreaming,mpegdashstreaming,dvrchunkstreaming
-1
*
*
*
*
digest
none
senderreport
12000
75
90000
0
0.0.0.0
127.0.0.1
*
interleave
httpOriginMode
on
cupertinoCacheControlPlaylist
max-age=10
cupertinoCacheControlMediaChunk
max-age=36000
smoothCacheControlPlaylist
max-age=10
smoothCacheControlMediaChunk
max-age=36000
smoothCacheControlDataChunk
max-age=36000
sanjoseCacheControlPlaylist
max-age=10
sanjoseCacheControlMediaChunk
max-age=36000
cupertinoOnChunkStartResetCounter
true
Boolean
base
Base
com.wowza.wms.module.ModuleCore
properties
Properties
com.wowza.wms.module.ModuleProperties
logging
Client Logging
com.wowza.wms.module.ModuleClientLogging
flvplayback
FLVPlayback
com.wowza.wms.module.ModuleFLVPlayback
I already have an incoming stream, and i can see this in the log files:
Access log:
2013-09-27 13:06:38 CEST comment server WARN 200 - HTTPStreamerAdapterCupertinoStreamer.onPlaylist: Stream not found [live/HLSTest/03.m3u8]: HLSTest - - - 702.136 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-09-27 13:06:40 CEST comment server WARN 200 - HTTPStreamerAdapterCupertinoStreamer.onMediaFile: Stream not found [live/HLSTest/20130926T141428-01-32333live.ts]: HLSTest - - - 703.741 - - - - - - - - - - - - - - - - - - - - - - - - -
2013-09-27 13:06:40 CEST comment server WARN 200 - HTTPStreamerAdapterCupertinoStreamer.onMediaFile: Stream not found [live/HLSTest/20130926T141428-01-32289live.ts]: HLSTest - - - 703.793 - - - - - - - - - - - - - - - - - - - - - - - - -
Error log:
WARN server comment 2013-09-27 13:06:38 - - - - - 702.136 - - - - - - - - HTTPStreamerAdapterCupertinoStreamer.onPlaylist: Stream not found [live/HLSTest/03.m3u8]: HLSTest
WARN server comment 2013-09-27 13:06:40 - - - - - 703.741 - - - - - - - - HTTPStreamerAdapterCupertinoStreamer.onMediaFile: Stream not found [live/HLSTest/20130926T141428-01-32333live.ts]: HLSTest
WARN server comment 2013-09-27 13:06:40 - - - - - 703.793 - - - - - - - - HTTPStreamerAdapterCupertinoStreamer.onMediaFile: Stream not found [live/HLSTest/20130926T141428-01-32289live.ts]: HLSTest
What should i do to make it work?
Wowza Media Server 3.6.2
Windows Server 2008 R2
Currently protocol for incoming stream: webdav-light
I can use rtmp or http-Edgeware if its necessery.
Please help me out