# Multiple streams

**URL:** https://community.wowza.com/t/multiple-streams/42223
**Category:** Wowza Streaming Engine
**Created:** [April 13, 2014, 7:19pm UTC](https://community.wowza.com/t/multiple-streams/42223 "2014-04-13T19:19:01Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Terje\_Halvorsen](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@Terje\_Halvorsen](https://community.wowza.com/u/Terje_Halvorsen)
#### Post date: [April 13, 2014, 7:19pm UTC](https://community.wowza.com/t/multiple-streams/42223/1 "2014-04-13T19:19:01Z")

</div>

Hi,

I have created 3 live streams from 3 web cameras.

On the active stream page shows that the all 3 is active.

However when i test the players it will not show.

What could be wrong?

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 14, 2014, 5:44am UTC](https://community.wowza.com/t/multiple-streams/42223/2 "2014-04-14T05:44:57Z")

</div>

Do you see anything in the logs indicating what the issue might be?

You can start Wowza in stand-alone mode /bin/startup.bat (or startup.sh) and see the output in the console.

Salvadore

---

<div class="post-metadata">

### Author: ![Daren\_Johnson](https://avatars.discourse-cdn.com/v4/letter/d/ee59a6/32.png) [@Daren\_Johnson](https://community.wowza.com/u/Daren_Johnson)
#### Post date: [April 15, 2014, 10:58pm UTC](https://community.wowza.com/t/multiple-streams/42223/3 "2014-04-15T22:58:11Z")

</div>

Hi,

It depend if the other camera streams have a compatible codec.

The following video/audio codecs are supported for transcoding:

Video: MPEG2, MPEG4 Part 2, H.264/AVC Audio: MP3, AAC (LC & HE), MPEG1 Part 1/2, Speex, G.711

MPEG-4 Part 2 is the other common format provided by many cameras, so if yours have that,

you should be able to [transcode](https://www.wowza.com/docs/how-to-set-up-and-run-wowza-transcoder-for-live-streaming) the remaining cameras you have.

Daren

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 14, 2014, 5:49am UTC](https://community.wowza.com/t/multiple-streams/42223/4 "2014-04-14T05:49:01Z")

</div>

Can you also provide more detail about what steps you have taken. What encoder you are using, and the player you are testing.

Salvadore

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [April 15, 2014, 8:09am UTC](https://community.wowza.com/t/multiple-streams/42223/5 "2014-04-15T08:09:41Z")

</div>

It looks like an issue with the video codec, Wowza supports mpeg-4 part 10 (aka avc/h.264). Any other variant will require a transcoder between Wowza and the camera.

If your camera has the option of using H.264 video, you should use that instead of MPEG4.

Salvadore

---

<div class="post-metadata">

### Author: ![Terje\_Halvorsen](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@Terje\_Halvorsen](https://community.wowza.com/u/Terje_Halvorsen)
#### Post date: [April 15, 2014, 6:58am UTC](https://community.wowza.com/t/multiple-streams/42223/6 "2014-04-15T06:58:28Z")

</div>

Heres the output from the console when running in standalone:

```auto
INFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live/_definst_/fugl1.stream]: Add chunk: id:6 a/v/k:0/280/10 duration:10129
INFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live/_definst_/fjermestad.stream]: Add chunk: id:7 a/v/k:0/168/10 duration:10322
INFO server comment - MPEGDashWriterHandler.createChunkM4S[live/_definst_/hoved.stream]: Add chunk: id:6 type:m4s_mux a/v/k:0/306/10 duration:10100
INFO server comment - MPEGDashWriterHandler.createChunkM4S[live/_definst_/hoved.stream]: Add chunk: id:6 type:m4s_video v/k:306/10 duration:10100
INFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live/_definst_/fugl1.stream]: Add chunk: id:3 mode:TS[MPEG4,NOAUDIO] a/v/k:0/0/0 duration:21925
INFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live/_definst_/fjermestad.stream]: Add chunk: id:3 mode:TS[MPEG4,NOAUDIO] a/v/k:0/0/0 duration:21
877
INFO server comment - LiveStreamPacketizerSanJose.endChunkTS[live/_definst_/hoved.stream]: Add chunk: id:8 a/v/k:0/308/10 duration:10116
INFO server comment - LiveStreamPacketizerCupertino.endChunkTS[live/_definst_/hoved.stream]: Add chunk: id:8 mode:TS[H264,NOAUDIO] a/v/k:0/307/10 duration:10116

```

The stream hoved.stream works fine, the others don’t.

hoved.stream file:

```auto
rtsp://192.168.1.90:554/live.sdp

```

fjermestad.stream file:

```auto
rtsp://192.168.1.100:554/live.sdp

```

fugl1.stream file:

```auto
rtsp://192.168.1.38:554/live.sdp

```

When I test the paths in VLC it works perfect.

---

<div class="post-metadata">

### Author: ![Terje\_Halvorsen](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@Terje\_Halvorsen](https://community.wowza.com/u/Terje_Halvorsen)
#### Post date: [April 16, 2014, 7:00am UTC](https://community.wowza.com/t/multiple-streams/42223/7 "2014-04-16T07:00:58Z")

</div>

The stream that works comes from a camera with H.264 video, but the others don’t.

I see that Wowza has a stream transcoder add on. Could this be my solution?

---

<div class="post-metadata">

### Author: ![Bollywood\_King](https://avatars.discourse-cdn.com/v4/letter/b/a3d4f5/32.png) [@Bollywood\_King](https://community.wowza.com/u/Bollywood_King)
#### Post date: [November 4, 2019, 3:05am UTC](https://community.wowza.com/t/multiple-streams/42223/8 "2019-11-04T03:05:07Z")

</div>

```auto
Bollywood King You tube Channel

```

---

<div class="post-metadata">

### Author: ![Bollywood\_King](https://avatars.discourse-cdn.com/v4/letter/b/a3d4f5/32.png) [@Bollywood\_King](https://community.wowza.com/u/Bollywood_King)
#### Post date: [November 4, 2019, 3:06am UTC](https://community.wowza.com/t/multiple-streams/42223/9 "2019-11-04T03:06:38Z")

</div>

LIKE

Comment
