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. RTSP with Phonon / QtNetwork
QtWS25 Last Chance

RTSP with Phonon / QtNetwork

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 7.4k 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.
  • D Offline
    D Offline
    doumdi
    wrote on last edited by
    #1

    I would like to know if there is support for RTSP (Real Time Streaming Protocol) with Phonon / QtNetwork.

    Thank you

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      zhxt
      wrote on last edited by
      #2

      Have you find an issue for rtsp with Qt ?

      I am facing this Now...

      Qt Developer

      1 Reply Last reply
      0
      • M Offline
        M Offline
        milot.shala
        wrote on last edited by
        #3

        Hi,

        There is a support for RTSP and works flawlessly using Phonon. All you have to do is start playing a URL like the code below:

        @setCurrentSource(QUrl("rtsp://rtsp-channel/.."));@

        This worked very well on Symbian, and should work also on Desktop systems.

        If that doesn't work, let me know, I might be able to help, because I faced the similar issue, then I created a very simple youtube app where I used their RTSP protocol for streaming videos to Symbian.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          debian
          wrote on last edited by
          #4

          Also you can use "VLC-QT":http://qt-apps.org/content/show.php?content=133649 without Phonon.

          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