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. How to stream a video frame by frame from sys1 to a qt-application on sys2 and display it in real time, on linux
Forum Updated to NodeBB v4.3 + New Features

How to stream a video frame by frame from sys1 to a qt-application on sys2 and display it in real time, on linux

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 257 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.
  • P Offline
    P Offline
    Pooja Bhusare
    wrote on last edited by
    #1

    I want to implement GStreamer pipeline using UDP socket and display that video ion QT.
    I am using QT 5.12.9 version.
    I want to run server command in one terminal and client should be in Qt app so it will display video in widgets.
    Server: $gst-launch-1.0 -v filesrc location =<file_path/>video_test.mp4 ! qtdemux ! video/x-h264 ! rtph264pay ! udpsink host=127.0.0.1 port=8000

    client $@client: $gst-launch-1.0 -v udpsrc port=8000 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! filesink location=a.mp4

    please any one help me.

    1 Reply Last reply
    0
    • J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by J.Hilk
      #2

      Please do not double post

      I'm closing this one as the other one has slightly more information:
      https://forum.qt.io/topic/120348/how-to-stream-a-video-frame-by-frame-from-sys1-to-a-qt-application-on-sys2-and-display-it-in-real-time-on-linux


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      2

      • Login

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