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 |
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/647f1e2d-bca7-4fc3-9108-abef1377bce3_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/d2cc8164-bd07-4bf4-9b8b-c8a14214f0c8_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/2ee3f051-b9d0-48b8-bd68-0d292a4ecfb2_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/e1bf9ff3-cfbf-4abf-a297-b0642e824919_scaled.jpg)
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