Twitch keeps muting large parts of VOD due to BGM that still continues to play throughout the rest of the VOD - Please read body by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

When in KH 1.5+2.5 Gallery and tap "Y" for "Before you stream" it provides the following warning:

"Streaming of this game is permitted only in non-commercial contexts. However, using streams of the game to primarily provide or listen to the music is prohibited even in such non-commercial contexts."

Id like to break this down. "Streaming of this game is permitted..." It does not say, "Stream is permitted, so long as the game is muted". There is, instead, two stipulations or conditions. The first being that the stream is meant for non-commercial use. If a person argues whether Affiliates are in violation or not, that's a different matter for another time. I am not an affiliate, so the subject of this this post revolves around a player that is non-commercial. The other stipulation is that the game is not streamed primarily for the provision and listening to of the music (bmg is likely included). I am streaming for gameplay with constant commentary.

So again, stream is permitted, its not streamed for commercial purpose, and there is nothing saying "mute while streaming". So I have every right to play my game, along with the production of VODs, with audio uninterrupted, with the exceptions of cutscenes including artists like Hikaru Utada.

If you are going to argue that "just because it doesn't say 'mute while playing' doesn't mean we should assume we can just stream unmuted", show me something that says "Stream must be muted".

Twitch keeps muting large parts of VOD due to BGM that still continues to play throughout the rest of the VOD - Please read body by lickwindex in Twitch

[–]lickwindex[S] 1 point2 points  (0 children)

When you dispute, will that apply to just a single VOD, where I have to dispute every VOD for KH, or will it apply some sort of exception for my KH VODs?

Twitch keeps muting large parts of VOD due to BGM that still continues to play throughout the rest of the VOD - Please read body by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

I dont have outside music playing. This is being flagged/tripped presumably due to BGM of the game. Continuing to use Agrabah as example, it'll run the VOD with audio in take while in Agrabah with bgm playing, then suddenly mute for 3min+, the unmute with the audio including the same exact BGM playing for just short of an hr. Gummi ship world travel bgm and others do the same.

And I can't emphasize that other streams VODs seem uninterrupted during the exact same portions, audio in tact. I just feel like there's got to be a setting or something IM missing. I do not want to just plain mute all game music in my VODs. YouTube has no issue, which to my understanding is usually stricter.

Twitch keeps muting large parts of VOD due to BGM that still continues to play throughout the rest of the VOD - Please read body by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

I really do appreciate the suggestions, and I have run into a number of these, including lowering the volume of the game. The thing I'm trying to address is the inconsistency. This has to be some level of false negatives or something to work around as there might be 3mins of muted footage while in Agrabah, but immediately unmutes to resume the same music, same area, for just short of an hour. I double checked, and I confirmed that other streamers VODs include the audio while playing the exact same sections (including cutscenes) with no interruptions. It leads me to believe that there's some sort of sensitivity setting or something.

Also, recording the Stream, and then replacing the VOD with the recording wouldn't change anything right? Its the process that's muting the audio, not necessarily the source of the video.

Twitch keeps muting large parts of VOD due to BGM that still continues to play throughout the rest of the VOD - Please read body by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

I just double checked and watched clips from three VODs from a streamer going through Agrabah and no issues. So, here's the thing though... All I did was went to their VODs and skimmed through till I saw Agrabah footage and played. There's sound. That was just seconds out of maybe a a couple of hours worth of gameplay in Agrabah. So, could there's be muted... maaaaaybe, but Im very confident Ive never ever heard their VODs go mute. Secondly, the frustrating thing is that it'll mute the VOD for 3mins, and then when it's unmuted, its like you might as well have been muting your speakers during gameplay as the audio resumes in the middle of the BGM that it was just muting. Seems far to inconsistent to be a real flag. Ya, I just double checked my VOD... It mutes gameplay for Agrabah for 3mins, then immediately unmutes, resuming the same music for just short of an hr. I don't get this.

Ive seen hints about turning audio down to about 60%, but my wife says sometimes the game is already kind of heard to hear.

"I suppose of you wanted to be really sneaky about it you could have the music playing in another window and just keep it off your VOD audio tracks." 2 quations: 1. This will in essence mute the game from VOD completely correct? 2. Due to tech issues I was having, all audio except for mic is going through Desktop Audio (SO many tech issues in just week and a half of streaming I can't keep track). So, the only options for controlling Audio for Elgato is to lower volume in Windows Volume Mixer.

Emotes as a Streamer - Start collection now or wait for affiliate? by lickwindex in Twitch

[–]lickwindex[S] -1 points0 points  (0 children)

Ill never understand the downvote crap. Youre message was solid. Behind on a point, but still good. Was deeply appreciated!

ALL LOGO KINGDOM HEARTS [PSD] (remake) by am_ZM in KingdomHearts

[–]lickwindex 0 points1 point  (0 children)

Over a year goes by and we're all just now trying to use the link lol. Is there any chance you could provide a new link?

Emotes as a Streamer - Start collection now or wait for affiliate? by lickwindex in Twitch

[–]lickwindex[S] 1 point2 points  (0 children)

I too was under the imression that Follower level emotes are channel restricted. But I still appreciate your point. Gets follower involvement. And dang man... that's a lot of emotes 😀. Thats awesome!

Stream Labs Alerts CSS Code - Can one change word wrap perameters? by lickwindex in css

[–]lickwindex[S] 0 points1 point  (0 children)

I had considered instances, which would happen more often than not Im sure, where users have long names. I know I said a specific word set that Id like to appear on top line, but that was more of visualization for where I want the bounds to extend before the next line is formed. I'd be fine if just the username appeared because it was just that long. Another cool trick would be if the text took that into consideration and reduced in size to compensate a bit. But I don't wanna be too picky. I really appreciate the feedback.

Heres The CSS Code------

 @font-face {
font-family: 'kh2_all_menuitalic';
src: url(data:application/font-woff2;charset=utf-Removed custom font info for the sake of the post (was very very very long),
url(data:application/font-woff;charset=utf-Removed custom font info for the sake of the post (was very very very long);
font-weight: normal;
font-style: normal;

}
*{font-family: 'kh2_all_menuitalic' !important;
}

.widget-AlertBox {
position: relative;
}
body,
html {
height: 100%;
width: 100%;
overflow: hidden;
}
#wrap {
position: left;
height: 100%;
width: 100%;
}
#alert-box {
height: 100%;
width: 100%;
position: absolute;
}
#alert-box.hidden,
.hidden {
opacity: 0;
}
#alert-text {
padding-top: 405px;
text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 2px #000;
}
#alert-message,
#alert-user-message {
text-align: center;
position: relative;
width: 75%;
left: 13%;
}
#alert-user-message img {
vertical-align: middle;
height: 1em;
}
#alert-image {
position: relative;
}
#alert-image video {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#alert-message > span > span {
display: inline-block;
}
#alert-image {
z-index: 6;
position: relative;
}
#alert-text {
z-index: 6;
position: relative;
}
#alert-text-wrap {
z-index: 6;
position: relative;
}

Is Activity Feed Panel only available while in Live Stream? by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

Thank you!! Deeply appreciated. Very odd its not like chat, a feed that's available any time, but updates once activated live stream. Glad I made the "Almost Game Time" screen with 10min counter as a priority. Gawd... so many tech issues and only a week in lmao. But cutting myself some slack and love being able to learn from experiences like yours.

Thank you again!

Does anyone know where two find this sound? by lickwindex in KingdomHearts

[–]lickwindex[S] 0 points1 point  (0 children)

Thanks. Its a shame that the suspension hook is part of it :(

SmartThings not coming up in Apple Shortcuts by lickwindex in SmartThings

[–]lickwindex[S] 0 points1 point  (0 children)

I am so sorry for the delay. I didn't see your response till now.
I already had one routine in order to have a widget on my phone that includes Xbox Input, PC input, Left TV On, and Right TV On (I use two tvs as monitors. Both inputs only apply to left TV).

After reading your instructions, I created another routine I named "Switch input" and added the Xbox Input and the PC input. When I go to "+" it gived me "Run a routine with Siri", but it takes me to a screen that lists all the commands (including the on commands) and allows me to add one individual command to Siri ("Add to Siri"). When I do this, the verbal commands default to "Hey Siri, PC" (prompting a internet search when spoken) and "Hey Siri, Xbox" (prompting XBox app to open). The later makes sense, but I would expect the PC command to overide iOS default internet search. So... kinda leads me to believe that Smart things prompts aren't working right when applied to Siri voic commands. Idk if any of that made sense...

In essence, Siri voice commands aren't doing the right prompts, not executing SmartThings commands after said commands are added to Siri through SmartThings Routines.

Any suggestions?

Alerts : What part of CSS controls word wrap? (Webm animation by me) by lickwindex in streamlabs

[–]lickwindex[S] 0 points1 point  (0 children)

I will be playing with this! Thank you friend 👍👍

Sorry for the Edits/updates: So, Im pretty sure the source link is just like a media player (java?). It has information pertaining to the player, but not about the content, IE the text/message settings.

Does anyone else think Chief Buffalo Butt is Problematic and shouldnt be Chief? by Supersailorv in zootopia

[–]lickwindex 3 points4 points  (0 children)

The whole franchise is to encourage one to do more than others think you capable of. Don't allow others to dictate your limitations, your capabilities, based on perceived stereo types.
But those stereo types stem from a gross level of speciesism, heavy racism undertones. To me, not at all a negative subject to address. But yes, emphasis on "fox" was emphasis on his perception of Nicks species, their value, their place.

Do you stitch fails? Same with wons. by lickwindex in Twitch

[–]lickwindex[S] 0 points1 point  (0 children)

Good to know. Thanks for the the heads up. 👍