Re: [FFmpeg-devel] [External] Re: Crash in Niagara Workbench Streaming with FFmpeg 7.0.1+ (H.264 Codec) on Initial Attempts

2024-11-26 Thread Kumar, Rahul via ffmpeg-devel
unauthorized access to Honeywell systems. Please use proper judgment and caution when opening attachments, clicking links, scanning QR codes, or responding. On 22/11/2024 15:07, Kumar, Rahul via ffmpeg-devel wrote: > I am experiencing a crash in Niagara Workbench when streaming video with the >

[FFmpeg-devel] Crash in Niagara Workbench Streaming with FFmpeg 7.0.1+ (H.264 Codec) on Initial Attempts

2024-11-22 Thread Kumar, Rahul via ffmpeg-devel
I am experiencing a crash in Niagara Workbench when streaming video with the H.264 codec. The crash occurs during the first 3-4 attempts to initialize the stream but then stabilizes afterward. This issue started after upgrading FFmpeg from 6.0 to 7.0.1. Updating to 7.1 also did not resolve the i

Re: [FFmpeg-devel] [External] Re: Question Regarding Removal of Blowfish from libavutil in FFmpeg

2024-10-02 Thread Kumar, Rahul via ffmpeg-devel
Thank you for the prompt response. The primary reason for removing Blowfish from our codebase is to comply with modern security guidelines and industry standards that discourage the use of outdated cryptographic algorithms, like Blowfish, due to their vulnerabilities. Given that av_blowfish* is

[FFmpeg-devel] Question Regarding Removal of Blowfish from libavutil in FFmpeg

2024-10-01 Thread Kumar, Rahul via ffmpeg-devel
Hello FFmpeg developers, We are using FFmpeg libraries and DLLs in our project and are currently in the process of removing Blowfish-related components from our codebase. During this cleanup, we noticed that Blowfish is also present in libavutil within FFmpeg. I would like to inquire if it is sa

[FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0

2023-11-14 Thread Kumar, Rahul via ffmpeg-devel
Hi All, I am trying to reduce the size of ffmpeg.exe for using it to convert RTSP streams to HLS. I used the below command to configure : ./configure --prefix=ffmpeg_64/ --enable-shared --disable-everything --enable-protocol=rtsp --enable-protocol=http --enable-demuxer=rtsp --enable-muxer=hls