c# - Requirements for client-server model over the internet -


for college project, hoping develop client/server model in c# allow client stream audio , video server. (android device, streaming pc)

i understand using tcp sockets , ports, should able (eventually) achieve on internet using port forwarding on router.

is possible without port forwarding? how i, say, have install app on pc in phone, , have them communicate? required so?

i have long way go studies before attempt hoping guidance on involved.

you need have static ip , given isp , deploy on iis or can use azure - guess project

asp.net webapi has thhe capability stream data


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -