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. RTP on QT Linux Application.
Forum Updated to NodeBB v4.3 + New Features

RTP on QT Linux Application.

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 3.4k Views 2 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.
  • T Offline
    T Offline
    Tejas Virpariya
    wrote on last edited by Tejas Virpariya
    #1

    Hi,

    I developed Qt Multimedia Application which can play media file from local file location, now I want to play video from rtsp. I want to make application same like VLC player with Ctrl+N functionality, in which vlc can accept "rtsp://ip_address:port/folder/file.amp" and play live video.

    Can anybody help to make application which can play live video from rtp server?

    Thanks.

    -Thanks
    Tejas Patel

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Tejas-Virpariya said:

      rtsp

      hi , have you considered using the VLC library
      https://wiki.videolan.org/LibVLC_Tutorial/

      as supporting streaming takes a whole lot of code so using library would make you
      job so much easier and far less buggy.

      there is even a wrapper
      https://github.com/vlc-qt/vlc-qt

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kolegs
        wrote on last edited by
        #3

        I was looking into the same problem. And as far as I know the best solution is to check QtAV.
        I managed to run this on iOS and Linux, so it should fit your requirements.

        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