SIPSorceryMedia.FFmpeg
SIPSorceryMedia.FFmpeg copied to clipboard
If I create a video encoder, and try to encode to h264, I get an error that occurs during initialization. If I comment out where the profile=baseline option is, it...
- Enable option to set thread count on FFmpegVideoEncoder. - Make SetBitrate public, internal won't let users of other sources than FFmpegVideoSource to utilize it.
I am using SIPSorceryMedia.FFmpeg as a media library and Janus as media Server. When I am converting the RawImage of Publisher's Camera feed got from event OnVideoSourceRawSampleFaster to System.Drawing.Bitmap image...
How to install ffmpeg with needed libraries in docker? Everytime I install it, it shows that the --shared are enabled using ffmpeg -version, but I cannot find the shared files,...
Hello. I am using this decoder to decode video stream coming from Janus WebRTC. Now, it works, that means, it receives frames and decodes them, but the problem is, i...
Prior to the update of the ffmpeg version 6 no errors but now this code breaks with error System.NotSupportedException: Specified method is not supported ffmpeg.av_hwdevice_iterate_types(type)) `System.NotSupportedException: Specified method is not...
In my application in Mac external camera device not working, there was an error related to the framerate not being supported. But working in windows. In the SIPSorceryMedia.FFmpeg solution there...
[video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001 [video4linux2,v4l2 @ 0x558aa9181500] fd:207 capabilities:84a00001 [video4linux2,v4l2 @ 0x558aa88de740] fd:212 capabilities:84a00001 [video4linux2,v4l2 @ 0x558aa88de740] ioctl(VIDIOC_G_INPUT): Inappropriate ioctl for device Would you please help me to resolve...
Hi, a great library for use within MacOS and WebRTC. I am trying to run the example project FFmpegFileAndDevicesTest. It works fine when pointing to the external video source file,...
First thank you for these great set of libraries! I have been trying to run the WebRTC sample as shown at https://github.com/sipsorcery-org/sipsorcery and have had limited success with the library...