▲ | QuantumNomad_ a day ago | ||||||||||||||||||||||||||||||||||
I’ve sometimes heard Twitch streamers mention that they use two computers for streaming. One is the computer you are seeing on stream, and the other computer is running OBS and using a HDMI capture device. With this new live streaming feature in Asciinema, I could imagine that a small subset of programming streamers could skip buying a HDMI capture device. Specially the kind of developer who works exclusively in the terminal. This small group of people could now stream their terminal from the dev machine to the OBS machine using Asciinema 3, instead of capturing HDMI output. | |||||||||||||||||||||||||||||||||||
▲ | haunter a day ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
That shouldn’t really matter for asciicinema streaming which 0 effect on any kind of performance. The 2 device setup for game streaming was born because of the heavy CPU usage of x264 encoding. So you could have a PC for the game only while the streamig PC takes the encoding load. But even then nowadays a lot of people moved on from that since you can use your GPU for encoding (Nvidia NVENC) which almost has 0% overhead and providing the same or slightly worse quality. Really OBS x264 should be only used for offline video recording say for a Youtube video | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | 0x457 a day ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||
Twitch streamers do that because they are streaming GPU intensive workload (video game) that would compete with streaming software for GPU resources. It also prevents driver crash caused by a video game to crash a stream. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | throawayonthe a day ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
i think the setup you describe is used primarily to offload video encoding to a second pc, not something programming streamers (not running graphically intensive games) probably need not concern themselves with it |