Skip to content

Commit

Permalink
[docs] srt-live-transmit.md: add ffplay, ffprobe examples (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ackalker authored Feb 7, 2022
1 parent 409d363 commit 5b7ac45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/apps/srt-live-transmit.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ You should see the stream connect in `srt-live-transmit`.
Now you can test in VLC (make sure you're using the latest version!) - just go to file -> open network stream and enter
`srt://127.0.0.1:4201` and you should see bars and tone right away.

Or you can test using ffplay or ffprobe to inspect the stream:

```shell
ffplay srt://127.0.0.1:4201
```
-or-
```shell
ffprobe srt://127.0.0.1:4201
```

If you're having trouble, make sure this works, then add complexity one step at a time (multicast, push vs listen, etc.).

## URI Syntax
Expand Down

0 comments on commit 5b7ac45

Please sign in to comment.