1

ストリームからオーディオを再生しようとしています。インターネットラジオです。このために、私は WMPLib (Windows Media Player ライブラリ) を使用していました。

一部の形式では機能しますが、すべてではありません。

たとえば、この形式では次のように機能します。

http://www.qmusic.nl/live/qmusic_itunes.m3u

しかし、これは再生されません:

http://www.radioveronica.nl/player/radioveronica.pls

Windows Media Player 自体で両方のリンクを試すことができます。

私の質問は、少なくとも両方の形式をサポートできるライブラリはどれですか?

4

1 に答える 1

0

The second one isn't a stream. If you are using Firefox, install Firebug and check the http-requests that are performed by the site. This way, you can get the URL of the actual stream that is played on the site, and that should work.

于 2012-09-28T08:17:48.780 に答える