I want to test a custom Stream Target.
https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls#PushPublishingProfiles
I copied the jar file to lib and created a configuration file.
PushPublishProfilesCustom.xml
<?xml version="1.0" encoding="UTF-8"?>
cupertino-http
HTTP
com.mycompany.wms.example.pushpublish.protocol.cupertino.PushPublishHTTPCupertinoHTTPHandler
Cupertino HTTP
PushPublishMap.txt
myStream={“entryName”:“myStream-http”, “profile”:“cupertino-http”, “streamName”:“Stream”, “destinationName”:“webserver”, “host”:“192.168.1.45”, “http.path”:"/webdav/hlstest", “debugLog”:“true”}
I started the stream, but it does not work as expected.
There is no record that worked in the log.
What do I need to have a custom stream target to work?