https://github.com/fiware/tutorials.media-streams
:green_book: FIWARE 503: Introduction to Media Streams
https://github.com/fiware/tutorials.media-streams
express-js fiware kurento media-server tutorial video-processing video-streaming
Last synced: about 1 month ago
JSON representation
:green_book: FIWARE 503: Introduction to Media Streams
- Host: GitHub
- URL: https://github.com/fiware/tutorials.media-streams
- Owner: FIWARE
- License: mit
- Created: 2018-07-13T14:57:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:46:40.000Z (9 months ago)
- Last Synced: 2025-04-30T18:36:10.087Z (5 months ago)
- Topics: express-js, fiware, kurento, media-server, tutorial, video-processing, video-streaming
- Language: Shell
- Homepage: http://kurento.readthedocs.io/
- Size: 1.38 MB
- Stars: 9
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/processing/README.md)
[](https://opensource.org/licenses/MIT)
[](http://doc-kurento.readthedocs.io/)
[](https://stackoverflow.com/questions/tagged/fiware)This is an Introductory Tutorial to [FIWARE Kurento](http://kurento.readthedocs.io/) - a media server generic enabler
used for the analysis and enhancement of video streams via [WebRTC](https://webrtc.org/). The tutorial discusses the
architecture of stream orientated systems, and demonstrates the key concepts behind the use of video streams, by
discussing code written in Node.js. Alternative code examples,written in Java and client-side JavaScript are also
available.The tutorial introduces a series of exercises which can be run directly from within a [Docker](https://www.docker.com)
container, no HTTP calls are required.# Start-Up
## NGSI-v2 Smart Supermarket
**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.Media-Streams.git
cd tutorials.Media-Streams
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Media-Streams/tree/NGSI-v2) | 
| --- | --- | ------
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.