Changeset 1098be62424c5299b02518367c355163e6d1c8c7
- Timestamp:
- 01/08/05 19:13:05
(3 years ago)
- Author:
- Sigmund Augdal Helberg <sigmunau@videolan.org>
- git-committer:
- Sigmund Augdal Helberg <sigmunau@videolan.org> 1122916385 +0000
- git-parent:
[d08e725f2f42cc10a9fcd66f6958bf8b320fe75d]
- git-author:
- Sigmund Augdal Helberg <sigmunau@videolan.org> 1122916385 +0000
- Message:
shout.c: fixed shoutcast discovery (added www. to hostname)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfe087a3 |
r1098be6 |
|
| 126 | 126 | |
|---|
| 127 | 127 | i_limit = config_GetInt( p_this->p_libvlc, "shoutcast-limit" ); |
|---|
| 128 | | #define SHOUTCAST_BASE_URL "http/shout-b4s://shoutcast.com/sbin/xmllister.phtml?service=vlc&no_compress=1&limit=" |
|---|
| | 128 | #define SHOUTCAST_BASE_URL "http/shout-b4s://www.shoutcast.com/sbin/xmllister.phtml?service=vlc&no_compress=1&limit=" |
|---|
| 129 | 129 | psz_shoutcast_url = (char *)malloc( strlen( SHOUTCAST_BASE_URL ) + 20 ); |
|---|
| 130 | 130 | psz_shoutcast_title = (char *)malloc( 6 + 20 ); |
|---|