[ubuntu-mono] [Bug 423481] Re: Banshee refuses to play internet radio stream

Fish tigerfishdaisy at gmail.com
Thu Sep 3 02:51:05 BST 2009


Further investigation indicates that it faults here

[PlaylistParser.cs] (function Parse( ))
            
                        // If more than 4KB of data exists on an HTTP playlist, 
                        // it's probably not a playlist. This kind of sucks,
                        // but it should work until someone can prove otherwise
                        
                        read = web_stream.Read (buffer, 0, buffer.Length);
                        if (read >= buffer.Length - 1) {
                            throw new InvalidPlaylistException ();
                        }

-- 
Banshee refuses to play internet radio stream
https://bugs.launchpad.net/bugs/423481
You received this bug notification because you are a member of MOTU Mono
Team, which is subscribed to banshee in ubuntu.



More information about the Ubuntu-mono mailing list