Haves Irfan

Results 16 comments of Haves Irfan

> @lukedukeus > Error: > > ``` > [libopenh264enc @ 0000021723ed5d80] [Eval @ 00000051fd1fe0f0] Undefined constant or missing '(' in 'baseline' > [libopenh264enc @ 0000021723ed5d80] Unable to parse option value...

I assume you're accessing a Webcam because of the v4l2. Did you use the correct path for the camera? `/dev/video0`? `/dev/video1`? Did the code work with other cameras? if so,...

if ffmpeg doesnt complain, then it is most probably a problem with your usage of Emgu.CV and/or the source encoding (since you said the top part is correct). 1. if...

It might be too low-level and confusing to the user to operate directly on the encoder-level because `SIPSorceryMedia.Abstractions`? Can you provide interface method for operations (along with checks and exception...

> @Naihan > What if the jpeg image I receive from my algo is a byte[] ? We're not sure what you mean by that, are you using your own...

> @mail2mhossain > We are currently receiving the bit rate dynamically from another client. However, after executing the code ffmpeg.avcodec_open2(_decoderContext, codec, null).ThrowExceptionIfError();, we find that the bit rate value is...