-
Notifications
You must be signed in to change notification settings - Fork 2
ADR002 GStreamer as framework
Changju.rhee edited this page Jul 3, 2023
·
3 revisions
By using the proven GStreamer open source, development efficiency, product performance and stability, and ease of change are secured. (Apply appropriate compression codec/video settings, secure transmission method)
We will use GStreamer as Media Framework, and deploy the system with only required libraries such as udp, rtp, h.264 so on.
There are good reasons to employ;
- Development efficiency,
- Product performance and stability,
- pipe-and filter style so that ease of change are secured.
Accepted
- We should familiarize with the GStreamer library to optimize performance.