I am trying to figure out some way to stream HTML audio I have in a WebBrowser control in the background/when my app is closed.
Does anyone have any experience with this, success or failure?
Thanks,
Matt
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.
It really depends on the way you have your streaming infrastructure you use. Some websites, like Pandora, have a pretty good implementation for that.
You can start here to see how to use the HTML5
<audio>tag, if that is what you intend to use.