Replies: 2 comments 1 reply
-
@flaeri |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I'm confused. I thought this was exactly what the API was doing. Adding a new origin? Please let me know if I've misunderstood, as that would explain my current problems... Create stream |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello :) I've been a very happy user of OME for about a year now.
We have a bit of an odd way of using it, but it works surprisingly well.
Essentially we have 10-50 ingests that we make accessible via the in the Server.xml file. Example:
As far as I know, the only way of adding a new Origin is to modify the XML file by hand, so I have about 20 of these, and regularly have to add more.
It would be lovely if there was some way to programatically add (and even remove or change) Origin entries.
The REST API seems like a natural fit for doing so.
I know this is very niche, but I can see how others could also benefit from a similar way to modify origins, or other parts of the config programatically (like perhaps adding MPEGTS streammap or similar).
In the meantime, I think i'll just have to write an XML parser and writer, but not exactly a clean solution, heh.
Thank you all very much for your hard work and effort <3
Beta Was this translation helpful? Give feedback.
All reactions