
Streaming VOD from Wowza to Android
This is my first use of jwplayer, I'm trying to stream to as many targets as possible.
My setup is:
sources: [
{ file: "http://.../smil:video.smil/playlist.m3u8" },
{ file: "rtsp://.../video_576.mp4"},
{ file: "rtmp://.../mp4:video_576.mp4"}
]
It's working on flash and iPad, but not on my HLS-capable android device. Using the rtsp and http urls directly work, but not with jwplayer.
If I add "androidhls: true", the streams starts but if I try to seek, I get and "File could not be played" error.
How should I setup jwplayer to work with both HLS-capable and RTSP-only android devices?
TIA
greg