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

Fish tigerfishdaisy at gmail.com
Thu Sep 3 01:51:05 UTC 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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list