I'm writing a small channel to pull video from a website that uses Brightcove. Are there any channels that use Brightcove that someone could point me in the direction of to use as an example?
I know there is an URL service already for Brightcove. I've tested one video using http://localhost:32400/system/services/url/lookup?url= and it seems to work fine. I get xml info including an mp4 link. So I assume that I should be good to go from there. However, a couple of attempts at writing a very basic channel using either the tested link or the mp4 in the menu turns up an error. However, when I use a link to a VICE video (which also has an URL service) in the same script, the channel works fine. So I suspect my problems are Brightcove related.
AFAIK, most of the providers that had Plex channels using brightcove have moved to other CDNs. I don't think that there's much of that code still around. It might exist in the history for one or more of the git repos but likely in an old version of the plugin framework. I can't think of any good suggestions off the top of my head.
What happens when you're using http://localhost:32400/system/services/url/lookup?url= with a URL that is not directly a BrightCove URL, is that the BrightCove video URL is first found by the Fallback URL Service. Then the BrightCove service is used to get all the information.