Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
illuspas committed Nov 29, 2024
1 parent 96dad40 commit c554adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction
Node-Media-Server is a high-performance open-source live broadcast server developed based on Nodejs.
v4 is design to implement enhanced RTMP FLV v1 support for native HEVC, VP9, AV1.
v4 is design to implement enhanced RTMP FLV v1 support for native HEVC, VP9, AV1.
v4 is no longer compatible with the cn_cdn extension id flv_265 standard.

## Installation
Expand Down Expand Up @@ -39,7 +39,7 @@ ffmpeg -re -i test_265.mp4 -c copy -f flv http://localhost:8000/live/test_265.fl
ffmpeg -re -i test_av1.mp4 -c copy -f flv http://localhost:8000/live/test_av1.flv
```

### play Streaming
### Play Streaming
```
ffplay http://localhost:8000/live/test_265.flv
```
Expand Down

0 comments on commit c554adb

Please sign in to comment.