ARFoundation Series Explanation- 87 AR Live

1. Introduction

There are many streaming solutions for Unity, such as writing your own functions to build a server or using a third-party plug-in. Because writing your own functions is more troublesome, this section will explain how to use a third-party plug-in. Third-party plug-ins include  FMETP STREAM , FFmpeg , Vizario H264RTSP  , etc. to choose from.

2. Introduction to Vizario H264RTSP

        Vizario H264RTSP is a library primarily for Android and iOS (also Win64/OSX) to encode Unity game camera content directly into an H264 bitstream and store it as a file or serve it via RTSP.

Guess you like

Origin blog.csdn.net/a451319296/article/details/128334549