Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
migalenkom committed Jul 14, 2021
1 parent d76ffe2 commit 017ad93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -877,9 +877,6 @@ curl "https://my.timelline.is/api/v3p/devices/5d1f0bf741092775efbddd71/open_tunn
-H "Content-Type: application/json"
```
> The above command returns JSON structured like this:
Once you get a response you can use port in VLC player.
The rtsp URL will look like:
rtsp://admin:password@timeline.is:37310/Streaming/Channels/102
```json
{
Expand All @@ -892,6 +889,9 @@ curl "https://my.timelline.is/api/v3p/devices/5d1f0bf741092775efbddd71/open_tunn
}
}
```
> Once you get a response you can use port in VLC player.
The rtsp URL will look like:
rtsp://admin:password@timeline.is:37310/Streaming/Channels/102

## Close tunnel

Expand Down

0 comments on commit 017ad93

Please sign in to comment.