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

Add endpoint to retrieve RTMP and RTMPT server list #24

Open
Juansecu opened this issue Apr 7, 2024 · 0 comments
Open

Add endpoint to retrieve RTMP and RTMPT server list #24

Juansecu opened this issue Apr 7, 2024 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@Juansecu
Copy link
Member

Juansecu commented Apr 7, 2024

It is necessary to add an endpoint to allow the game to retrieve RTMP and RTMPT server list.

For adding this endpoint, it is necessary to take in mind this Red5's documentation, and that the game uses the following XML structure for processing the game server list:

<?xml version="1.0" encoding="UTF-8"?>
<servers>
    <server>
        <id><!-- Numeric ID --></id>
        <urls>
            <url><!-- RTMP URL --></url>
            <url><!-- RTMPT URL --></url>
        </urls>
        <safeChat><!-- true or false --></safeChat>
        <country><!-- Country code in lower case. e.g. ar --></country>
        <name><!-- Name of the server, which will be visible by players when selecting a server after logging in the game --></name>
        <clients><!-- Max number of players connected --></clients>
    </server>
</servers>
@Juansecu Juansecu added the feature New feature or request label Apr 7, 2024
@Juansecu Juansecu added this to the v1.0.0 milestone Apr 7, 2024
@Juansecu Juansecu self-assigned this Apr 7, 2024
@Juansecu Juansecu moved this to Todo in OpenToonix Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant