Opened 6 years ago
#7715 new enhancement
Cannot build with both librtmp and native rtmp and select at runtime
Reported by: | peloverde | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | undetermined |
Version: | unspecified | Keywords: | rtmp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
When building ffmepg with a 3rd party codec library that duplicates a native encoder, the choice of encoder can be selected at runtime (e.g. -codec:a aac vs -codec:a libfdk-aac). This is not the case for librtmp protocol vs native RTMP protocol (They are marked by configure to conflict: http://git.videolan.org/?p=ffmpeg.git;a=blob;f=configure;h=e1412352fa450b9d0df81d5981dd7fcfb0b30a2d;hb=075fd5ba45419f5ba2027b302db88c2244639073#l3317 )
This makes it difficult to use a distribution provided package and reliably get the same rtmp implmentation.
Note:
See TracTickets
for help on using tickets.