Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhbsh authored and ThibaultBee committed Dec 12, 2023
1 parent 6b2b5a0 commit faef9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ FFmpeg has been used as an SRT server+demuxer+decoder for the tests.
Tells FFplay to listen on IP `0.0.0.0` and port `1935`.

```
ffplay -listen 1 -i rtmp://0.0.0.0:1935/s/streamKey
ffplay -listen 1 -i 'rtmp://0.0.0.0:1935/s/streamKey'
```

On StreamPack sample app settings, set `Endpoint` -> `Type` to `Stream to a remove RTMP device`,
Expand All @@ -102,7 +102,7 @@ in [SRT CookBook](https://srtlab.github.io/srt-cookbook/apps/ffmpeg/). Tells FFp
IP `0.0.0.0` and port `9998`:

```
ffplay -fflags nobuffer srt://0.0.0.0:9998?mode=listener
ffplay -fflags nobuffer 'srt://0.0.0.0:9998?mode=listener'
```

On StreamPack sample app settings, set the server `IP` to your server IP and server `Port` to `9998`
Expand Down Expand Up @@ -320,4 +320,4 @@ performance.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit faef9c9

Please sign in to comment.