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

NV12 Video format #11

Closed kkabza closed 7 years ago

kkabza commented 7 years ago

Any pointers for creating videos that are compatible for playback using the real time media library? I have uploaded a few samples and cant seem to get them to stream across. I see in the source code it requires NV12 Frames.

MalarGit commented 7 years ago

You could convert the videos that you have with ffmpeg into NV12 format before streaming through the library. https://ffmpeg.org/ffmpeg.html

kkabza commented 7 years ago

Thats what I did and its working.