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

Add H265 Packetization. #87

Closed
z-feiyu opened this issue Sep 3, 2020 · 3 comments
Closed

Add H265 Packetization. #87

z-feiyu opened this issue Sep 3, 2020 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@z-feiyu
Copy link

z-feiyu commented Sep 3, 2020

No description provided.

@soolaugust
Copy link
Member

From codes, I think pion support H264 now. which you can check from following codes:

https://github.com/pion/webrtc/blob/f7f7f3e23ca589bfd1f2c55ff6a8abac907673bf/mediaengine.go#L168-L176

@Sean-Der
Copy link
Member

Sean-Der commented Sep 4, 2020

Hey @z-feiyu

You can send any RTP Packets you want via the WriteRTP method. You can send H265 or AV1 today.

We don't have a packetizer for H265 though. So something like WriteSample isn't possible. If anyone is interested they just need to make a PR to https://github.com/pion/rtp then you can send/recv H265 samples.

@Sean-Der Sean-Der changed the title Is supported video of H265? Add H265 Packetization. Sep 4, 2020
@tarrencev tarrencev transferred this issue from pion/webrtc Sep 16, 2020
@tarrencev tarrencev added enhancement New feature or request help wanted Extra attention is needed labels Sep 16, 2020
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Antonito added a commit that referenced this issue Jun 25, 2021
Sean-Der pushed a commit that referenced this issue Jul 24, 2021
@Sean-Der
Copy link
Member

Sean-Der commented Aug 6, 2021

Implemented in 6cf5e9b

@Sean-Der Sean-Der closed this as completed Aug 6, 2021
aler9 pushed a commit to aler9/rtp that referenced this issue Jun 12, 2023
aler9 pushed a commit to aler9/rtp that referenced this issue Jun 12, 2023
aler9 pushed a commit to aler9/rtp that referenced this issue Jun 12, 2023
Sean-Der pushed a commit that referenced this issue Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants