Skip to content

new configuration of transcoder #295

@d-linko

Description

@d-linko

Adding a new configuration for the transcoder
involves moving the transcoder directly inside core and calling the aricodec from there.

current config

graph LR
    A[CORE] <--mqtt--> B(transcoder);
    B <--mqtt--> C(ARICODEC);
Loading

potential new config moving just transcoder inside core
and communicating with aricodec with MQTT or a new RESTAPI

graph LR
 C(ARICODEC) <--mqtt or rest-->  B(transcoder)
 subgraph CORE
 B(transcoder)
end
Loading

potential new config removing transcoder and moving aricodec directly inside core

graph LR
 subgraph CORE
 B(ARICODEC)
end
Loading

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions