When creating a Post, there is an option to upload a video and this video is displayed when viewing the post. I can get the list of videos for Post via LiQL query: SELECT * FROM videos WHERE messages.id = 'MESSAGE_ID' How can I embed a player in my component to show a specific video? How can I get a direct video link and use my video player?
... View more