
JW Player not working on mobile - Flash issue with XML playlist?
I realized our player isn't working on mobile devices. We've been using the same coding for a long time and otherwise it works perfectly. My boss said the issue is that mobile devices don't support Flash and I saw that our coding in the XML playlist includes a line about 'FlashFormats' so I was wondering if this was the issue. This is what we've been using:
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:jwplayer="http://developer.longtailvideo.com/trac/wiki/FlashFormats" version="2.0">
<channel>
<title>playlist title</title>
<item>
<title>TITLE</title>
<description>DESCRIPTION</description>
<jwplayer:source file="rtmpt://stream" />
<jwplayer:source file="http://file"/>
<jwplayer:image>http://image</jwplayer:image>
</item>
</channel>
</rss>
Is that the issue? If so, is there something I can replace that line with that would make it work on mobile?
Thanks!