I"m having a problem trying to play a api feed from a wowza server using the example "videoplayer" from SDK. I can play mp4 and ISM content with no problem, but wondering does wowza when using hls need a different player than the "videoplayer from the SDK?
Also, I'm not sure where the "<videoprofile>" code that is below this code is supposed to go, in the my XML feed array? Does this code look wrong? Thanks
<feed>
<resultLength>4</resultLength>
<endIndex>4</endIndex>
<item sdImg="http://domain.com/img/sd.jpg" hdImg="http://domain.com/img/hd.jpg">
<title>wowza</title>
<contentId>10002</contentId>
<contentType>Talk</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<metafeed>
<stream>
<clip_id>001</clip_id>
<connection_url>http://wowza.domian.tv:1935/nasa</connection_url>
<video_file>
/mp4:/_definst_/takeoff/hls/moon000001_low.mp4
</video_file>
<video_link>
http://wowza.domain.tv:1935/nasa/mp4:/_ ... ylist.m3u8</video_link>
</stream>
<server/>
</metafeed>
</media>
<synopsis>wowza</synopsis>
<genres>Test Nasa Wowza</genres>
<runtime>160</runtime>
</item>
</feed>
<video_profiles>
<profile>
<id>1</id>
<label>Big MP4</label>
</profile>
<profile>
<id>2</id>
<label>Mid MP4</label>
</profile>
<profile>
<id>3</id>
<label>Low MP4</label>
</profile>
<profile>
<id>4</id>
</streaming>