We would like to use adaptive San Jose HTTP with mediacache and the content server is an standard conf apache server.
all file can be pull from originhost
http://originhost/video.mp4
http://originhost/video2.mp4
http://originhost/ios.smil
it is working pretty well with this URL, it will pull the mp4 file from c1 (apache configred in mediacache)
it works prefectly for file base mp4 file.
http://wowzahost:1935/MyApplication/_definst_/mp4:c1/video.mp4/playlist.m3u8?uid=1
http://wowzahost:1935/MyApplication/_definst_/mp4:c1/video2.mp4/playlist.m3u8?uid=1
but no luck on SMIL…
http://wowzahost:1935/MyApplication/_definst_/smil:c1/ios.smil/playlist.m3u8?uid=1
Here is the ios.smil content.
Is the .smil file alongside the .mp4 files on the web root referenced by c1? If not, that’s where it should be. If so, remove c1/ from path in smil, because it is relative to the smil, like this:
<smil><head></head><body><switch>
<video src="mp4:video.mp4" system-bitrate="200000" />
<video src="mp4:video2.mp4" system-bitrate="400000" />
</switch></body></smil>
Richard
Send the stream url and actual http url to support@wowza.com. Include a link to this thread for reference.
Richard
It is on same apache folder already but still no luck