# I want to test a custom Stream Target.

**URL:** https://community.wowza.com/t/i-want-to-test-a-custom-stream-target/55386
**Category:** Wowza Streaming Engine
**Tags:** java
**Created:** [June 15, 2020, 3:23pm UTC](https://community.wowza.com/t/i-want-to-test-a-custom-stream-target/55386 "2020-06-15T15:23:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Yasuhiro\_Sekiguchi](https://avatars.discourse-cdn.com/v4/letter/y/4491bb/32.png) [@Yasuhiro\_Sekiguchi](https://community.wowza.com/u/Yasuhiro_Sekiguchi)
#### Post date: [June 15, 2020, 3:23pm UTC](https://community.wowza.com/t/i-want-to-test-a-custom-stream-target/55386/1 "2020-06-15T15:23:48Z")

</div>

I want to test a custom Stream Target.

[https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls#PushPublishingProfiles](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?

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [June 15, 2020, 10:53pm UTC](https://community.wowza.com/t/i-want-to-test-a-custom-stream-target/55386/2 "2020-06-15T22:53:22Z")

</div>

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](https://www.wowza.com/docs/add-and-manage-stream-targets-in-wowza-streaming-cloud#add-a-custom-target)

---

<div class="post-metadata">

### Author: ![Yasuhiro\_Sekiguchi](https://avatars.discourse-cdn.com/v4/letter/y/4491bb/32.png) [@Yasuhiro\_Sekiguchi](https://community.wowza.com/u/Yasuhiro_Sekiguchi)
#### Post date: [June 16, 2020, 11:50am UTC](https://community.wowza.com/t/i-want-to-test-a-custom-stream-target/55386/3 "2020-06-16T11:50:35Z")

</div>

solved.

Thank you very much.
