Publisher | Technology Consultancy |
---|---|
File size | 6.25MB |
Number of files | 84 |
Latest version | 1 |
Latest release date | 2022-09-19 01:47:25 |
First release date | 2021-06-09 07:33:11 |
Supported Unity versions | 2018.4.2 or higher |
Vizario H264RTSP is a lightweight library to enable RTSP streaming FROM iOS or Android devices (respectively standalone apps or Editor Win64 and OSX) to a local PC or remote server. The library allows you to record the content as rendered by a Unity game camera and push the encoded H264 bitstream to a server instance or serve it directly from the device within a (WIFI) environment.
- Server Mode: Have your device serve the stream directly within a WIFI environment and connect to it from your PC with VLC or an other player supporting RTSP
- Pushing Mode: Push the bitstream over RTSP with or without Digest Authentication to a remote server (e.g. a local or remote Docker container) for further distribution to multiple clients
- File Writing Mode: Store the raw Bitstream from H264 into a file for further offline processing with FFMPEG or an other tool.