Changes between Initial Version and Version 1 of Ticket #1758
- Timestamp:
- Apr 9, 2014 10:12:59 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1758 – Description
initial v1 1 1 Support for the open source implementation of H.264 codec from http://www.openh264.org. 2 3 Implementation features: 4 - packetization modes: 1, 0 5 - whole frame for file encoding (untested) 6 - key frame request and indication 7 - obey remote's fmtp 8 9 Notes: 10 - currently transmission is hard coded to use only single NAL (packetization mode 0) regardless of remote's fmtp for interop reason. The same is also done in ffmpeg wrapper. 2 11 3 12 Below are the steps to use the codec: