The Demo App
The demo app Flussonic isolated framework demo demonstrates the main ways of using the Flussonic Watcher SDK for iOS.
The demo app is available at https://github.com/flussonic/flussonic-watcher-sdk-ios/tree/master/example
In the demo app:
-
CamerasListIsoTVC
— the table that contains the list of cameras. Each cell contains an instance ofPreviewMp4View
, which is used for fetching and displying the preview image. -
PlayerIsoViewController
— a sceen with the player (FlussonicWatcherView
) and an adapterFlussonicVlcAdapter
. -
FlussonicVlcAdapter
— the adapter for using it in theVLCMediaPlayer
as a player.