Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qml video play rtsp stream -- Unresolved error code

Qml video play rtsp stream -- Unresolved error code

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 4 Posters 5.8k 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.
  • T Offline
    T Offline
    topix93
    wrote on last edited by
    #1

    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
    0
    • O Offline
      O Offline
      onek24
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aabc
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • T Offline
          T Offline
          topix93
          wrote on last edited by
          #4

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

          1 Reply Last reply
          0
          • R Offline
            R Offline
            RafaelTSCS
            wrote on last edited by
            #5

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

            1 Reply Last reply
            1

            • Login

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