Christophe Irles
Christophe Irles
> SIPSorcery.Media.AudioEncoder is working. Yes, I confirm. I use it correctly for PCMU (G711), PCMA (G711), G722 and G729 > I think SIPSorceryMedia.Windows.WindowsAudioEndPoint pass wrong length encoded data. It could...
> I succeed in sip call with G711, G722, G729 codec. I think WindowsAudioEndPoint have two problems. Using which packages ? [SIPSorceryMedia.SDL2](https://github.com/sipsorcery-org/SIPSorceryMedia.SDL2) or [SIPSorceryMedia.Windows](https://github.com/sipsorcery-org/SIPSorceryMedia.Windows) ? Both ? > 1. Can't...
Each time a media is added/removed you need to make a new SDP negociation with the remote peer.
Now in master branch and since release v6.0.8, it's possible to have on the same PeerConnection several Audio stream and/or several Video stream. To manage them you have access to...
@DS2107, I created a new package ( [SIPSorcery.SDL2](https://github.com/sipsorcery-org/SIPSorcery.SDL2) ) which permits to have **Audio End Point** and **Audio Source** using [SDL2](https://www.libsdl.org/index.php) SDL2 is multiplatform. I have already tested on **Windows**,...
@DS2107 , For the moment, I'm using SIPSorcery using WebRTC only. But you have a lot of [samples](https://github.com/sipsorcery-org/sipsorcery/tree/master/examples) You can find specific samples of [SIPSorcery.SDL2](https://github.com/sipsorcery-org/SIPSorcery.SDL2) and [SIPSorceryMedia.FFmpeg](https://github.com/sipsorcery-org/SIPSorceryMedia.FFmpeg) in their own...
it will be also great to have this extension public ``` cs public static class TExtension { public static T ThrowIfError(this T error) where T : struct, IComparable, IFormattable, IConvertible,...
You have to install the developer version of ffmpeg. then using command line "ffmpeg -version" you should see the "libdir" parameter See screenshot: 
From ffmpeg I have this log entry: ``` [local04 @ 000001d9712a6700] [warning] Changing video frame properties on the fly is not supported by all filters. ```
I have a SIP or WebRTC communication created using a SDP (with Audio and/or Video) Then I receive from the Peer RTP packets. I would like to decode this packets...