Ok, this might work...
I can playback each of the 4 videos individually via mediacache by using:
HTML Code:
http://wowzaserver.com:1935/mediacache/_definst_/mp4:webserver.com/vod/640/movie.mp4/playlist.m3u8
But I get the errors for:
HTML Code:
http://wowzaserver.com:1935/mediacache/_definst_/mp4:http/webserver.com/feeds/smil/573/playlist.m3u8
With the template location at:
http://webserver.com/feeds/smil/573/
(domain/template_group/template/entry_id)
Error:
INFO stream create http/webserver.com/feeds/smil/573 -
WARN server comment - MediaCacheItemBase.init: Error: Length is zero[0]: http/webserver.com/feeds/smil/573.mp4
WARN server comment - MediaCacheItemBase.init: Error: Length is zero[0]: http/webserver.com/feeds/smil/573.mp4
WARN server comment http/webserver.com/feeds/smil:smil/573 MediaReaderH264.open[1]: java.io.IOException: MediaCacheRandomAccessReader.open: Item not in cache: http/webserver.com/feeds/smil/573
ERROR server comment - MediaReaderH264Cupertino.indexFile:java.lang.NullP ointerException
INFO stream destroy http/webserver.com/feeds/smil/573 -
INFO cupertino disconnect 1369762205 -
Looks like its trying to add the .mp4 to the end of that URL. Is there a syntax to stop that?
A few thoughts:
- The videos on the website wouldn't be protected, correct?
- Bandwidth increases since wowza pulls the video from the webserver, then streams to the client. I see why performance is a concern.
- How would a live stream work? It would have the same webserver url structure, just a different ID.