Quote:
Originally Posted by Burley
You were right.
Sorry to bother you with the brightcove thing again, but I still can't get the brightcove video's to work;
Below is the link I got from paintballstar.com
Code:
http://link.brightcove.com/services/link/bcpid1126114367/bclid1133242044/bctid1636622561
On my forum, it just shows the link, nothing more.
|
Is that some sort of playlist or player?
AME converts media based on the URL of a page. It isn't, say, guessing or scanning any Brightcove page and converting any media that happens to be there. The definition has to tell it what specfic URL structure to look for, and then specifically what lines of code to look for at that URL. If you post a differently structured URL or the lines of code are nowhere to be found on the page, then AME ignores it.
In this case, this player's URL is nothing like the standard Brightcove URL structure. It will only convert a URL that looks similar to this:
http://www.brightcove.tv/title.jsp?t...nel=1184524476, the standard type of page a video is found on. Once it recognizes the URL it will scan the page for the corresponding RegEx patters found in the definition. Anything beginning with
http://link.brightcove.com isn't part of that structure and will be ignored.
If you can direct me to where players are made, I can see if I can make a definition for them. I can't guarantee it, but I will look at it. In some cases, like in the case of the YouTube Custom Player, it isn't possible because there's no relevant code to reference.
Quote:
Originally Posted by KingPin6
I am having a problem with importing the master.xml , when i import it in the preview it shows all the ones listed in the file, but when I finish and view the display it only shows a few have actually been imported.
VB 3.7.2
linux / apache
|
I've never seen that happen before and I can't image what would cause it. Perhaps the server has some sort of limitation on it? Worst comes to worst you could import them all individually. What I would first do is reinstall AME (
don't uninstall it) by re-importing the AME product
with it set to overwrite. What will happen is the default definitions will reappear and you can delete those and try reimporting the Master XML. I can't guarantee it will work because, as I said, I've never seen it happen before, but that would be the first thing I would try. And, of course, be sure to back up your database first just in case.
Oh, and perhaps even more basic, when you imported the definitions, where all of them set to
Yes?