dangerdennis
01-21-2011, 12:36 AM
Hello,
im a newbie to red5 and im trying to create a server side playlist. i downloaded the example. I compiled and deployed it. but when i try to make it run in the ofla demo if doesnt work and i dont know what to do. this is my output:
(452) Connections: true | true
(20012) connected?: true
(20148) NetConnection.onStatus:
fmsVer = RED5/0,9,1,0
capabilities = 31
description = Connection succeeded.
code = NetConnection.Connect.Success
level = status
(20150) catchVideos: [type Function]
(20165) NetConnection.onStatus:
application = org.red5.server.service.ServiceNotFoundException
description = Service not found: demoService
code = NetConnection.Call.Failed
level = error
and my red5-web.properties looks like this
webapp.contextPath=/playlistTest
webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088
playlist.repeat=true
playlist.path=streams/
playlist.pattern=*.flv
playlist.streamName=webtv
playlist.runOnStart=true
all help is appreciated!!
thanks
Dennis
im a newbie to red5 and im trying to create a server side playlist. i downloaded the example. I compiled and deployed it. but when i try to make it run in the ofla demo if doesnt work and i dont know what to do. this is my output:
(452) Connections: true | true
(20012) connected?: true
(20148) NetConnection.onStatus:
fmsVer = RED5/0,9,1,0
capabilities = 31
description = Connection succeeded.
code = NetConnection.Connect.Success
level = status
(20150) catchVideos: [type Function]
(20165) NetConnection.onStatus:
application = org.red5.server.service.ServiceNotFoundException
description = Service not found: demoService
code = NetConnection.Call.Failed
level = error
and my red5-web.properties looks like this
webapp.contextPath=/playlistTest
webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088
playlist.repeat=true
playlist.path=streams/
playlist.pattern=*.flv
playlist.streamName=webtv
playlist.runOnStart=true
all help is appreciated!!
thanks
Dennis