Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Media streaming support in Soletta #2311

Open
lblim opened this issue Sep 13, 2016 · 1 comment
Open

Media streaming support in Soletta #2311

lblim opened this issue Sep 13, 2016 · 1 comment

Comments

@lblim
Copy link

lblim commented Sep 13, 2016

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:

  • a player API that receives an URL and some output? Then some API to list the outputs? (ie: audio devices, video devices...).
  • If the URL is a local video device and the output is an RTP, then it would stream video. If the output is a file, it would save.
  • define what is the output device, how to list and create one.
@lblim
Copy link
Author

lblim commented Sep 14, 2016

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant