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
Description
For HEVC, the stream description is incorrect.
SRS Version: 6.0.2
6.0.2
SRS Log:
2457B video sh, codec(12, profile=Other, level=Other, 0x0, 0kbps, 0.0fps, 0.0s)
conf/hevc.flv.conf
Replay:
Please describe how to replay the bug? (Steps to reproduce the bug)
./objs/srs -c conf/hevc.flv.conf
./ffmpeg -re -i ~/srs/doc/source.flv -acodec copy -vcodec libx265 -f flv rtmp://localhost/live/livestream
Expect (Expected behavior)
Should show correct metadata about stream, such as the profile, resolution and fps, etc.
The HTTP API stream information is also incorrect: http://localhost:1985/api/v1/streams/
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered:
H265: Demux sps for log print and statistic streams.(#3271) (#3286)
a0803b5
* BitBuffer: add method to implement bit read operation. * Codec: demux hevc sps for profile level resolution. * Statistic: refine hevc profile level resolution. * Kernel: return error code for demux hevc. * Kernel: check bitstream length for hevc sps. * UTest: add BitBuffer read bits utest. * Kernel: refine print log and utest. * Kernel: add comment for hevc sps. Co-authored-by: winlin <winlin@vip.126.com>
Merge #3271: H265: The codec information is incorrect. v6.0.5
7ac1475
chundonglinlin
Successfully merging a pull request may close this issue.
Description
For HEVC, the stream description is incorrect.
SRS Version:
6.0.2
SRS Log:
conf/hevc.flv.conf
Replay:
./objs/srs -c conf/hevc.flv.conf
./ffmpeg -re -i ~/srs/doc/source.flv -acodec copy -vcodec libx265 -f flv rtmp://localhost/live/livestream
Expect (Expected behavior)
Should show correct metadata about stream, such as the profile, resolution and fps, etc.
The HTTP API stream information is also incorrect: http://localhost:1985/api/v1/streams/
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: