Maax Youtube Video Player

Maax Youtube Video Player 1.2.0

Maax.Site

New Member
Maax.Site submitted a new resource:

Maax Youtube Video Player - Play Youtube videos without ads and page elements clutter

This is a LUA script to manage OBS browser source and add a URL to play embedded videos from Youtube. The script just makes it simple to insert a single video player, create custom playlists or load a Youtube generated list via a remote URL using OBS browser source, without all the ads and page elements on the Youtube page. Report bugs here in the thread.

Installation
  • Extract the .ZIP archive in the OBS installation scripts folder...

Read more about this resource...
 
Maax.Site updated Maax Youtube Video Player with a new update entry:

Change Log

4-17-26
  • Corrected the ID recognition for Youtube generated playlist
  • Added method to allow use of own remote Youtube API/iFrame web page URL
  • Added method to get all scenes instead of just those with browser source
  • Changed screen width and height fields to a single combo select field with preset dimensions but editable
  • Refined coding

Read the rest of this update entry...
 
Hi there!
I wonder if it is possible to extract the youtube video title, so i can populate a text box or write it to a text file.
Thanks and kudos for your nice work!
 
Hi there!
I wonder if it is possible to extract the youtube video title, so i can populate a text box or write it to a text file.
Thanks and kudos for your nice work!
It is certainly possible to implement a method to get title and other data as provided by youtube API. Give a precise process of how you expect the data to be passed.

* will it write to a text source in the same scene?
* you mentioned text box, does this mean there should be a text field added to the configs which will get the title? If yes, how will the data be used? Will it be displayed during video play?
* writing to a text file will be quite complex and require OS specific (Mac, Windows, Linux) coding to make it compatible. This is more applicable to plugins and python scripts. The lua scripts do not have access to all OBS functions, but I will check on it.
 
Back
Top