I
I
InWish2016-02-24 17:21:31
C++ / C#
InWish, 2016-02-24 17:21:31

What does it take to create a game streaming service?

Good afternoon. What is needed to create a game streaming service (streaming)? I know that OBS software is used by such projects as twitch, gg, etc. This software is written in C# and C++, can a web developer (php, js (ajax), sql) attach it to the project, or is the presence of a system programmer required? I've never come across this before, so I'm curious.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lem_prod, 2016-02-24
@lem_prod

If you decide to do without C, then you need to dig towards WebSocket
, in particular socket.io for Node.js

S
sim3x, 2016-02-24
@sim3x

Know that OBS software
you know wrong. OBS is used by clients - it is not used on the server
can a web developer (php, js (ajax), sql) attach it to the project
maybe, but he must be able to read the manual
system programmer?
preferably
gg uses ffmpeg-avconv -> nginx_rtmp
twitch has been self-written for a long time, but I haven’t seen an insider about their infrastructure

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question