DefaultMediaNameFactory
Default implementation of MediaNameFactory which follows these steps:
- If video exists and has an ID property as identified by Video.Fields.ID, use it
- Otherwise if given a Source object, presumably the one chosen by the current SourceSelector implementation, use the URL from that Source
- Otherwise fall back to the DEFAULT_MEDIA_NAME constant value