Skip to content
New issue

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

H265: Support HEVC over RTMP or HTTP-FLV. #3270

Closed
wants to merge 1 commit into from

Conversation

winlinvip
Copy link
Member

  1. Support configure with --h265=on.
  2. Parse HEVC(H.265) from FLV or RTMP packet.
  3. Support HEVC over RTMP or HTTP-FLV.

1. Support configure with --h265=on.
2. Parse HEVC(H.265) from FLV or RTMP packet.
3. Support HEVC over RTMP or HTTP-FLV.
Comment on lines +997 to +998
return srs_error_new(ERROR_HLS_DECODE_ERROR, "nal_len_size:%d, PictureLength:%d, i:%d, 0x%02x.",
nal_len_size, PictureLength, i);

Check warning

Code scanning / CodeQL

Too few arguments to formatting function

Format expects 4 arguments but given 3
@winlinvip winlinvip closed this Nov 22, 2022
@winlinvip winlinvip deleted the feature/h265 branch November 22, 2022 14:29
@winlinvip
Copy link
Member Author

See #3272

@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EnglishNative This issue is conveyed exclusively in English.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants