microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

Passed stream to AudioVideoFramePlayer and video didn't play #50

Open rnpramasamy opened 4 years ago

rnpramasamy commented 4 years ago

Hi I am passing stream to AudioVideoFramePlayer but I am just getting only one dark frame and below is my code:

var videoBuffer = new VideoSendBuffer(frame.FrameSegment.Array, (uint)frameSize, VideoFormat.H264_320x180_15Fps); videoMediaBuffers.Add(videoBuffer); this.audioVideoFramePlayer.EnqueueBuffersAsync(audioMediaBuffers, videoMediaBuffers).Wait(); please help to me fix it.

aarushi-mittal commented 4 years ago

Hi @rnpramasamy , were you able to solve this ?

philomathikus commented 3 years ago

@rnpramasamy Would be good to know if you managed to solve it :)

nomaannomii commented 3 years ago

@rnpramasamy I am not able to join my bot to the call. Would love to know your steps to successfully join the call.

I ran the code on my visual studio and did all the configuration on azure portal but still not able ran my code.