Skip to content

Commit

Permalink
edit INFO table
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-h committed Nov 3, 2023
1 parent 3300456 commit 8c2c214
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/protocol.rst
Expand Up @@ -305,20 +305,22 @@ INFO *item* [*station_pattern* [*stream_pattern*[.*format_subformat_pattern*]]]
+--------------+-------------------+------------------+----------------------------+
| | *station_pattern* | *stream_pattern* | *format_subformat_pattern* |
+--------------+-------------------+------------------+----------------------------+
| ID | (-) | (-) | (-) |
| ID | \- | \- | \- |
+--------------+-------------------+------------------+----------------------------+
| FORMATS | (-) | (-) | (-) |
| FORMATS | \- | \- | \- |
+--------------+-------------------+------------------+----------------------------+
| CAPABILITIES | (-) | (-) | (-) |
| CAPABILITIES | \- | \- | \- |
+--------------+-------------------+------------------+----------------------------+
| STATIONS | (+) | (*) | (*) |
| STATIONS | \+ | \* | \* |
+--------------+-------------------+------------------+----------------------------+
| STREAMS | (+) | (+) | (+) |
| STREAMS | \+ | \+ | \+ |
+--------------+-------------------+------------------+----------------------------+
| CONNECTIONS | (*) | (*) | (*) |
| CONNECTIONS | \* | \* | \* |
+--------------+-------------------+------------------+----------------------------+

(-) Does not apply (+) Applies (*) Implementation dependent
| \- Does not apply
| \+ Applies
\* Implementation dependent

In case of STATIONS, the server MAY support *stream_pattern* and *format_subformat_pattern* to show only stations whose data includes matching streams and formats.

Expand Down

0 comments on commit 8c2c214

Please sign in to comment.