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. webrtc and gstreamer

webrtc and gstreamer

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 544 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
    Dejan
    wrote on last edited by
    #1

    hello QT world,

    this is my first message.
    I have one question.

    Im writing QT application that should display webrtc video. It on AGL (automotive grade linux).

    So what i did so far. I build QTWebEngine with webrtc support. And its working more or less fine on my target

    So now Im trying option with gstreamer. I try this one and its working fine:
    https://github.com/GStreamer/gst-plugins-good/blob/master/tests/examples/qt/qmlsink/

    But now I have to connect it some how with webrtc and that is tricky part because of signaling, exchange of sdp and ice candidates...
    to create gstremer pipeline like in example above (from QT main function) just to play webrtc...

    Is there any code example that could give me a hint how I can do this?
    Or maybe it can not be done... that would be also helpful :) it will save me some time :)

    Br,
    Dejan

    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