solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
226 stars 109 forks source link

Media streaming support in Soletta #2311

Open lblim opened 7 years ago

lblim commented 7 years ago

Task Description

So far only sensor data collection is being supported in Soletta, media streaming is not supported yet. Media streaming is needed for use cases like simple digital surveillance use case that using IP camera to stream the video and audio, record video and audio, image snapshot, etc.

The request does not mean to replicate gstreamer, it can be a node or generic API for media subsystem whether the backend is GStreamer or some other library or even have multiple choices that can let user to choose. Just like the wrapper of MQTT implementation in Soletta.

Some notes from discussion with Gustavo, his suggestion:

lblim commented 7 years ago

@laykuanloon @fulong82 @elvinongbl