I’m at my wits’ end and I’m not sure what to do.
We’ve had Wowza Media Server 2 for a while now and it’s worked great with flash clients and rtsp streams. Recently I was convinced that I needed to upgrade to Wowza Media Server 3 and enable the transcoder plugin to support IOS devices. So I bought them both.
We have many physical videos (vod) and some webcams (AXIS Q1755 Network Cameras) all which I’m trying to bring to the iPhone.
Most of our media works on the iPad, but NOT on the iPhone. Ideally, I’d like to get adaptive bitrate/transcoding working for all our media but right now I’m just trying to get a single webcam working (without transcoding). I have explicitly set the stream profile to iphone and you can tell by the quality of the video. Here’s the url:
If I stick this url into a html5 video element it will play fine on the iPad, but it won’t work with the iPhone. Here’s my Application.xml for the “live” app.
[PHP]
true
live
${com.wowza.wms.context.VHostConfigHome}/content
${com.wowza.wms.context.VHostConfigHome}/keys
cupertinostreamingpacketizer,smoothstreamingpacketizer
transcoder
${SourceStreamName}.xml,transrate.xml
${com.wowza.wms.context.VHostConfigHome}/transcoder/profiles
${com.wowza.wms.context.VHostConfigHome}/transcoder/templates
cupertinostreaming,smoothstreaming
-1
*
*
*
*
none
none
senderreport
12000
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
smoothStreamingMediaMajorVersion
2
Integer
[/PHP]
I really don’t have much in the logs that would clue me into what’s wrong. Can you please help?
Also is there a private support form or ticketing system where I could reveal more information?