[FFmpeg-user] Secure Video Streaming

2022-02-11 Thread LianCheng
Hi, I would like to have my video streaming encrypted using SRTP. Looking at the ffmpeg documentation, seem like the encoding suites are limited as follows: ‘AES_CM_128_HMAC_SHA1_80’ ‘SRTP_AES128_CM_HMAC_SHA1_80’ ‘AES_CM_128_HMAC_SHA1_32’ ‘SRTP_AES128_CM_HMAC_SHA1_32’ How do I get AES-256

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-12-09 Thread LianCheng Tan
Anyone know when the file tolerance handling in filter will be fixed? > On 10 Nov 2021, at 12:43 AM, Carl Zwanzig wrote: > > On 11/9/2021 3:01 AM, Nicolas George wrote: >> It is the responsibility of whoever writes the file to ensure >> that the writing does not overlap with the reading. > >

[FFmpeg-user] FFmpeg and x264 licenses

2021-11-15 Thread LianCheng Tan
Hi, If I write my software that call FFmpeg executable during runtime, will there be any license issue if this software is for commercial use? Also, if this software uses libx264 for encoding, any license issue with x264? ___ ffmpeg-user mailing list

[FFmpeg-user] ffmpeg cpu loading

2021-11-12 Thread LianCheng
Hi, I tried to run several ffmpeg processes with different input mp4 files and to different outputs within my PC (having Intel Core i7). The mp4 video resolution is full HD format. ffmpeg -re -stream_loop -1 -i 1.mp4 -c:v libx264 -preset ultrafast -tune zerolatency -maxrate 2M -bufsize 2M -r 20

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-08 Thread LianCheng Tan
;>> >>> >>> On 2021-11-07 03:58 am, Anatoly wrote: >>>> On Thu, 4 Nov 2021 20:14:16 +0800 >>>> LianCheng wrote: >>>> >>>>> Yes, would like to know in ffmpeg, under drawtext, the textfile >>>>> (reload=1) i

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-07 Thread LianCheng Tan
Hi Gyan, Will it be added in the next release of ffmpeg? > On 7 Nov 2021, at 1:08 PM, Gyan Doshi wrote: > >  > >> On 2021-11-07 03:58 am, Anatoly wrote: >> On Thu, 4 Nov 2021 20:14:16 +0800 >> LianCheng wrote: >> >>> Yes, would like to

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-04 Thread LianCheng
> > Sent: 03 November 2021 15:10 > > To: LianCheng Tan > > Cc: Adam Nielsen; FFmpeg user questions > > Subject: Re: [FFmpeg-user] Alternative to Dynamic Text > > > > > I have tried to do what you have suggested. Somehow, it still cause > > > f

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-03 Thread LianCheng Tan
Sorry, need to give more details. Due to drawtext that load textfile dynamically and when the textfile is inaccessible, the ffmpeg exited. > On 3 Nov 2021, at 9:11 PM, Paul B Mahol wrote: > > On Wed, Nov 3, 2021 at 12:57 PM LianCheng Tan wrote: > >> I have tried t

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-03 Thread LianCheng Tan
I have tried to do what you have suggested. Somehow, it still cause ffmpeg to crash at the exact moment the file is being renamed. By the way, I am running in Windows environment. Not sure, if in Linux will this issue occurs. > On 3 Nov 2021, at 12:49 PM, Adam Nielsen wrote: > >  >> >>

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-02 Thread LianCheng Tan
Hi Adam, textfile/reload=1 is working. However, the textfile is being updated by another process at every second. This caused ffmpeg to crash after running sometime as the ffmpeg unable to read the textfile when the other process is updating it. > On 3 Nov 2021, at 7:52 AM, Adam Nielsen via

Re: [FFmpeg-user] Alternative to Dynamic Text

2021-11-01 Thread LianCheng Tan
8 schrieb Michael Koch: >>> Am 01.11.2021 um 16:21 schrieb LianCheng Tan: >>> Hi, >>> >>> Beside using textfile (reload=1) in drawtext for dynamic text, is there any >>> other method to add dynamic texts onto the video stream? >> >

[FFmpeg-user] Alternative to Dynamic Text

2021-11-01 Thread LianCheng Tan
Hi, Beside using textfile (reload=1) in drawtext for dynamic text, is there any other method to add dynamic texts onto the video stream? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To