Streaming from a mobile phone

A Terentiev 85 Reputation points
2024-03-19T14:22:38.6533333+00:00

Dear Gurus!

There is a web application that receives video (rtsp, http) from video cameras, for example, from roads cameras. Let’s say someone with a mobile phone can to record and send video (from Android or iOS) to web app. How can he send a video (or photo) so that a web application can receive it? Is it necessary to write (or find), a special application for a mobile device for this purpose?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,500 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2024-03-19T15:57:32.67+00:00

    you would use javascript interop with Blazor:

    https://web.dev/articles/getusermedia-intro