Versions Compared

Key

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

...

Integration of RDKC with PipeWire-libcamera

Image Removed

...

PipeWire overview and Flow in RDK-C


Image Added


  • It can create audio and video server
  • Apps and devices are represented by node
  • Each node has the input and output port to share media between node
  • The session manager is to configure nodes, ports and linking nodes
  • SPA: It will link to the driver to control the driver parameter and send and receive media.
  • SPA plugins: libcamera, ALSA, v4l2, JACK and etc...
  • WebRTC Live Streaming- Can View from Web Application
  • RMS live streaming with RTSP protocol – Can View live streaming in VLC
  • CVR with KVS SDK – Can view/record data in AWS KVS service
  • Session manager will control these app nodes and ports and it will link nodes along with ports for communication
  • Used libcamera SPA to fetch data from the v4l2 driver

Overview of PipeWire


     Image Added

...