Wowza Community

How to publish live-stream to wowza streaming engine from web app?

Hello everyone,
I have managed to setup Wowza streaming engine locally and successfully tested it with the wowza hosted pages:

  1. https://www.wowza.com/developer/webrtc/dev-view-publish
  2. https://www.wowza.com/developer/webrtc/dev-view-play

That was a straightforward process.
However, I have been searching all over the internet for a way to integrate Wowza into my web app.
In other words, the users of my app should be able to publish and play live-streams from my app just like I did from the wowza hosted pages above.

All I could find is ways to integrate a player that would play a live-stream.
I could not find a way to integrate publishing live-stream from the web app.

I find this a bit strange.

The repo on Wowza’s GitHub does include sample code for publishing a WebRTC stream to WSE.