Multiple netstream loading

I need to load simultaniously multiple videos (VideoPlayer object with net streams) to my application. If i understand correctly, there are 2 ports available for loading, meaning if i have more then 2 videos i need to load, i have to wait until one is finished or closing the net streams after a certain amount of bytes loaded.

Is there a possibility to open more then 2 ports on demand and use it to load each of the videos i have simultaniously?

Tnx Rony