I need a solution for educational and pracitcal purposes.
1) Say there is a source for streaming music tracks (similar to pandora), how can i go about downloading these tracks? Also lets just assume this isn't piracy.
2) Hypothetically speaking, if this application did violate a sites terms of use policy, would it be possible for them to detect it? I get that its morally wrong (hypothetically speaking, of course)
I'm pretty advanced in development with c sharp, but i'm not great in dealing with web servers. Can i record audio output from a web browser control or something? Can i record the audio output from another web browser simaltaneously running? Or download the file directly from the stream? Again if someone could point me in the right general direction, that would be great.
jefferson9 Newbie Poster 6 posts since Feb 2012 Reputation Points: 10 Solved Threads: 0 Related Article: Opening FTP Read Streams Here are two examples of opening read streams to files on an FTP server. One example uses the FtpWebRequest method. One example uses the WebClient method. Here is a method of testing those functions: using System; using System.Diagnostics; using System.IO; using System.Net; namespace UseFtpStreamExample


No comments:
Post a Comment