dtjensen
dtjensen
I am getting this error when attempting to send a direct method. Is there a workaround or a fix? It happens when sending from the portal or from my own...
That's great news! Can you point me to the new C# classes that replace the old external references? I'm attempting to create jpeg snapshots from the h.264 stream.
I am looking for examples of how to leverage the new libraries. For instance, how would this call change - FFmpegVideoPInvoke.CreateVideoDecoder(videoCodecId, out IntPtr decoderPtr) if the external dependencies are gone.
I'm confused. Sorry for the basic questions... but, if the external dependencies are gone and there is no need for the libffmpeghelper.dll anymore, what C# code would I write to...
Thanks for the quick responses. So, if I need to decode the h.264 stream to create jpeg snapshots, I still have to rely on the platform libraries like ffmpeg or...