We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is NOT an issue but a NOTICE
SRS 6.0.42+ media server support this extended RTMP specification, so you can push HEVC via RTMP to SRS very easy:
git clone https://github.com/ossrs/srs.git cd srs/trunk && ./configure --h265=on && make ./objs/srs -c conf/http.ts.live.conf
Then, you can use OBS 29.1+ to push HEVC via RTMP. Start OBS with the following settings in the Settings > Stream tab:
Settings > Stream
rtmp://localhost/live
livestream
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
http://localhost:8080/live/livestream.ts
The text was updated successfully, but these errors were encountered:
This is great news and thanks for letting the community know!
Sorry, something went wrong.
No branches or pull requests
This is NOT an issue but a NOTICE
SRS 6.0.42+ media server support this extended RTMP specification, so you can push HEVC via RTMP to SRS very easy:
Then, you can use OBS 29.1+ to push HEVC via RTMP.
Start OBS with the following settings in the
Settings > Stream
tab:rtmp://localhost/live
livestream
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
The text was updated successfully, but these errors were encountered: