I was wondering what the process was to have an existing URL service updated?
Sometime over the past number of months, Brightcove has changed the request url format thus breaking channels using the current service.
I raise this as I would like to dust off a channel I wrote a few years back that makes use of the Brightcove URL service.
The old format looked something like this:
The new format looks like this (with working direct link):
players.brightcove.net/data-account value/default_default/index.html?videoId=data-video-id value
Here is example data from TVO.org’s website:
data-player=“f31bee77-0591-4478-a007-6b3bbaf5c69f”
data-video-id=“5655132348001”
data-account=“18140038001”
Here is a working direct link:
players.brightcove.net/18140038001/default_default/index.html?videoId=5655132348001
As best as I can tell (and I could easily be wrong), the first default in default_default is the placeholder for the old player id code. HOWEVER, leaving the player id code out of the direct URL doesn’t seem to make any difference in any of the videos I’ve tried. Thus a simpler URL to process it seems.
Is this something I should be working on and submit it somewhere or does someone from the Plex team take this on?
Thanks!