Questions tagged [dailymotion-api]

The API to embed Dailymotion on a website or to query Dailymotion data

Dailymotion provides two APIs:

  • The Player API lets you embed Dailymotion videos on a web page.
  • The Data API (Graph API) lets you manipulate Dailymotion data (users, videos, players, …).
247 questions
1
vote
1 answer

ionic dailymotion iframe player "ERR_FILE_NOT_FOUND"

when i use the browser to preview the app the video player works but on the phone it gives the error below i think the problem is that 'file:' that is added is what causing the problem but i cant seem to get rid of it with string.replace('file:','')…
1
vote
2 answers

Video does not play in a WebView, but audio plays

I am using DailyMotion SDK in my android app to load the dailymotion videos in my app. The problem is when I play the video, Only audio is coming out but not video. Black screen is showing instead of video. Please help me this thanks in advance. My…
user7792932
1
vote
0 answers

Is it possible to use Dailymotion API to repost a video?

Is it possible to use Dailymotion API to repost a video? I can't find any documentation about it, but I'd be surprised to learn it's not possible.
Ronen Teva
  • 1,345
  • 1
  • 23
  • 43
1
vote
1 answer

Dailymotion API PHP Upload with Geoblocking

i'm try to write dailymotion api upload php code i'm use example code from https://developer.dailymotion.com/guides it's work great and i want add Geoblocking only allow Japan this is my code require_once 'Dailymotion.php'; // Account…
1
vote
1 answer

How to get thumbnail from openload.io videos from the video id like youtube

For youtube we use http://img.youtube.com/vi/video-id Where video-id is code of that of video from url For Dailymotion we use http://www.dailymotion.com/thumbnail/video/video-id What will the thumbnail for openload.io video?
bharat
  • 11
  • 5
1
vote
0 answers

Playing only audio from an HLS video stream when not connected to WiFi using Daily Motion's hls.js

This question is in regards to DailyMotion's hls.js API My goal is to save on data usage when not connected to WiFi by playing only the audio portion of a HLS video stream. I have looked at similar questions for other APIs but have not found…
RKern
  • 11
  • 1
1
vote
1 answer

I already registered in Dailymotion and create apiKey, then how do I generate sampleapp.properties file?

There is a block code in build.gradle file: Properties props = new Properties() props.load(new FileInputStream("sampleapp.properties")) buildConfigField "String", "apiKey", props.getProperty("apiKey") buildConfigField "String", "apiSecret",…
Huang Zou
  • 25
  • 1
  • 6
1
vote
2 answers

What are the Data- API limits for Dailymotion API

Im trying to develop an app with live streaming features using Dailymotion API. Is there any limits for concurrent live streams(uploads or viewers), bandwidth or storage within the same logged user?
glm4
  • 303
  • 1
  • 10
1
vote
2 answers

Dailymotion video upload using curl

I am trying to get video from google drive to daily motion using curl. i am new to this. i first logged in using: curl --user name:password http://www.dailymotion.com/ then followed guide with this : curl --request POST \ --header…
Jay Patel
  • 127
  • 1
  • 1
  • 11
1
vote
0 answers

While trying to upload video using daily motion API i got this error "The request was aborted: The request was canceled."

i am using daily motion API for uploading videos from my application but when try to upload more than 2 MB sized video i get this error "The request was aborted: The request was canceled." and this error invoked by this line of code var…
Arslan Afzal
  • 95
  • 2
  • 13
1
vote
1 answer

dailymotion api initial play

I'm trying to use the dailymotion api and I'm having problems with iphone and chrome on a mac. In chrome, I have the autoplay set to true and it should work but it doesn't. I get a "play" button for flash on top when I load the player. And I cannot…
Pat-rice
  • 422
  • 1
  • 3
  • 16
1
vote
1 answer

Dailymotion: This `redirect_uri' ([URL]) isn't allowed by `client_id' configuration

I am working with the Dailymotion SDK for PHP: https://github.com/dailymotion/dailymotion-sdk-php Specifically, I am following the instructions here as a test: https://github.com/dailymotion/dailymotion-sdk-php#authorization-grant-type When I try to…
1
vote
1 answer

Embed player with protected videos

I'm looking for one solution to host videos with password protect and same time embed it in my website without need authentication.. so.. I'm imagine a solution like a player API with oauth api or other token/password solution to embed one protected…
1
vote
1 answer

Dailymotion API get refresh token by request.post python

I want to get refresh token from Dailymotion API by this code def get_refresh_token(code): platform = Platform.objects.get(name='Dailymotion') secret_key = platform.secret_key api_key = platform.api_key redirect_uri =…
Le Duy Khanh
  • 1,339
  • 3
  • 17
  • 36
1
vote
1 answer

How to access private Videos with oembed

I have videos embedded on a protected website via the old API. I want to switch to the new API. All I need is an embed-code for a PRIVATE video. Normally I would call: http://www.dailymotion.com/services/oembed?url= But this does not work for a…
Butsch
  • 11
  • 2