How do you find all videos in the Brightcove system?
It's a common use case, and yet not quite as straight forward as one would think.
If PHP is your language of choice, the Brightcove PHP SDK, Echove, contains a findAll convenience method which does this for you.
If Java is your language of choice, I strongly recommend downloading the open source SDK:
http://bc-j-mapi-w.sourceforge.net/
And the code for the Java SDK: