Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes it's saying i haven't got flash player on the screens... But if i request a vimeo link it works fine
Videos are not playing because of a problem with the Youtube API
me too
The reason you can't request videos is that the Youtube API isn't being paid for any more from what i can tell, if you want to request/query Youtube video/s using the API you are going to have to sign up and create a project and get an API key for the "Youtube Data API", you should be able to do this on the google developer console/site but from what i remember you have to pay per query using the API not sure tho, you should be able to change your API key somewhere in the cinema gamemode in that services area
It isn't because the api isn't paid for - you only pay for api integration with custom programs and hardware manufacturing (like smart devices.) It's because the gamemode comes with an API key. It's been used by default by so many servers, that it reaches its limits of use per-day everyday at practically every hour.
Easily fix it by:
1) navigate to Steam's install directory and edit:
"steamapps\common\GarrysMod\garrysmod\gamemodes\cinema\gamemode\modules\theater\services\youtube_sh.lua" - there is an API value in this file... you'll need to change that with an api key (keep reading)
2) Follow these steps from Google's Youtube api key setup[developers.google.com] and place the Api key you create in the lua file you opened previously.
For the flash issue... you will need to:
• Download flash for Chromium.[get.adobe.com]
• right-click on gmod in steam and click "properties" and make sure you have x86-64 build selected. Gmod uses Chromium to display some kinds of videos. Chromium relies on flash to complete this functionality in game.
All of the videos albeit switch, youtube - whatever - they use javascript functions. Flash is required for youtube, but isn't required for all of the video services.
You may need to restart both server and all clients might have to restart for it to be reflected on your server.
The 86-64 build has Chormium built into it which has the ability to play both flash and html5 content.... but more importantly it uses the Chromium browser and not Awesomium, which you need in either case for cinema to work. But it is a prerequisite still for this gamemode in order for videos to work in most cases.