Reputation: 2607
We have a requirement to embed videos on a website aimed for Children and would prefer to use a video hosting service.
The likes of YouTube allows for an embedded player to be stripped of chrome and, importantly, the recommended videos displayed after a video ends.
This is important to protect a child from browsing unsuitable content after they have watched the video.
However when viewing a video in iOS, the native YouTube player is launched which has no such child-safe measures.
Remember the key requirements are:
Upvotes: 1
Views: 828
Reputation: 612
Video sharing sites that are completely child-safe are rare but check out 'KidsTube'. It's being actively monitored.
You could also use a HTML5 fallback for mobile safari, it will use the default HTML5 mediaplayer in mobile safari. As demonstrated by Ben Barnett.
There might be standalone HTML5 mediaplayers that supports YouTube. YouTube itself has it's own instructions to embed HTML5 videos, but i'm not sure if mobile safari is supported (Info).
Upvotes: 2