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
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
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/”,
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…