Christophe Irles
Christophe Irles
Thank you for your prompt answer. Unfortunately I didn't have time for the moment to dig in yEd and graphml
I have some code for Windows in **gdigrab** context (no DShow) But **path** value is not enough (path is always set to **desktop**). It's necessary to set options like this...
Clients are on the same PC/device ? If yes, you can create one connection to the server with only one implementation. Then dispatch the video stream to all clients
Theoretically, you can only create one VideoSource. Then when event OnVideoSourceEncodedSample is raised, you will send video to each client using the PeerConnection created for each of them: ``` private...
I check the code in #30 I have to fix the code like this in file **DShowUtils.cs** (Line 74) ``` cs //while (fetched != IntPtr.Zero && mediaTypes[0] != null) =>...
I will check this links later (not today) to try to find a solution. I also try to create manually a VideoInputOptions to check if it's well taken into account...
I changed a little the logic of **getAvailableOptions**. I have to add **VCodec** property in **VideoInputOptions** I have nearly same result than FFmpeg itself "Integrated Camera"  I must to...
Finally I spend some times to enhance the code. It's not at all bullet proof: I support only **h264** and **mjpeg** as sub type Th result for my two webcams:...
Hi @hassan379 , This is not yet supported and it's in the "TO DO" list (like hardware update detection - add/remove webcam, monitors, headset, microphone) but I didn't have enough...