SIPSorceryMedia.FFmpeg icon indicating copy to clipboard operation
SIPSorceryMedia.FFmpeg copied to clipboard

Results 25 SIPSorceryMedia.FFmpeg issues
Sort by recently updated
recently updated
newest added

I have an algorithm that manipulate a jpeg image that comes out of a camera and I want to send it to webRTCservice. I was able to use one of...

ffmpeg -> ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers v4l2-ctl --list-devices: WebCam C170: WebCam C170 (usb-0000:00:14.0-10): /dev/video0 /dev/video1 /dev/media0 FFmpegInit.Initialise(FfmpegLogLevelEnum.AV_LOG_VERBOSE, linux_path) is working fine. path is /usr/lib/x86_64-linux-gnu. There...

It is possible to convert SIPSorceryMedia.Abstractions.RawImage to System.Drawing.Bitmap as follows: System.Drawing.Bitmap bmpImage = new System.Drawing.Bitmap(rawImage.Width, rawImage.Height, rawImage.Stride, System.Drawing.Imaging.PixelFormat.Format24bppRgb, rawImage.Sample); Now I want to convert SIPSorceryMedia.Abstractions.RawImage to IronSoftware.Drawing.AnyBitmap. Any help in...

I have installed brew install ffmpeg and brew install mono-libgdiplus both. But getting following error: System.DllNotFoundException: Unable to load DLL avutil.56 - The specified module could not be found. How...

异常信息: 由于线程退出或应用程序请求,已中止 I/O 操作。 Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at SIPSorceryMedia.FFmpeg.FFmpegVideoEncoder.DecodeFaster(FFmpeg.AutoGen.AVCodecID, FFmpeg.AutoGen.AVPacket*, Int32 ByRef, Int32...

Hello, FFMpeg library has possibility to use custom IO context in order to accept memory buffers as input instead of using files. Does this library has possibility to do so?...

Hey, first of all, thank you so much for this awesome library! I am trying to use SIPSorcery in an UWP project. Unfortunately, the SIPSorceryMedia.Windows package does not work on...

Making a video call from MicroSIP to my application. My application uses WindowsVideoEndPoint with FFmpegVideoEncoder and the media endpoints will be passed to VoIPMediaSession. However VoIPMediaSession.OnVideoSinkSample is not firing. That...

May resolve #79. ### Summary: - [x] **DirectShow** camera/input devices formats/options parsing from FFmpeg, - [x] Camera settings (video resolution, framerates, & other decoder-related options), It is added as an...

Hi, everyone I am currently using `SIPSorceryMedia FFmpeg` pushed the stream from the camera (2K) to the streaming server and found that the stream delay was very high, not just...