开发者

Streaming data from Online Radio Channel

开发者 https://www.devze.com 2023-02-07 03:49 出处:网络
is it possible to stream data from any online radio channel. If yes please let me know the proc开发者_开发技巧edure.ThanksYou can do this by getting the bytes via WebClient and then perform encoding v

is it possible to stream data from any online radio channel. If yes please let me know the proc开发者_开发技巧edure.Thanks


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消