I've been trying to get Internet Radio working on a Windows 7 64 machine but with no luck for certain stations (BBC ones for example work OK). As an example from the log, Asset is asked to play Absolute 80s and uses an mp3 128kbps stream:
Internet Radio Request: /Browse.ashx?id=a38252&formats=wma,wmpro,wmvoice,mp 3,ogg&partnerId=KE6_mfl$&username=xxxxxx
Added Fixed URL: http://opml.radiotime.com/Tune.ashx?id=s117787&formats=wma,wmpro,wmvoice,mp3 ,ogg&partnerId=KE6_mfl$&username=xxxxxx Absolute 80s (London) [128kbps] .mp3
When Asset starts the stream it gets a frame error:
Streaming 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein'
->-> [clDecoder::Open]
Opening file 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein' for read access: Opened
->-> [clsmpeg123::Init]
*** Error: Error valid mp3 frame not found. [clsmpeg123::Init]
Serve Entity Set to: audio/L16;rate=44100;channels=2
===========ProcessFileRequest================
http://192.168.0.4:26125/content/c2/b16/f44100/r3-co52.forced.l16
=============================================
Content Range: -1 to -1
Decodes [clDecoder::Get]
Streaming 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein'
->-> [clDecoder::Open]
Opening file 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein' for read access: Opened
->-> [clsmpeg123::Init]
*** Error: Error valid mp3 frame not found. [clsmpeg123::Init]
Serve Entity Set to: audio/L16;rate=44100;channels=2
===========ProcessFileRequest================
http://192.168.0.4:26125/content/c2/b16/f44100/r4-co52.forced.l16
It continues to cycle round the folder trying to find a valid stream until it's told to stop.
The stream works fine from a browser; I've tried disabling Windows Firewall and Virus software but neither makes a difference.
Can you help?
Internet Radio Request: /Browse.ashx?id=a38252&formats=wma,wmpro,wmvoice,mp 3,ogg&partnerId=KE6_mfl$&username=xxxxxx
Added Fixed URL: http://opml.radiotime.com/Tune.ashx?id=s117787&formats=wma,wmpro,wmvoice,mp3 ,ogg&partnerId=KE6_mfl$&username=xxxxxx Absolute 80s (London) [128kbps] .mp3
When Asset starts the stream it gets a frame error:
Streaming 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein'
->-> [clDecoder::Open]
Opening file 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein' for read access: Opened
->-> [clsmpeg123::Init]
*** Error: Error valid mp3 frame not found. [clsmpeg123::Init]
Serve Entity Set to: audio/L16;rate=44100;channels=2
===========ProcessFileRequest================
http://192.168.0.4:26125/content/c2/b16/f44100/r3-co52.forced.l16
=============================================
Content Range: -1 to -1
Decodes [clDecoder::Get]
Streaming 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein'
->-> [clDecoder::Open]
Opening file 'http://network.absoluteradio.co.uk/core/audio/mp3/live.pls?service=a8bb&platform=tunein' for read access: Opened
->-> [clsmpeg123::Init]
*** Error: Error valid mp3 frame not found. [clsmpeg123::Init]
Serve Entity Set to: audio/L16;rate=44100;channels=2
===========ProcessFileRequest================
http://192.168.0.4:26125/content/c2/b16/f44100/r4-co52.forced.l16
It continues to cycle round the folder trying to find a valid stream until it's told to stop.
The stream works fine from a browser; I've tried disabling Windows Firewall and Virus software but neither makes a difference.
Can you help?
Comment