Jump to content
View in the app

A better way to browse. Learn more.

Indie Creator Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
This video provides a guide on how to get started with TrovoCast to stream mobile gameplay from a phone or tablet to a computer (0:16).
Here's a summary of the steps and key information:
What is Trovo? Trovo is a streaming platform similar to Facebook Gaming, Twitch, YouTube Live, and Glimesh (0:00-0:10).
TrovoCast Purpose: It allows users to bring mobile gameplay from their device to their stream by connecting via Wi-Fi or USB to their computer and then to OBS (0:13-0:33).
Getting Started:
Download the Trovo App: Download the Trovo app from your app store (iOS or Android) as it integrates all necessary features (0:46-1:10).
Download TrovoCast Software: From the Trovo live FAQs support page, download the TrovoCast software to your computer (1:14-1:24).
Extract and Run: Extract the downloaded 7-zip file and create a shortcut of the executable file to your desktop. Ensure it's set to "run as administrator" for proper functionality (1:31-2:21).
Connecting Your Device:
USB Connection: This method is recommended for its reliability and low latency (2:45-3:04, 3:34-3:48). The video demonstrates how it instantly recognizes and mirrors the phone's display with almost zero latency (3:13-3:32).
Wi-Fi Connection: This is also an option, requiring both your computer and phone to be on the same Wi-Fi network (4:41-4:55). Within the Trovo app, you can select "Cast to PC" to initiate the connection (5:02-5:47).
Integrating with OBS: To add TrovoCast to OBS, add a "Window Capture" source in your scene and select "Trovocast" from the available windows (6:06-6:41).
Current State: TrovoCast is currently in beta, and changes are ongoing, especially concerning audio input on Android devices where both microphone and system audio are captured (7:09-7:33).
This video explains two methods to set up "now live" notifications from Twitch within a Guilded server:
1. Using the Built-in Guilded Bot (1:00-3:18):
Connect Twitch: First, ensure your Twitch account is connected to Guilded. This can be done by going to Settings (gear icon in the bottom left), then Connections, and linking your Twitch account (1:12-1:28).
Add Twitch Bot: Go to your server settings (upper left drop-down), then Bots, and add the pre-existing Twitch bot (1:32-1:46).
Configure Bot: Edit the bot settings to specify which role (e.g., "streamers") should trigger the live notification and customize the message using special variables like $triggering_user_streaming$ and $triggering_stream_link$ (2:00-2:56).
New Flows: Guilded also offers new features where the bot can automatically assign and remove roles when a stream goes live or ends (2:58-3:18).
User Experience: When someone goes live, a link will appear in the designated channel, and the streamer will show up in the member list as "streaming." Users can even watch the Twitch stream directly within Guilded (3:28-4:18).
2. Using Webhooks with IFTTT or Zapier (4:21-10:44):
External Services: This method requires using third-party services like [IFTTT]https://ifttt.com/ or [Zapier]https://zapier.com/. Both offer free plans with limitations (4:26-5:02). IFTTT is presented as more user-friendly for common users (5:13-5:28).
IFTTT Setup:
Create an account on IFTTT.com (5:30-5:39).
Create a new "Applet" (5:47-6:08).
"If This": Select Twitch as the service and choose "A stream goes live for a channel you follow." You'll need to connect your Twitch account to IFTTT and select the specific Twitch channel to monitor (6:12-7:08).
"Then That": Select "Webhooks" and choose "Make a web request" (7:12-7:23).
Guilded Webhook Setup:
In Guilded, go to your server settings, then Webhooks (7:28-7:40).
Create a new webhook, choose the channel where notifications should appear, and copy the webhook URL (7:40-8:47). Caution: Do not share this URL as it allows others to post to your server (8:32-8:43).
Connect IFTTT and Guilded Webhook:
Paste the copied Guilded webhook URL into the "URL" field in IFTTT (8:55-9:03).
Set the "Method" to POST (9:06-9:09).
Set the "Content-Type" to application/json (9:09-9:14).
Copy the specific JSON body provided on the Guilded support page (9:14-9:42). The link to this page is in the video description.
Paste the JSON body into the "Body" section in IFTTT (9:46-9:53).
Click "Create action" and "Finish" (9:54-10:17).
Result: This setup will also create a "now live" post in your Guilded server, similar to the bot method, with a link and preview of the stream (10:17-10:44).
The video description also provides links to IFTTT, Zapier, and the Guilded support page for IFTTT Incoming Webhooks. https://ifttt.com/https://zapier.com/https://support.guilded.gg/hc/en-us/articles/360056299074-IFTTT-Incoming-Webhooks-for-Twitter-YouTube-and-Twitch-
The video provides a walkthrough on setting up a support bot in Guilded to help members create tickets and notify admin/mod staff about issues (0:00).
Here's a summary of the process:
Create a Restricted Group (1:03): It's recommended to create a private group, such as "Office," accessible only to you and your mod team for managing support tickets (1:03-1:54).
Set up a Tickets Channel (1:58): Within the restricted group, create a private chat channel named "Tickets" where support requests will be sent (1:58-2:25).
Create a Support Bot (2:25):
Go to your server settings and create a new bot, naming it "Support" (2:25-2:49).
First Flow - Sending to Tickets Channel (2:49):
Set the trigger to "Member sent message to channel" (2:57).
Configure it to respond when a message contains "!" (exclamation point) "help me" (3:30-3:44).
Add an action to "Send a custom message" to the "Office Tickets" channel (4:00-4:18).
The message content should include the triggering user's name, a summary of their issue, and a link to the original message (4:28-5:34).
Second Flow - Responding to User (5:49):
Create another flow with the same trigger ("Member sent message to channel" containing "! help me") (5:53-6:05).
Add an action to "Send a custom message" back to the originating channel (6:12-6:19).
The message should thank the user, mention the mod team, and state that someone will be by shortly (6:28-7:25).
Save Changes (7:27): Crucially, remember to click "Save Changes" on the bottom left to apply all bot configurations (7:27-7:35).
Troubleshooting (8:06): The video also demonstrates troubleshooting a common issue where the bot doesn't respond to the user due to incorrect message containment settings (8:06-12:16). The key is to ensure the bot looks for messages that contain "!help me" rather than exact content (11:42-12:05).
The creator also mentions more videos on getting started with bots and Guilded server permissions (13:03-13:12).
This video provides a quick primer on setting up and managing bots within a Guilded server.
The video covers the following:
What are bots? Bots automate processes on your server, making tasks easier, such as giving XP or setting up roles for new subscribers (0:14). Guilded bots can combine multiple functions into one bot, unlike Discord, where separate bots are often needed for different tasks (2:02).
Finding existing bots: Guilded servers automatically start with two built-in bots:
Howdy Bot: Greets new members (1:34).
XP Bot: Awards XP to members for their involvement in the community (1:42).
Creating a new bot: The process involves going to server settings, clicking "Create a bot," naming it, and then setting up "flows" using an "if this, then that" logic (2:31).
Setting up bot triggers and actions: The video demonstrates how to set a trigger (e.g., when a forum topic is created (4:27)) and then an action (e.g., sending a custom message to a channel (5:07)).
Consolidating bots: The speaker shows how to turn off the default bots and add their functions (like notifying about a Twitch stream going online (8:25)) to a single custom bot, avoiding the need for multiple bots (7:42). The bot can automatically announce when a streamer goes live on Twitch, including a link to their stream (10:11).
This video provides a quick guide to getting started with Guilded, a community platform presented as an alternative to Discord (0:00-0:12).
Here's a summary of the key points:
What is Guilded?
Guilded serves as a comprehensive community portal (0:35).
It includes features like chat rooms, voice chat, a scheduler, calendars, and a dedicated media setup for pictures, videos, and documents (0:42-1:00).
It's versatile and can be used by gamers, role-players, and even business leaders (1:04-1:16).
Getting Started with Your Guilded Community:
Visit the Website: Go to guilded.gg to begin (1:20-1:25).
Create an Account: Sign up with a username, valid email, and password (1:31-1:42).
Name Your Community: After signing up, you'll be prompted to name your server (2:02-2:08).
Add an Icon: You can upload an icon for your server (2:18-2:27).
Skip Gaming Presets (Optional): If you're not setting up a gaming server, you can skip the option to pre-set features for specific games like Minecraft (2:51-3:12).
Receive Invite Link: Upon creation, you'll instantly get an invite link to share on social media platforms like Facebook, Twitter, Reddit, and Discord (3:22-3:32).
Server Overview: The new server comes with default features like voice chat, an overview, a members list, and the option to set up application-only invites (3:48-4:19).
Creating Channels and Features:
To add a channel, click the "+" sign (4:29-4:32).
Available Channel Types:
Chat Channel: For general text discussions (4:37-4:40).
Streaming Channel: Currently in beta, it picks up microphone audio but not game audio (4:41-4:52).
Voice Channel: Another option for voice communication (4:52-4:55).
Calendar: Useful for scheduling events and coordinating meetups (4:56-5:16).
Announcements: For official posts, which can also be turned into a public blog (5:20-5:39).
Forums: Allows for traditional forum-style discussions (5:44-5:51).
List: For creating to-do lists or checklists (5:52-6:09).
Docs: Ideal for role-playing communities to store character sheets, landscapes, or world settings (6:12-6:33).
Media: For sharing pictures and videos, with the added benefit of being able to comment on individual media files (6:34-7:00).
The video demonstrates creating a "General Chat" channel and setting it as public (7:01-7:24).
Platform Availability:
Guilded is accessible via web browser, a desktop application, and mobile devices (iOS and Android) (7:28-7:48).
The video notes that while mobile is available, the primary development focus is currently on the browser and desktop app, and the team is highly receptive to user feedback (7:50-8:17).
The video concludes by demonstrating how to add a media channel and upload an image, showcasing the comment feature for individual pictures (8:55-9:54), highlighting that a server can be set up in less than 10 minutes (10:00-10:08).
This video provides a quick guide on how to set up your first stream on Glimesh, a new streaming platform that has just launched its alpha version (0:03).
Here's a breakdown of the steps:
Account Setup and Profile Settings (0:21-1:52):
Go to Glimesh.tv and sign in or create a new account (0:24).
Navigate to "Settings" from the upper right drop-down menu (0:37).
Connect your Glimesh account to other social media platforms like Twitter, YouTube, Guilded, Instagram, and Discord (0:52).
Set up your profile picture (1:12).
Add a biography to your profile page, similar to Twitch panels (1:26). (Note: A more detailed guide on creating a professional-looking bio using Markdown and StackEdit will be covered in another video) (1:36).
Save or update your settings (1:46).
Channel Settings and Stream Configuration (1:53-4:49):
Go to "Channel settings" on the left menu (1:56).
Copy your unique stream key and paste it into your OBS (Open Broadcaster Software) (2:06).
Configure your bit rate, audio settings, and FPS (frames per second) (2:14). It's recommended to keep the bit rate between 2500-3500 to accommodate mobile viewers, as Glimesh currently doesn't have a mobile app (2:30).
Choose your primary channel language from a wide selection (3:03).
Upload a channel poster (1920x1080 resolution) that viewers will see when you are offline (3:11). This can be created using tools like Canva or Photoshop (3:28).
Customize your chat background (3:59). You can use a repeating pattern, a solid image, or keep the default Glimesh background (4:18). (Note: A more detailed guide on setting up repeating patterns for your background will be covered in another video) (4:32).
Stream Information and Moderation (4:50-8:42):
Change your stream title to reflect what you're playing or doing (5:00).
Choose your stream category (e.g., Gaming) and add relevant tags like "PC gaming," "Fallout 76," or "blind playthrough" to help with discoverability (5:20).
Review and set up your chat rules using Markdown (6:53). The video recommends using StackEdit.io to design professional-looking chat rules (7:04).
Decide whether links should be automatically clickable in your chat (7:22). It's recommended to keep this off to prevent spam (7:25).
Decide whether to block viewers from posting links at all (8:09). These two settings help you control your chat and protect viewers from malicious links (8:23).
Hit "Update channel" to save all changes (8:45).
The video concludes by mentioning that Glimesh is in its alpha phase, so users should expect some server instability and potential disconnects (9:04). The creator also shares his streaming schedule on Twitch and other social media handles (9:33).

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.