This demo continues over Demo 3 (Sending small files). Now, we are going to make a webserver that is able to send files no matter their size.
We must be careful with our server’s memory, we may have a really big file in our server and we don’t want to use all of it.
At our first two examples we have been sending all of our content at once on the OnCheckRequest and OnDataReceived events of our RtcDataProvider components.