|
|
|
|
|
by throwaway0665
382 days ago
|
|
Curl just downloads the http response and prints it to the terminal. The sever streams the response and yields a frame of the video every 70ms or so. It sends control characters in the response to clear the terminal and change the color. |
|