You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TO PLAY YOUTUBE LINKS ON VLC JUST INSTALL playlist_youtube.lua FROM https://github.com/SxtBox/VLC_Player_Streaming_Data_AIO [USE Automatic Installer.bat]
ob_start();
error_reporting(0);
date_default_timezone_set("Europe/Tirane");
include "db_connection.php";
$select_data = ("SELECT * from streaming where category = 'Youtube Live Streams'");