Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. How to achieve RTSP web-assembly module
Forum Updated to NodeBB v4.3 + New Features

How to achieve RTSP web-assembly module

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
2 Posts 2 Posters 746 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.
  • S Offline
    S Offline
    Sparshme5
    wrote on 16 Jan 2021, 15:34 last edited by
    #1

    I have an application where Wasm can handle video & audio codes, which can be passed to Media Source Ext for rendering purposes. To get RTSP & RTP stream data on the browser, needs RTSP wasm module which can consume RTSP streams.

    Is there any way we can achieve it?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lorn.potter
      wrote on 20 Jan 2021, 06:51 last edited by
      #2

      This is on my list of things to do, but probably won't get done.
      You can use javascript WebRTC API to implement this and use Emscripten's built-in ways to access the javascript API from c++
      https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html

      Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
      Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

      1 Reply Last reply
      0

      2/2

      20 Jan 2021, 06:51

      • Login

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