[FFmpeg-devel] Need to reduce size of ffmpeg.exe for version 5.0.1

2022-10-03 Thread Kumar, Rahul
Hi Team, We are working on a prototype which converts RTSP streams to HLS using ffmpeg transcoder. We are using below ffmpeg command to convert RTSP to HLS : cmd:- ffmpeg.exe -rtsp_transport tcp -re -i rtsp://:@172.31.67.223:554/axis-media/media.amp?videocodec=h264

[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

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

2024-10-02 Thread Kumar, Rahul via ffmpeg-devel
3:23 AM To: FFmpeg development discussions and patches Cc: Kumar, Rahul Subject: [External] Re: [FFmpeg-devel] Question Regarding Removal of Blowfish from libavutil in FFmpeg WARNING: This message has originated from an External Source. This may be a phishing email that can result in

[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

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