mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
* RTMP: Support enhanced RTMP specification for HEVC, v6.0.42. * Player: Upgrade mpegts.js to support it. Enhanced RTMP specification: https://github.com/veovera/enhanced-rtmp First, start SRS `v6.0.42+` with HTTP-TS support: ```bash ./objs/srs -c conf/http.ts.live.conf ``` Then, you can use [OBS 29.1+](https://github.com/obsproject/obs-studio/releases) to push HEVC via RTMP. Start OBS with the following settings in the `Settings > Stream` tab: * Server: `rtmp://localhost/live` * Stream Key: `livestream` * Encoder: Please select the HEVC hardware encoder. Finally, open the player http://localhost:8080/players/srs_player.html?stream=livestream.ts Or use VLS or ffplay to play `http://localhost:8080/live/livestream.ts` --------- Co-authored-by: chundonglinlin <chundonglinlin@163.com> |
||
|---|---|---|
| .. | ||
| css | ||
| img | ||
| js | ||
| api-server_index.html | ||
| crossdomain.xml | ||
| index.html | ||
| nginx_index.html | ||
| rtc_player.html | ||
| rtc_publisher.html | ||
| srs-http-server_index.html | ||
| srs_bwt.html | ||
| srs_chat.html | ||
| srs_gb28181.html | ||
| srs_player.html | ||
| srs_player_deprecated.html | ||
| srs_publisher.html | ||
| srs_publisher_flash.html | ||
| vlc.html | ||
| whep.html | ||
| whip.html | ||