VincentPestana / SocketShot

C# console that takes screenshots and streams them over SignalR, to a html webpage.
MIT License
1 stars 1 forks source link

Different stream types #6

Open VincentPestana opened 4 years ago

VincentPestana commented 4 years ago

Need to make a way of having multiple stream types, so that I can test different encoding options. For now just something simple like splitting an image into 2 and sending each image per shot.