LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Embed VLC into WebVI (NXG)

Solved!
Go to solution

Hi,

 

I tried to embed a video-stream into my WebVI by inserting following into HTML Source: https://webcast.xxxx.com/xxxx/streamname/playlist.m3u8 (sensored for privacy), but it doesn't seem to work with .m3u8. Previously I managed to embed a .cgi-file. Does anyone have experience with embedding .m3u8? 

 

BR

0 Kudos
Message 1 of 4
(1,630 Views)
Solution
Accepted by RoboNuC4

Hi RoboNuC4,

 

I was able to use the video.js library in order to embed a m3u8 stream into a WebVI. The WebVI can be seen on GitHub and is playing the University of Texas Falcon Cam.

 

One thing to keep in mind is that m3u8 is a very flexible format so it's possible the video.js library may not support your specific video. You can see the video.js troubleshooting page discussing their supported formats.

 

Attached is an example project using the video.js library to play the falcon cam m3u8 stream on a WebVI.


Milan
Message 2 of 4
(1,584 Views)

Hi Milan! 

 

This worked great, thank you so much! 🙂 Now I just need a way to implement this into my code 😄

0 Kudos
Message 3 of 4
(1,555 Views)

--

0 Kudos
Message 4 of 4
(1,549 Views)