# Livestream playlist not playing next video automatically

**URL:** https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851
**Category:** Wowza Streaming Engine
**Created:** [June 20, 2012, 7:53am UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851 "2012-06-20T07:53:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Demetrius\_Bell](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@Demetrius\_Bell](https://community.wowza.com/u/Demetrius_Bell)
#### Post date: [June 20, 2012, 7:53am UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851/1 "2012-06-20T07:53:43Z")

</div>

I am having a difficult time getting my videos to play back to back from my playlist.

I am using flowplayer to test it out.

Basically after it completes the first video in the playlist. The player stops and I have to hit the play button again

for the stream to continue.

any ideas how I can solve this problem? Below is a copy of my smil file used for the live stream.

Thanks in advance for any help.

---

<div class="post-metadata">

### Author: ![Randall\_Auriemma](https://avatars.discourse-cdn.com/v4/letter/r/85e7bf/32.png) [@Randall\_Auriemma](https://community.wowza.com/u/Randall_Auriemma)
#### Post date: [June 21, 2012, 1:56am UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851/2 "2012-06-21T01:56:06Z")

</div>

Does the problem occur with the Wowza LiveVideoStreaming example?

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [June 24, 2012, 1:02pm UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851/3 "2012-06-24T13:02:17Z")

</div>

This is means that the encoding is too different from one to the other. Small differences like frame size are okay, but other differences (and depending on the client) will not work. This true for video and audio codec. They should all be as close as possible

Richard

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [November 20, 2012, 1:23pm UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851/4 "2012-11-20T13:23:19Z")

</div>

Also, to be clear, what you are describing is a particular client: Flowplayer, or JW Player perhaps? They behave differently if there is “duration” in the metadata, because that indicates it is vod, but it is not in this case. Wowza will continue to stream each item in a Stream class playlist.

Rihcard

---

<div class="post-metadata">

### Author: ![Chris\_Jay](https://avatars.discourse-cdn.com/v4/letter/c/e9bcb4/32.png) [@Chris\_Jay](https://community.wowza.com/u/Chris_Jay)
#### Post date: [November 20, 2012, 4:38am UTC](https://community.wowza.com/t/livestream-playlist-not-playing-next-video-automatically/38851/5 "2012-11-20T04:38:14Z")

</div>

Actually if you use a smil as a playlist but want it to act like a live channel and play all the videos as a continuous loop you have to set the pass through metadata to false in the conf/server.xml like this…

PassthruMetaData

false

Boolean

this way it does not read a time from the video files and continues to play through to the next video and loop… 🙂
