# Adaptive bitrate streaming - Flowplayer

**URL:** https://community.wowza.com/t/adaptive-bitrate-streaming-flowplayer/40209
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [April 10, 2013, 1:20pm UTC](https://community.wowza.com/t/adaptive-bitrate-streaming-flowplayer/40209 "2013-04-10T13:20:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Left\_Chal](https://avatars.discourse-cdn.com/v4/letter/l/48db29/32.png) [@Left\_Chal](https://community.wowza.com/u/Left_Chal)
#### Post date: [April 10, 2013, 1:20pm UTC](https://community.wowza.com/t/adaptive-bitrate-streaming-flowplayer/40209/1 "2013-04-10T13:20:44Z")

</div>

Hello,

I setup a new application for live streaming

[https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder](https://www.wowza.com/docs/how-to-set-up-live-streaming-using-an-rtmp-based-encoder)

I use FMLE with two streams mystream.sdp720 and mystream.sdp2020 (multibitrate).

And a wowza server Wowza Media Server 3 Perpetual Edition 3.1.1 build1479.

I made a smil file into the content folder (mystream.smil)

the manifest file

http://[wowwza-server-ip]:1935/live/smil:mystream.smil/manifest.f4m

mystream.smil

video/mp4

live

streaming

Note: In Wowza Media Server 3.1.2 and earlier, double-click [install-dir]/examples/LiveVideoStreaming/clientOSMF/bin-release/LiveOSMFPlayer.html, enter the information below, and then click the Play button.

Stream: http://[wowza-ip-address]:1935/live/smil:mystream.smil/manifest.f4m

i receieve URL missing from Media tag!!!

INFO server comment - ModuleStreamNameAlias.nameToAlias[play]: streamName:smil:m

ystream.smil alias:{pattern: “\*” alias:"${Stream.Name}" wildcardMatches:{[0]: "s

mil:mystream.smil"}} result:smil:mystream.smil

INFO sanjose connect 1798774174 -

INFO stream create mystream.smil -

WARN server comment mystream.smil open: java.io.FileNotFoundException: C:\Progra

m Files (x86)\Wowza Media Systems\Wowza Media Server 3.1.1\content\mystream.smil

(The system cannot find the file specified)

WARN server comment - HTTPStreamerSanJoseLiveIndex.indexPlaylist[live/\_def

inst\_/smil:mystream.smil]: MediaList is empty.

Τhe streams separately works fine.

I want to import the manifest file into Flowplayer.

[http://flash.flowplayer.org/demos/plugins/streaming/hdtoggle-httpstreaming.html](http://flash.flowplayer.org/demos/plugins/streaming/hdtoggle-httpstreaming.html)

clip: {

url: "http://[wowza-ip-address]:1935/live/smil:mystream.smil/manifest.f4m

",

provider: ‘httpstreaming’,

// we need 2 urlResolvers

urlResolvers: [‘f4m’,‘bitrateselect’],

// directory where the manifest and video fragments are stored

baseUrl: “[http://stream.flowplayer.org/httpstreaming/](http://stream.flowplayer.org/httpstreaming/)”,

autoPlay: false,

// configuring the sd and hd properties is mandatory

bitrates: [

{bitrate: 500, label: ‘500k’, sd: true},

{bitrate: 1500, label: ‘1500k’, hd: true}

]

}

Please Advice…
