Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Dashboard – embed VLC player in Dashboard web component

Solved5.03K views11th July 2023Dashboards
1
Thomas Gunkel [SLC] [DevOps Advocate]1.22K 16th August 2022 0 Comments

Is there a way to embed a VLC player in a DataMiner Dashboard web component?

The player shall decode an HLS-stream, e.g. http://10.1.2.3:8888/hls/Skyline/playlist.m3u8

Codec is MPEG-4 AVC (part 10) (H264) for video and ADTS Stereo Audio (VLC is compatible with those)

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Wim Bruynooghe [SLC] [DevOps Advocate]6.59K Posted 17th August 2022 0 Comments

Embedding a VLC player is not possible anymore, except if you’re still using Internet Explorer (which is no longer supported).

You need to have a stream that is supported by web browsers. Since DataMiner 10.1.11/10.2.0 onwards, our video thumbnails supports HLS. Unfortunately your audio codec is probably not supported, hopefully your source can provide it using another codec like AAC or mp3. The stream must also go over HTTPS in case you open the Dashboards app over HTTPS, and it must also have CORS headers allowing the request from the Dashboards application. The url will look like this:
https://mydma.company.local/VideoThumbnails/Video.htm?type=HTML5-HLS&source=https://10.1.2.3:8888/hls/Skyline/playlist.m3u8
Using the web component you can show this webpage on a dashboard.

With Internet Explorer you could use our video thumbnails to embed the VLC player (but as explained above, this is no longer supported): https://mydma.company.local/VideoThumbnails/Video.htm?type=VLC&source=http://10.1.2.3:8888/hls/Skyline/playlist.m3u8

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
1
Bruno Dias [SLC] [DevOps Member]2.36K Posted 16th August 2022 1 Comment

Hi Thomas,

I confess I never tested to embed a VLC player on dashboards but you can embed a webpage in a dashboard. If it works on a browser, it should work on dashboards as well. Did you already try to embed a webpage pointing to that URL instead?

You can find on the image below how can you embed a webpage in a dashboard:

Thomas Gunkel [SLC] [DevOps Advocate] Posted new comment 17th August 2022
Thomas Gunkel [SLC] [DevOps Advocate] commented 17th August 2022

Hi Bruno. I am aware of the web component, but was looking after HTML code I can embed to decode an HLS stream with a VLC-player.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs