Changes between Initial Version and Version 1 of Ticket #1758


Ignore:
Timestamp:
Apr 9, 2014 10:12:59 PM (10 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1758 – Description

    initial v1  
    11Support for the open source implementation of H.264 codec from http://www.openh264.org.  
     2 
     3Implementation 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 
     9Notes: 
     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. 
    211 
    312Below are the steps to use the codec: