Publisher | Technology Consultancy |
---|---|
File size | 6.81MB |
Number of files | 45 |
Latest version | 1 |
Latest release date | 2022-10-03 12:34:12 |
First release date | 2022-10-03 12:34:12 |
Supported Unity versions | 2018.4.2 or higher |
Vizario H264RTSP Player is a lightweight library to enable live RTSP streaming of H264 and AAC bitstreams to iOS or Android devices (respectively standalone apps or Editor Win64 and OSX) from a local PC or remote server. The library allows you to register as an RTSP client to a server and play back the video content within a texture, respectively audio over the native audio device.
The library is developed towards playback of live data and is essentially the playback-counterpart of the video casting asset:
https://assetstore.unity.com/packages/tools/video/vizario-h264rtsp-196278
The main purpose of this asset is to enable simple streaming of H264/AAC live streams from an RTSP server to a client, decoding und playing back as efficiently as possible. It was **NOT** designed to do perfect audio/video synchronization, **NOR** to become a generic player framework like LibVLC.
However, the libraries use the native audio devices for audio output (if desired). In other words, the AAC decoder is indeed a full player without the need to mess with device audio setups.
- Connect to RTSP Server: enter URL/Port/Channel and retrieve H264/AAC data
- Native Texture Rendering and Playback: uses native SDK to draw to texture on C++ level
- Optional casting from ffmpeg+VLC: choose ffmpeg and pipe output to VLC serving RTSP stream