-
|
In regard to the MXL addressability specification: When an MXL writer uses a URI to identify the domain and flow IDs, how is the application expected to determine which ID is video, audio, and auxiliary data? What is the intended behavior? For example: Assume in this case that Using a specialized query key is one possible resolution to this ambiguity in the writer use case: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Does a URL make sense to configure a writer at all? As you say, the writer would need already to know the parameters for its flow definitions. To me, the whole mxl URL concept seems like a very limited stopgap until the JT-DMF Flow Connection working group has defined the higher level control plane. |
Beta Was this translation helpful? Give feedback.
-
|
@vt-tv, I've lifted some notes on addressability gathered from DMF-MXL Slack channels and DMs. Is this a useful place to drop this?
I think it should be up to a containerized or virtualized media function where the file system is rooted. The mount path may depend on the OS, storage, and be different on the host vs virtualized (container, VM) media functions. Host file system might be segregating multiple groups of domains. Etc. You therefore can't pass an In order to facilitate orchestration layers looking at flow ids exposed by media functions, a partial solution would be to inject a unique domain id into the domain visible to media functions. Could MXL orchestration write a tiny json alongside If the domain id is not available, the orchestrator needs out of band knowledge of which domain is mapped to what path inside each Media Function; not a great scenario. (Compute resource orchestration and host vs. container scopes are likely managed separately than flow connection and replication.) A domain UUID isn't enough on its own to solve the problem of Flow replication, but it more easily enables us to lift the problem out of the Media Functions, and express "please replicate Flow |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the replies. That makes sense. The addressability document should mention the reader-only caveat. |
Beta Was this translation helpful? Give feedback.
Does a URL make sense to configure a writer at all? As you say, the writer would need already to know the parameters for its flow definitions. To me, the whole mxl URL concept seems like a very limited stopgap until the JT-DMF Flow Connection working group has defined the higher level control plane.