I am very new to this, and I am just looking to be pointed in the right direction, or
be told that this is not possible at all. Any help is very much appreciated.
I want to create a desktop program that does the following:
-
Recording of my streaming software that is broadcasting esports (basicically recording of my screen).
-
Stream it to a few people (5-7 people)
-
Make it so that the people watching can:
3a. Skip/scroll around in the stream/video clip while it is stile being recorded.
3b. Only playback particular parts of the clip according to an external running data
feed(that I already have) by clicking a button in the player. For example,
the feed let’s me know every time a certain event happens in the game, like
one team winning a point.
The user should be able to watch all the times a team won a point, by clicking
the button in my app/player for showing video of all the times a point was won.
The player skips to the first event where a team wins a point, by starting
the clip x seconds before the time stamp of the event, and ending it x seconds
after. As soon as it finishes it skips to the next event where a team wins a
point, doing the same thing as before, starting the interval x seconds before
and ending x seconds after, and then skipping to the 3rd 4th ect. event
repeating the previous procedures.
Is any part of this possible? I am of course particularly thinking of 3b which is expect
to be the far most complicated part to execute
Kasper