Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

AirPlay Support


It would be great if you could include AirPlay support for iOS devices when using the JW Embedder...

http://developer.apple.com/library/ios/#releasenotes/General/WhatsNewIniPhoneOS/Articles/iOS4_3.html%23//apple_ref/doc/uid/TP40010567-SW2

For web-based content, you can enable AirPlay Video in the QuickTime Plug-in or HTML5 video element as follows:

QTPlug-in:
airplay="allow"
airplay="deny" (Default)

For example:

bc.. <embed src="movie.mov" width="320" height="240" airplay="allow">



HTML5 video element:
x-webkit-airplay="allow"
x-webkit-airplay="deny" (Default)

For example:

bc.. <video controls width="640" height="368" x-webkit-airplay="allow" src="content/side_with_the_seeds.mov"> </video>

7 Community Answers

JeroenW

JW Player Support Agent  
0 rated :

Yes, we’re working on that. Will get into the player:

http://developer.longtailvideo.com/trac/ticket/1229

JW Player

User  
0 rated :

Ok, good to know... Any idea when this will be implemented?

JeroenW

JW Player Support Agent  
0 rated :

It’ll be in the source code shortly (trivial update). The feature will probably be part of 5.6

JW Player

User  
0 rated :

I am using the 5.6 player but it seems that Airplay is not working. When I press the Airplay button on my iPhone/iPad I can just switch the sound to the Apple TV!?

JeroenW

JW Player Support Agent  
1 rated :

That must be related to either your video or Apple TV then. On the JW Player side, there’s nothing we can do except set a flag to enable it on the iPhone/iPad.

JW Player

User  
0 rated :

I have 5.6 player installed on my site (licensed). Is the the AirPlay setting enabled by default or is there a configuration variable that needs to be set?

JeroenW

JW Player Support Agent  
0 rated :

It’s enabled by default.

This question has received the maximum number of answers.