glm4
glm4

Reputation: 303

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?

Upvotes: 1

Views: 515

Answers (2)

Cedric Morent
Cedric Morent

Reputation: 1719

There's no limitation for the viewer on the Dailymotion Live Platform. From the broadcaster side, we have a few number of limitations for the streams configuration:

  • Maximum video bitrate: 10 mbp/s
  • Maximum audio bitrate: 500 kbp/s

We also have some limitations on the maximum number of lives/videos that a user can create/upload which is set to 96 per day and per account.

Does this answer your question?

Upvotes: 2

johnh10
johnh10

Reputation: 4185

For the time being, all stream_*_url fields are rate-limited to 50 calls per day per API key.

https://developer.dailymotion.com/api#rate-limit

Upvotes: 1

Related Questions