Qt Forum

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

    Qml video play rtsp stream -- Unresolved error code

    QML and Qt Quick
    4
    5
    5229
    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.
    • T
      topix93 last edited by

      i working on Windows 7 32 bit and Qt quick 2.0

      i'm trying to play a rtsp stream with qml but i keep getting this error:
      @DirectShowPlayerService::doSetUrlSource: Unresolved error code 800c0008@

      this is the qml code:
      @import QtQuick 2.0
      import QtMultimedia 5.0

      Rectangle {
      width: 500
      height: 700
      color: "#abcca3"

      Video{
      id:videoPlayer
      x: 2
      y: 2
      width: 250
      height: 250

          source: "rtsp://username@192.168.5.21:554/live1.sdp"
          focus: true
          autoPlay: true
      }
      

      }@

      can anyone help me?

      1 Reply Last reply Reply Quote 0
      • O
        onek24 last edited by

        It looks like there is some kind of authentication issue. Are you sure that QML can access a rtsp properly?

        1 Reply Last reply Reply Quote 0
        • A
          aabc last edited by

          I also tried to use rtsp and it failed.
          Have you made any progress ?

          1 Reply Last reply Reply Quote 0
          • T
            topix93 last edited by

            i found this project: https://github.com/RSATom/QmlVlc it works really great (it's based on libvlc)

            1 Reply Last reply Reply Quote 0
            • R
              RafaelTSCS last edited by

              So guys, any success regarding to this issue? I am facing the same.

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