Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qt WebKit and ICY

Qt WebKit and ICY

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shayz
    wrote on last edited by
    #1

    Hi,

    Trying to listen to some station in tv.tunein.com, I get stream error - for example, Kol Ha Campus station.
    I found out that the Flash (player) requests this URL 'http://212.29.254.129:7075/;stream.nsv'
    The reply is not a standard http reply and the parsing is stopped in QHttpNetworkReplyPrivate::readStatus, line ~ 483:
    'if (fragment.length() >= 5 && !fragment.startsWith("HTTP/"))'
    It then exits with an error, causing the stream to be closed.
    Is there anything I'm missing? What needs to be done differently to handle streaming of ICY/shoutcast protocol?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved