-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct API endpoint for Get stream channel codec
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -345,10 +345,10 @@ curl http://demo:[email protected]:8083/stream/{STREAM_ID}/channel/{CHANNEL_ID}/inf | |
### Get stream channel codec | ||
|
||
#### Request | ||
`GET /stream/{STREAM_ID}/{CHANNEL_ID}/codec` | ||
`GET /stream/{STREAM_ID}/channel/{CHANNEL_ID}/codec` | ||
|
||
```bash | ||
curl http://demo:[email protected]:8083/stream/{STREAM_ID}/{CHANNEL_ID}/codec | ||
curl http://demo:[email protected]:8083/stream/{STREAM_ID}/channel/{CHANNEL_ID}/codec | ||
``` | ||
|
||
#### Response | ||
|