Wowza Community

Can I publish my stream from a Tizen web application?

I am developing an alarm management application on a wearable device. It is a Web application (HTML and Javascript). When the alarm is triggered, in addition to sending the alarm status to the control panel, it should record the sound all around the device. This recording should arrive, in real time, in the operations center, publishing the audio stream on the reference Wowza server.

Thanks in advance!

That’s an interesting workflow @Francesco Gerardi and we have had people try to build something similar for an emergency recording. I am not sure about Tizen though and you would need to submit a support ticket to get clarification.

I can tell you that there would be a way to do this with an API method that would create the connection to start and record the live stream or an API call that essentially click a button to start a live stream.

If the Tizen specifications meet our requirements, you should be able to do it, but the tricky part will be creating that alarm connection. Not impossible though!

http://www.wowza.com/media-server/specifications

If that doesn’t help, you have some options:

  1. You could ask in our Slack live-streaming channels and maybe get an answer from one of our engineers or dev- we have several in there.

https://www.wowza.com/slack

  1. You could reach out to our Pro Services team where they can assist you in building this platform:

https://www.wowza.com/support/professional-services

Wouldn’t it be possible to publish the stream using the ffmpeg command?