Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is creating an appname with a slash ("/") character possible? #234

Open
douglasdgoulart opened this issue Apr 6, 2024 · 1 comment
Open

Comments

@douglasdgoulart
Copy link

I have encountered a situation that requires using a slash ("/") in an AppName, such as "live/0", and I'm curious about its feasibility within Livego. My interest arose while examining the code, particularly at this point in the HLS module, where I suspect the issue I'm facing originates.

Can Livego support an AppName with a slash ("/"), specifically names like "live/0"? If this is not supported, is there an alternative approach to achieve a hierarchical naming system for streams?
Given the code segment mentioned, are there any modifications or configurations I can apply to bypass or mitigate this limitation?
What are the implications or potential issues of attempting to use a slash ("/") in an AppName, based on Livego's current implementation?
The hierarchical naming convention is crucial for the structure and organization of my project, and understanding whether Livego can accommodate this format directly affects my planning and development process.

@douglasdgoulart
Copy link
Author

douglasdgoulart commented Apr 6, 2024

I have opened the following #237 to try to fix the slash appname issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant