1
Answer

how to play audio files available in different server.

sri dev

sri dev

12y
1.1k
1
Hi,
 
I have to develop an application to play audio files available in different server.
suppose my application is hosted in Server A.and we have audio files to play available in Server B.
 
so how to connect to server B programatically using C# and ASP.NET and play that files.
 
please respond quickly 
Thank You very much
D Srinivas
Answers (1)
0
Deepak Verma

Deepak Verma

NA 1.7k 690.4k 12y
Hi, It'll work similarly as for files on same server. you have to assign the full path to the file available on server B (for eg: 'http://www.mysite.com/files/123.wav' or https://1.1.1.1/files/123.mp3'). The file will run as long as the server B is up.