├── LICENSE.txt ├── README.md ├── img ├── icon-company.png └── wowza-logo.png └── src ├── html ├── live_ad.html ├── testAd.mp4 └── testVAST.xml └── java ├── HTTPProviderAdBreakInsertion.java └── ModuleCupertinoLiveOnAdBreakToID3.java /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/README.md -------------------------------------------------------------------------------- /img/icon-company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/img/icon-company.png -------------------------------------------------------------------------------- /img/wowza-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/img/wowza-logo.png -------------------------------------------------------------------------------- /src/html/live_ad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/src/html/live_ad.html -------------------------------------------------------------------------------- /src/html/testAd.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/src/html/testAd.mp4 -------------------------------------------------------------------------------- /src/html/testVAST.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/src/html/testVAST.xml -------------------------------------------------------------------------------- /src/java/HTTPProviderAdBreakInsertion.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/src/java/HTTPProviderAdBreakInsertion.java -------------------------------------------------------------------------------- /src/java/ModuleCupertinoLiveOnAdBreakToID3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WowzaMediaSystems/wse-example-ad-insertion/HEAD/src/java/ModuleCupertinoLiveOnAdBreakToID3.java --------------------------------------------------------------------------------