Wowza Community

I want to test a custom Stream Target.

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?

Have you followed this doc yet by any chance? For custom stream targets? Or just the GitHub code example?

https://www.wowza.com/docs/add-and-manage-stream-targets-in-wowza-streaming-cloud#add-a-custom-target

solved.

Thank you very much.