Skip to content

Commit

Permalink
ShoutCastIODevice: remove an unnecessary call to socketReadyRead()
Browse files Browse the repository at this point in the history
This seems to be the cause of an occasional abort while playing radio streams.
  • Loading branch information
Paul Harrison committed Jun 26, 2013
1 parent 2a9a2cd commit c57729d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythplugins/mythmusic/mythmusic/shoutcast.cpp
Expand Up @@ -431,9 +431,6 @@ qint64 ShoutCastIODevice::readData(char *data, qint64 maxlen)
// the decoder wants more data from the stream
// but first we must filter out any headers and metadata

// first fill our buffer with as much data as is available
socketReadyRead();

if (m_buffer->readBufAvail() == 0)
{
LOG(VB_PLAYBACK, LOG_ERR, "ShoutCastIODevice: No data in buffer!!");
Expand Down

0 comments on commit c57729d

Please sign in to comment.