How to embed videos dynamically using media-id instead of file
As per the document, we have to specify file path with extension to load a video. Is there any option to specify media id instead of file? In our current application, we are using a different video player, which was using only a video id (similar to JW player's media_id). Based on that video id, it will automatically identify the file path and file type. Please help me to find a similar solution.