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. How to stream video from camera using QT6 and GStreamer?
Forum Updated to NodeBB v4.3 + New Features

How to stream video from camera using QT6 and GStreamer?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 296 Views 1 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.
  • K Offline
    K Offline
    ks.zealot
    wrote on last edited by
    #1

    Currently I am trying to develop videochat application that stream video from camera over rtmp.

    So, I need create QUrl that point to gstreamer pipeline. But custom pipeline support was removed from qt6.

    How could I add this backend to qt? Or can I intercept raw data in QMediaRecorder and route them to gstreamer pipeline manually?

    malikcisM 1 Reply Last reply
    0
    • K ks.zealot

      Currently I am trying to develop videochat application that stream video from camera over rtmp.

      So, I need create QUrl that point to gstreamer pipeline. But custom pipeline support was removed from qt6.

      How could I add this backend to qt? Or can I intercept raw data in QMediaRecorder and route them to gstreamer pipeline manually?

      malikcisM Offline
      malikcisM Offline
      malikcis
      wrote on last edited by
      #2

      Hi @ks-zealot,
      I could solve this in QT6 using QVideoSink, however, CPU usage is quite high.
      My main issue being that I need to memcpy a custom buffer to QVideoframe.
      I am willing to help/exchange on this though.
      Could you make progress on your end yet?

      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