Results 1 to 4 of 4

Thread: problem with save mp3 with QNetworkReply

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2014
    Posts
    6
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default problem with save mp3 with QNetworkReply

    i want safe mp3 stream to file

    void Main::reply_readyReadSlot()
    {
    //buff its QBuffer;
    buff.write(reply->readLine());

    }

    always destination file lost ~5% of headers, you can look this file this.
    maybe need writing buffer in other place?
    Last edited by azazaz; 15th June 2016 at 17:08.

Similar Threads

  1. Replies: 13
    Last Post: 9th March 2016, 11:21
  2. Problem with QNetworkReply::abort()
    By themagician in forum Newbie
    Replies: 1
    Last Post: 5th June 2015, 21:27
  3. QNetworkReply and "unknown error" problem
    By hybrid_snyper in forum Newbie
    Replies: 3
    Last Post: 3rd December 2012, 00:45
  4. QNetworkReply::deleteLater problem
    By TorAn in forum Qt Programming
    Replies: 5
    Last Post: 29th August 2010, 22:17
  5. Replies: 10
    Last Post: 14th January 2010, 23:55

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.