Vizario H264RTSP
Vizario H264RTSP is a library for Android & iOS mainly (also Win64/OSX), to directly encode the contents of a Unity game camera into an H264 bitstream and to store it as file or serve it over RTSP.
by Technology Consultancy
Price History +
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.