You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- I don't get why you think that streaming the video of your monitor somehow affects the textual representation of the source code you produce. These are completely different things. One thing is the video file that gets uploaded to Twitch, an other is the GitHub repo that you might setup with that code... Section 8 that you quoted defines User Content as the audio/video stream and also the content of the chat (which, as text, could be code), however the code that you display through the video stream is not under User Content, only the video itself is.Bakuriu– Bakuriu2017-12-31 09:30:58 +00:00Commented Dec 31, 2017 at 9:30
- @Bakuriu Because I am quite confused on all this licensing wordings. Since I am "displaying" (word in cited ToS) some "code" (also in ToS), it seemed to me that I'll "grant Twitch... an unrestricted ... right to ..." (do everything they want). If if license my code with some open source license that forbid to do some of the things Twitch want to do, I felt there might be some collision. I just want not to be sued ! Thus, I asked this question to clarify. (Pac0– Pac02017-12-31 18:46:03 +00:00Commented Dec 31, 2017 at 18:46
- also, for instance, I overlooked the "non-exclusive" term , as amon explained in his answer, it means I'm not giving away my rights to do as I want, I was not aware of this. So it is much reassuring.Pac0– Pac02017-12-31 18:46:13 +00:00Commented Dec 31, 2017 at 18:46
- Also, there might not be only code on monitor video, but also in chat for instance.Pac0– Pac02017-12-31 18:50:40 +00:00Commented Dec 31, 2017 at 18:50
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. gpl-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you