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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -