Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page dedicated to understanding of High level design for EMS RDK Media Streaming in R-Pi Zero.

  • Supported WiFi connection.
  • v4l2 Driver is used to capture data from RPI-0 camera Device.
  • /dev/video0 is the RPI-0 camera device to capture data.
  • Supported Soc level Gstreamer plugins to capture data from camera device.
  • Supported H264 encoding format.
  • Supported SD,HD,FUll HD resolution.
  • Supported automatic boot-up process for EMS RMS functionality.

Architecture

Image RemovedImage Added

Design Considerations

...

  • Gstreamer Implementation in EMS

Image RemovedImage Added

  • Implemented EMS RMS side gstreamer pipeline with souphttpsrc plugin and appsink plugin.
  • Souphttpsrc plugin is getting the encoded data from Mongoose server from 8080 port and transmitted encoded data into appsink plugin to feed the data into EMSRMS.
  • Supported ASCLI interface to configure pull stream property and to start webrtc to transmit data into ERS RRS server through WiFi.
  • Browser getting the data from ERS RRS server and it display the received content.

...