[ https://issues.apache.org/jira/browse/FLEX-35119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407276#comment-15407276 ]
Christofer Dutz commented on FLEX-35119: ---------------------------------------- Well I had similar video problems with a Vaadin application. It turns out on all iOS devices Videos are played by the OS natively. The restrictions to this are quite severe. One requirement was that in order to play on iOS the service providing the video stream is required to allow random access (byte-ranges support on the server side) to the video data. I had to implement a special type of provider on the server-side in order to get the video playing. The downside is that I could imagine that we might not be able to help you with this issue, as it's eventually not taken care by Flex, but by the iOS. But I'm no expert on this topic. It was just something hat made me go up the walls and I was happy to find that byte-range info after about 100 searches on the topic. Here a link to a document that helped me quite a lot: (https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/CreatingVideoforSafarioniPhone/CreatingVideoforSafarioniPhone.html) > http real-time video can not play on ios > ---------------------------------------- > > Key: FLEX-35119 > URL: https://issues.apache.org/jira/browse/FLEX-35119 > Project: Apache Flex > Issue Type: Bug > Environment: ios9 > Reporter: mayaping > > http real-time video played well on pc and android. > However,it can not play on ipad. -- This message was sent by Atlassian JIRA (v6.3.4#6332)