Always nice to upgrade to the latest Ubuntu LTS, and at least for me this makes the H264 decoder work in the Docker image.
Previously I would continuously see the following printed:
[ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [../FtlStream.cpp:startStreamMetadataReportingThread:438] FTL: Failed to generate JPEG preview for stream 1, error: Could not find H264 codec![ERR] [ice.c:janus_ice_outgoing_stats_handle:4047] [7941889442352283] Got 85 SRTP/SRTCP errors in the last few seconds (last error: srtp_err_status_replay_old)
I also went ahead and added a newline to he log per convention to make this error print nicer.
Always nice to upgrade to the latest Ubuntu LTS, and at least for me this makes the H264 decoder work in the Docker image.
Previously I would continuously see the following printed:
I also went ahead and added a newline to he log per convention to make this error print nicer.