is it possible to stream data from any online radio channel.
If yes please let me know the procedure.Thanks
is it possible to stream data from any online radio channel. If yes please
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do this by getting the bytes via WebClient and then perform encoding via MediaStreamSource. You are using SHOUTcast, therefore the application/octet-stream can be obtained by requesting the following URL: http://208.53.158.48:8364/;
Or you might need to fake the user agent to avoid standard HTTP requests.