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

Set kVTCompressionPropertyKey_RealTime to true. #51

Merged
merged 1 commit into from Nov 28, 2019

Conversation

jianjunz
Copy link
Collaborator

No description provided.

@taste1981 taste1981 merged commit 33fce1f into open-webrtc-toolkit:79-sdk Nov 28, 2019
@jianjunz jianjunz deleted the hevc-realtime branch November 28, 2019 02:21
taste1981 pushed a commit to taste1981/owt-deps-webrtc that referenced this pull request May 7, 2020
taste1981 added a commit that referenced this pull request May 7, 2020
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (#46)

* Set kVTCompressionPropertyKey_RealTime to true. (#51)

* H265 packetization_mode setting fix (#53)

* add H.265 QP parsing logic (#47)

* Fix linux build error. (#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
taste1981 added a commit that referenced this pull request Jan 4, 2021
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (#46)

* Set kVTCompressionPropertyKey_RealTime to true. (#51)

* H265 packetization_mode setting fix (#53)

* add H.265 QP parsing logic (#47)

* Fix linux build error. (#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz added a commit that referenced this pull request Oct 15, 2022
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (#46)

* Set kVTCompressionPropertyKey_RealTime to true. (#51)

* H265 packetization_mode setting fix (#53)

* add H.265 QP parsing logic (#47)

* Fix linux build error. (#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz added a commit to jianjunz/owt-deps-webrtc that referenced this pull request Dec 2, 2022
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46)

* Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51)

* H265 packetization_mode setting fix (open-webrtc-toolkit#53)

* add H.265 QP parsing logic (open-webrtc-toolkit#47)

* Fix linux build error. (open-webrtc-toolkit#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz added a commit to jianjunz/owt-deps-webrtc that referenced this pull request Dec 2, 2022
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46)

* Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51)

* H265 packetization_mode setting fix (open-webrtc-toolkit#53)

* add H.265 QP parsing logic (open-webrtc-toolkit#47)

* Fix linux build error. (open-webrtc-toolkit#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz added a commit to jianjunz/owt-deps-webrtc that referenced this pull request Dec 7, 2022
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (open-webrtc-toolkit#46)

* Set kVTCompressionPropertyKey_RealTime to true. (open-webrtc-toolkit#51)

* H265 packetization_mode setting fix (open-webrtc-toolkit#53)

* add H.265 QP parsing logic (open-webrtc-toolkit#47)

* Fix linux build error. (open-webrtc-toolkit#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (open-webrtc-toolkit#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
jianjunz added a commit that referenced this pull request Dec 13, 2022
* Add HEVC support for iOS/Android

* Some changes for building with OWT

* Enable openssl

* Add create_peerconnection_factory to WebRTC.framework. (#46)

* Set kVTCompressionPropertyKey_RealTime to true. (#51)

* H265 packetization_mode setting fix (#53)

* add H.265 QP parsing logic (#47)

* Fix linux build error. (#54)

* Add h264 prefix NAL parser implmentation for enabling frame-marking for h.264 (#58)

* Make hevc rtp depacketizer/tracker conforming to h.264 design

Co-authored-by: jianjunz <jianjun.zhu@intel.com>
Co-authored-by: Cyril Lashkevich <notorca@gmail.com>
Co-authored-by: Piasy <xz4215@gmail.com>
Co-authored-by: ShiJinCheng <874042641@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants