Video Player for external URL

Hi! I am building a complex community page that allows to upload videos. Since I don’t want to code up a transcode servive, I am considering bunny.net to do the transcoding and video delivery for me. I would then store the video url in Directus. But is there a way to see the video in the Directus UI rather then the URL string? I found Video players on the marketplace, but they are only playing either Vimeo/YT or a local Directus asset. Thanks for your help!

Hello,

To embed and preview Bunny.net videos inside the Directus Admin Panel, you’ll need to create a custom interface extension. Directus does not allow < iframe> tags in Markdown or WYSIWYG fields due to HTML sanitization for security reasons. A custom extension would let you input the Bunny video ID and render the player using their embed URL.