You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the API doc, in the different asset list, I can see for the mp4 files that there are iPhone 4 / iPad compatible.
What does it mean ? That the codec used for the video can be read on iPhone 4 / iPad compatible, but is the embed player in "media->embed_url" will be compatible on iPhone 4 / iPad ?
I mean, do I need to make myself different pages to stream video (PC, iPhone, etc), or the player is auto-compatible ?
Thanks
The text was updated successfully, but these errors were encountered:
The embed code is fully iPhone/iPad compatible, that means the player will detect its running environment and automatically switch to HTML player version when flash isn't available. You have nothing to do on your side, it works out of the box.
If you want more control over the video stream in your iOS application for instance, you still have the choice to use stream urls directly from the API.
Hi,
In the API doc, in the different asset list, I can see for the mp4 files that there are iPhone 4 / iPad compatible.
What does it mean ? That the codec used for the video can be read on iPhone 4 / iPad compatible, but is the embed player in "media->embed_url" will be compatible on iPhone 4 / iPad ?
I mean, do I need to make myself different pages to stream video (PC, iPhone, etc), or the player is auto-compatible ?
Thanks
The text was updated successfully, but these errors were encountered: