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@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs