- Posts: 58
- Thank you received: 0
JW Player - iphone compatible?
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
14 years 1 month ago #3533
by bijou
JW Player - iphone compatible? was created by bijou
Hi,
We're trying to have our videos be playable on iphones. We have them as mp4s and the files themselves seem to be within the technical specs required for iphone, but they won't play. Oddly, they'll play on Androids, though. Do you suppose it's something with our settings on JW Player or with my XML coding?
I'm using the following:
<rss version="2.0" xmlns:media=" search.yahoo.com/mrss/ " xmlns:jwplayer=" developer.longtailvideo.com/trac/wiki/FlashFormats ">
<channel>
<title>Trailers Playlist 2</title>
<item>
<title>title</title>
<description>description</description>
<media:content url="http://filelocation.mp4" type="video/mp4" />
<media:thumbnail url=" filelocation.jpg " />
<jwplayer:provider>http</jwplayer:provider>
</item>
</channel>
</rss>
We're trying to have our videos be playable on iphones. We have them as mp4s and the files themselves seem to be within the technical specs required for iphone, but they won't play. Oddly, they'll play on Androids, though. Do you suppose it's something with our settings on JW Player or with my XML coding?
I'm using the following:
<rss version="2.0" xmlns:media=" search.yahoo.com/mrss/ " xmlns:jwplayer=" developer.longtailvideo.com/trac/wiki/FlashFormats ">
<channel>
<title>Trailers Playlist 2</title>
<item>
<title>title</title>
<description>description</description>
<media:content url="http://filelocation.mp4" type="video/mp4" />
<media:thumbnail url=" filelocation.jpg " />
<jwplayer:provider>http</jwplayer:provider>
</item>
</channel>
</rss>
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 0
14 years 1 month ago #3534
by bijou
Replied by bijou on topic Re: JW Player - iphone compatible?
Also, I was looking at the longtail video forums and saw that this might be the recommended setup for JW Player for iphone, but I'm not certain:
<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "file.mp4",
height: "270",
width: "380"
});
</script>
I think I'd tried that once a long time ago, but went back to the XML coding I'm using now, while trying to get the thumbnail image and a few other things working. Not sure what to go with now...
<script type="text/javascript" src="jwplayer.js"></script>
<div id="thePlayer"></div>
<script type="text/javascript">
jwplayer("thePlayer").setup({
flashplayer: "player.swf",
file: "file.mp4",
height: "270",
width: "380"
});
</script>
I think I'd tried that once a long time ago, but went back to the XML coding I'm using now, while trying to get the thumbnail image and a few other things working. Not sure what to go with now...
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
14 years 1 month ago #3535
by admin
Replied by admin on topic Re: JW Player - iphone compatible?
Could you provide a link ?
and also the provider must be set to video :
<jwplayer:provider>video</jwplayer:provider>
and also the provider must be set to video :
<jwplayer:provider>video</jwplayer:provider>
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 0
14 years 1 month ago #3536
by bijou
Replied by bijou on topic Re: JW Player - iphone compatible?
Thanks a lot for your help!
I sent you a link in a private message.
I am a bit lost in terms of what settings are necessary for what, but I think I set the jwplayer:provider param as http instead of video in order to get pseudostreaming working. I'm not sure if this is necessary, though. Should all else still work fine even if it's set as video?
I sent you a link in a private message.
I am a bit lost in terms of what settings are necessary for what, but I think I set the jwplayer:provider param as http instead of video in order to get pseudostreaming working. I'm not sure if this is necessary, though. Should all else still work fine even if it's set as video?
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
14 years 1 month ago #3537
by admin
Replied by admin on topic Re: JW Player - iphone compatible?
i see that you used a swf skin, can you set an xml one please.
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 0
14 years 1 month ago #3548
by bijou
Replied by bijou on topic Re: JW Player - iphone compatible?
Thanks! I just changed the skin to XML. I'm having someone test to see if that helps. I'd tried setting the parameter as 'video' instead of 'http,' but it seemed to make pseudostreaming not work to have it as 'video.' I'll try changing it to 'video' again for testing if our current test doesn't pan out.
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 0
14 years 1 month ago #3572
by bijou
Replied by bijou on topic Re: JW Player - iphone compatible?
Sorry for the response lag time!
Heard back from the guy testing it. Thanks for you pointer on changing the skin to XML! He can now at least view the player, though the videos aren't playing back. I've changed the parameters from 'http' to 'video' now, so hopefully that will help. Are there any further steps, at this point?
Heard back from the guy testing it. Thanks for you pointer on changing the skin to XML! He can now at least view the player, though the videos aren't playing back. I've changed the parameters from 'http' to 'video' now, so hopefully that will help. Are there any further steps, at this point?
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
14 years 1 month ago #3573
by admin
Replied by admin on topic Re: JW Player - iphone compatible?
It should be ok, if not just tell it here and give me a link on the player (if the url has change)
Please Log in or Create an account to join the conversation.
- bijou
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 58
- Thank you received: 0
14 years 1 month ago #3577
by bijou
Replied by bijou on topic Re: JW Player - iphone compatible?
Hmm, it doesn't seem to have fixed it. We had someone check the site on their phone and still no video playback. The url is the same. Thanks for your help!
Please Log in or Create an account to join the conversation.
- admin
-
- Offline
- Administrator
-
- Coding is good
14 years 1 month ago #3578
by admin
Replied by admin on topic Re: JW Player - iphone compatible?
Hello,
Ok i have a look and it's not working in html5 because the video are not stored in the same domain.
the player is place here
but the video are stored here
In flash it's not a problem as long you have set crossdomain.xml file, but for html5 it's not possible you have to stored in same domain.
Ok i have a look and it's not working in html5 because the video are not stored in the same domain.
the player is place here
Code:
http://www.yourdomain.com
but the video are stored here
Code:
http://media.yourdomain.com:81
In flash it's not a problem as long you have set crossdomain.xml file, but for html5 it's not possible you have to stored in same domain.
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds
Random
-
Refund Policy
Faq 19.Jul -
-
Subscription Plan Map
Faq 19.Jul -
Bento Advanced Plugin
Latest 26.Dec -
Popular
-
JW Player Advanced
15.Apr -
Shopping Page
17.Apr -
-
-
Subscription Plan Map
19.Jul
Recently Updated
-
JW Player Advanced
Latest 15.Apr -
-
Subscription Plan Map
Faq 19.Jul -
-
Bento Advanced Plugin
Latest 26.Dec
Copyright © 2026 Joomla RuleZ. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.
Disclaimer
Joomlarulez and this site is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.

