Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    QT VLC-QT

    3rd Party Software
    qt5.4 vlc-qt windows c++
    2
    4
    2230
    Loading More Posts
    • 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.
    • J
      joylamb last edited by

      I am trying accept a udp video stream instead of a local video file.I am using the vlc-qt library in my project.

      instance = new VlcInstance(VlcCommon::args(), this);
      player = new VlcMediaPlayer(instance);
      player->setVideoWidget();//accepts a widget

      However, my program crashes when the vlc instance is created. Please advice.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Do you have any error messages ?

        You should also try to contact the library's authors about that.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 1
        • J
          joylamb last edited by

          Nope, there isn't any error message. The program just crashed.
          Is there any dll file or what that must be added to the project path So that it will work?

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Do a small search on the forum, there was already a thread about Qt-VLC last week that might help you.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post