Replies: 1 comment
-
|
Update: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Thank you for making and supporting this amazing tool. I have used OME for over 3 years now and it has worked great! Now that I am using OME to stream more streams, I was wondering if it would be possible to do further subdivisions/namespacing within the stream URLs.
Example:
I am using OME 0.19.0 however I have observed this with earlier versions as well.
Currently I am publishing the SRT stream to
srt://127.0.0.1:9999//myapp/stream_nameNow if I want to add more namespacing to the streams I have been doing this so far:
srt://127.0.0.1:9999/myapp/namespace1_stream_nameBut this solution is kinda ugly and I would prefer to be able to do this instead:
srt://127.0.0.1:9999/myapp/namespace1/stream_namewhich seems to be more standard to me.If I stream this
srt://127.0.0.1:9999/myapp/namespace1/stream_nameto OME, it receives it fine, but loses thestream_namepart so OME sees it as justsrt://127.0.0.1:9999/myapp/namespace1My questions:
Thanks for reading
Uku Kert
Beta Was this translation helpful? Give feedback.
All reactions