king7282 / streaming

0 stars 0 forks source link

Streaming Scenario #3

Open king7282 opened 3 years ago

king7282 commented 3 years ago

streaming_scenario

Streamer

Viewer

king7282 commented 3 years ago

finishing the Webcam and WebRTC part

king7282 commented 3 years ago

making the test view in server branch

king7282 commented 3 years ago

cannot use PUT method because of CSRF. Maybe I should find how to disable CSRF in Spring Security. For the reason, I will use POST method temporarily.

king7282 commented 3 years ago

Finish sending image which has canvas. But this image don't have colors so that the image which send to server should be change to image.data.

king7282 commented 3 years ago

the colors problem was caused by client data. I changed the code for color and it works properly. And, I stored the base64data image in server for each time and return the image requested to client.

I considered to make videos but that was bad idea because it took much time to change image to video codec. So, I decided to store just raw images in server.