Trying to create a streaming program for mint for twitch.

About writing shell scripts and making the most of your shell
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
pholey

Trying to create a streaming program for mint for twitch.

Post by pholey »

hey!

i have been trying to figure out the following and as why it wont work:

Got it to work; i had all the bin bash stuff, i just needed to define my variables better in python

when i run it; it just hangs as if it is working, but when i check the twitch account (i have the streamid number and such located in a different var elsewhere, all syntax and such is correct) nothing happens... i have tried avconf and same thing... any suggestions? has anybody gotten this particular script to work??


running LM14 cinnamon if it matters.


thanks!!!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: Trying to create a streaming program for mint for twitch

Post by xenopeek »

Start you bash script with:

Code: Select all

#!/bin/bash
set -x
Or run your script with:

Code: Select all

bash -x ./yourscriptname
This will show you each line with the variables substituted by their values, it may help you trace the issue.
Image
Locked

Return to “Scripts & Bash”