One thing that I was surprised not to see in the post was how to deal with editing files that have secrets (such as API keys or email credentials). When I set up OBS, I overlayed a full screen image that says I'm showing something secret which had nothing but a small webcam feed in the bottom right so folks could still see me but not my desktop. It was assigned to a global hotkey toggle of course.
This reminds me of a very funny moment I saw where a streamer was opening his beta invite key for a new game live and realized when he did that he had just leaked the key and someone was going to steal his invite, but he had a 10 second stream delay setup which give him just enough time to rush and enter the key before anyone else could use it.
How to Run a Live Coding Stream on Twitch Using OBS
151–160 of 193 posts
Re: How to Run a Live Coding Stream on Twitch Using OBS
#152Jordan was a little vague in terms of how to get the iPad as a source. I know that QuickTime can capture i(Pad)OS devices as an input source so it might be some built in compatibility when the device is connected via lightning/USB, but another route is NDI. [1] NDI is doubly useful as it: 1. is wireless over the local network 2. allows you to use your phone/tablet's camera as a video source, which can be a reasonable…
Re: How to Run a Live Coding Stream on Twitch Using OBS
#153Earlier quoted context omitted.
Secrets should really be stored in services, not files outside of maybe a single bootstrap file (unless you're working on the secret storage service itself). I generate my secrets once, send them off to the secrets service, and then my service queries that service. I never see the secrets with my own eyes.
This sounds like a turtles all the way down kind of think... Then is it OK to keep the secret of the secrets service, or something in that sense.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#154Earlier quoted context omitted.
One thing you might enjoy is recording your screen for yourself, and then replaying it at 10x speed. I’ve done this before and it allows you to get some of the feeling of “being watched” with none of the privacy or security problems. Also sometimes it’s neat to see the crazy process of building something, particularly if there is ui or visual design tools involved. Also, I do think there is a whole additional level o…
I run a piece of software called TimeSnapper on my machine that takes a snapshot every 10 seconds of the entire desktop area. I have recordings going all the way back to the very beginning of 2006. It is incredibly interesting to watch some of those old recordings to see what I was working on that month.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#155Do a lot of programmers feel like they could be effective on a livestream? I might be in a minority, but my preferred coding style is very non-linear and sporadic, and wouldn't make for an enjoyable viewing experience.
This would be an odd change to do on longer time scales. I do this kind of now, but I'll think for a few minutes and have maybe five to ten minutes of action planned out. Not precisely code just needing translating, more of a rough sketch to flesh out.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#156Earlier quoted context omitted.
It's just a case of taking the time to learn your tools. Take the time if you think it's worth it. A few hours of dedicated learning will put you miles ahead of casual users. It's not at all unattainable.
Thats like saying anyone can become a good concert pianist if they practice enough, not true.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#157Earlier quoted context omitted.
This reminds me of a very funny moment I saw where a streamer was opening his beta invite key for a new game live and realized when he did that he had just leaked the key and someone was going to steal his invite, but he had a 10 second stream delay setup which give him just enough time to rush and enter the key before anyone else could use it.
Twitch has like 30 seconds delay, giving you plenty of time for this kind of moments. If you need more then 30 seconds, then you're out of luck and shouldn't be on Twitch in the first place.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#158Earlier quoted context omitted.
It's just a case of taking the time to learn your tools. Take the time if you think it's worth it. A few hours of dedicated learning will put you miles ahead of casual users. It's not at all unattainable.
Thats like saying anyone can become a good concert pianist if they practice enough, not true.
I'd say what I'm talking about is more akin to learning scales, which most people could do with a few hours of effort.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#159Do a lot of programmers feel like they could be effective on a livestream? I might be in a minority, but my preferred coding style is very non-linear and sporadic, and wouldn't make for an enjoyable viewing experience.
You may have developed some unproductive tics, mannerisms or habits that you’re not aware of.
Be warned. It’s a tough watch sometimes.
Re: How to Run a Live Coding Stream on Twitch Using OBS
#160Do a lot of programmers feel like they could be effective on a livestream? I might be in a minority, but my preferred coding style is very non-linear and sporadic, and wouldn't make for an enjoyable viewing experience.