Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Data
-
HD-Enabler:Kurento
Description
Hey ,
I'm U.Manasa , student in telecommunications doing masters
in sweden . I'm doing a project which is streaming video from raspberry pi
3 using pi camera to fiware cloud . Upon research I have found that kurento
media server generic enabler is used .
Please kindly tell me the guidelines how to exactly implement my project
For streaming video I have seen that webrtc should be implemented . I was
wondering if the kurento client side can be a raspberry pi camera and how
can we stream client side video to kurento server in another PC .
I want my video streaming in the fiware cloud . Please let me know the
guidelines .
Thankyou in advance ,
Regards ,
Manasa.
__________________________________________________________________________________________
You can get more information about our cookies and privacy policies on the following links:
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy
- http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE
Fiware-lab-help mailing list
Fiware-lab-help@lists.fiware.org
https://lists.fiware.org/listinfo/fiware-lab-help
[Created via e-mail received from: Ummadi Manasa <ummadi.manasa@gmail.com>]
Activity
- All
- Comments
- History
- Activity
- Transitions
Hi Manasa,
first of all, we appreciate your interest in using Fiware and Kurento GE.
As a starting point I would refer to the following documentation:
https://catalogue.fiware.org/enablers/stream-oriented-kurento/documentation
There's also plenty of documentation and examples in
http://doc-kurento.readthedocs.io/en/stable/
And you can start using Kurento with this examples:
http://doc-kurento.readthedocs.io/en/stable/tutorials.html
Being more specific with your project.
We recommend starting with Kurento installation:
http://doc-kurento.readthedocs.io/en/stable/installation_guide.html
Then you can test your installation from a laptop using this basic example using it from the same computer you install Kurento and from a different computer:
http://doc-kurento.readthedocs.io/en/stable/tutorials.html#hello-world
In order to use a Raspberry pie as a WebRTC client, you need to run a WebRTC endpoint in your raspberry pie and stream to a Kurento server. You can start testing based on the following example:
http://doc-kurento.readthedocs.io/en/stable/tutorials.html#webrtc-one-to-one-video-call
I hope all this information helps you with your project.
Best Regards