2

Is there a way to get video link from Dailymotion like this link for Youtube

http://gdata.youtube.com/feeds/api/videos/+code+?alt=json

Is there an equivalent for Dailymotion ? I search but I didn't find any direct link...

Androzr
  • 65
  • 1
  • 10

1 Answers1

2

Dailymotion doesn't provide rtsp streams anymore. You can instead ask the API for MP4 streams and HLS streams.

Here is an example :

https://api.dailymotion.com/video/x1ysf8a?fields=id,title,stream_hls_url

You can find a complete documentation here : http://www.dailymotion.com/doc/api/graph-api.html

Please note that in order to get access to the streams you need to become a content-partner. Without the correct authorizations, the API will not give you the streams. You should contact Dailymotion here : http://publisher.dailymotion.com/en/

Guillaume
  • 1,051
  • 1
  • 11
  • 15