How to broadcast live video from camera in from .NET

Hi,
I’ve managed to set up an input and output stream using the .NET examples, but I can’t seem to find any examples anywhere- here or elsewhere- of streaming live video FROM my app. I’m looking to do it in Maui or Xamarin, but I can handle anything in C# / .NET. I’m obviously not the first to do this, so I’m sure I’m just ignorant of which terms to be searching for.

Hi,
I believe the best solution would be for you to find a way to convert the feed from your camera into RTMP (using ffmpeg, OBS or other) and then use the following example : https://github.com/bitmovin/bitmovin-api-sdk-examples/blob/main/dotnet/Bitmovin.Api.Sdk.Examples/RtmpLiveEncoding.cs

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.