We're building apps to play Dailymotion videos from our account and need to play non-public videos with the embedded Dailymotion player (or HTML5 video, but that seems not possible from what i have read so far).
Our PHP script should read all clips from a playlist and pass them to the HTML5/JS frontend to setup the player. This should work without any user interactive authentification, but only with the API keys and secret values, since the PHP code will be executed automatically from the HTML5/JS app. Of course the keys are not public, since they are stored only on the server for the PHP code.
in VIMEO this works through the API keys and also you can set videos to private but allow embedding them on specific domains.
questions are: 1) can we access our non public videos through PHP without user authentification 2) can we play our non public videos through the DM player?
thanks for your answers.