Results 1 to 3 of 3

Thread: Streaming / playing internet radio using QMediaPLayer

  1. #1
    Join Date
    Jul 2008
    Location
    Norway, Trondheim
    Posts
    32
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Streaming / playing internet radio using QMediaPLayer

    Does anyone know how to stream / play an internet radio source using QMediaPlayer? I have tried as follows,but it does not work... Nothing happens.

    player = new QMediaPlayer;
    player->setMedia(QUrl("http://www.p4.no/lyttesenter/p4_norge.m3u"));
    player->setVolume(50);
    player->play();

    Do I have to start messing with network requests and such?

    Regards, Ivar

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Streaming / playing internet radio using QMediaPLayer

    Does your code work if you give it the QUrl to a local mp3 file on your own PC?

  3. #3
    Join Date
    Jul 2008
    Location
    Norway, Trondheim
    Posts
    32
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Streaming / playing internet radio using QMediaPLayer

    I got it to work now, the problem was that I was trying to play an URL pointing to a playlist, and not a file... Downloading the content of the playlist and then using the code above works. Anyone interested can check my project here:
    https://github.com/ivareske/QtInternetRadio
    Note that it is far from finished!

Similar Threads

  1. Playing MP4 and FLV with QMediaPlayer
    By JasonKretzer in forum Newbie
    Replies: 2
    Last Post: 12th September 2013, 21:58
  2. QMediaPlayer record radio stream to file?
    By gadlol in forum Qt Programming
    Replies: 0
    Last Post: 1st June 2013, 16:33
  3. internet radio
    By Madhumitha in forum Newbie
    Replies: 0
    Last Post: 23rd February 2011, 07:28
  4. Internet Radio (Qt)
    By somnathbanik in forum Newbie
    Replies: 0
    Last Post: 18th November 2010, 14:08
  5. Search bar for Internet Radio
    By gols in forum Newbie
    Replies: 5
    Last Post: 14th June 2010, 12:51

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.