Opened 13 years ago
Closed 13 years ago
#1390 closed enhancement (fixed)
Reenable H264 with the lattest ffmpeg
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Previously, we have problem to configure libx264, the ffmpeg h264 encoder backend, for realtime streaming, some libx264 settings are not really configurable from ffmpeg, e.g: h264 profile, NAL unit max size.
With the latest ffmpeg (from git/development, not released yet), app can configure all libx264 settings almost natively (same option names and raw libx264 option).
Change History (10)
comment:1 Changed 13 years ago by nanang
comment:2 Changed 13 years ago by nanang
comment:3 Changed 13 years ago by bennylp
comment:4 Changed 13 years ago by bennylp
comment:5 Changed 13 years ago by bennylp
comment:6 Changed 13 years ago by nanang
comment:7 Changed 13 years ago by nanang
comment:8 Changed 13 years ago by bennylp
comment:9 Changed 13 years ago by nanang
comment:10 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3819]) Reenable ffmpeg H264 (re #1390):