-
Re: Anyone tried to retrieve the embedded video URL from the API ?
mattj18 Sep 4, 2019 9:31 AM (in response to hamerlis)Steven Hamerling,
Idea: After you get the second result:
"stillImageURL": "/api/core/v3/videos/images/131127Make the following call using that video id: 131127
/api/core/v3/videos/downloadOptions/131127 (https://myinstance.com/api/core/v3/videos/downloadOptions/131127)
This should return an array of video assets. Select the proper video from there.
-
Re: Anyone tried to retrieve the embedded video URL from the API ?
john_reynolds Sep 4, 2019 12:43 PM (in response to mattj18)That is correct, it's how we got the available sources in our Tiles by Social Edge: Video Tile
-
Re: Anyone tried to retrieve the embedded video URL from the API ?
hamerlis Sep 10, 2019 8:24 AM (in response to john_reynolds)Hi John
have you been able to do the same with video's not hosted in jive ? (an embedded external video)
-
-
Re: Anyone tried to retrieve the embedded video URL from the API ?
hamerlis Sep 5, 2019 6:28 AM (in response to mattj18)Thanks Matt,
but if it try this:
/api/core/v3/videos/downloadOptions/131127
i get:
{"error": {
"status": 400,
"message": "Embedded videos are not supported by this service"
}
}
Which sounds logical, as it is an embedded (external) video, but it would be good if we get the URL to the video, as we see in the front-end
-
Re: Anyone tried to retrieve the embedded video URL from the API ?
mattj18 Sep 5, 2019 12:52 PM (in response to hamerlis)Hmmm. It does work for embedded internal videos which do have a download URL. However, I was unable to find a way for external videos such as your case. The Jive Video Service API is misleading about the Get Embedded Video endpoint: Jive REST Rest API v3.4 → Video service . It claims to return a basic Video object but in reality it returns a different Embedded Video Object. I could not find any other documentation about it. Sorry!
-
Re: Anyone tried to retrieve the embedded video URL from the API ?
hamerlis Sep 10, 2019 8:24 AM (in response to mattj18)Hi Matt, thanks for the effort
-
-
-