Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. DirectShowPlayerService::doSetUrlSource: Unresolved error code 800c0004

DirectShowPlayerService::doSetUrlSource: Unresolved error code 800c0004

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 3.5k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    foxgod
    wrote on last edited by
    #1

    void MainWindow::init()
    {
    RadioURL = "http://79.114.116.139:8080";
    }

    void MainWindow::playRadioStation(QUrl URL){
    QMediaPlayer* player = new QMediaPlayer(this);
    player->setMedia(URL);

    player->play();
    

    }

    DirectShowPlayerService::doSetUrlSource: Unresolved error code 800c0004 why? QMediaPlayer can not play a web video??

    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