|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
小弟本事学电子的,无赖project全是软件的。
我们需要实现的第一步是live video streaming. 我们用的是red5服务器。我用Mac下好了red5,下载了oflademo在一下位置:
/Applications/Red5.app/Contents/Resources/Java/webapps/oflaDemo/WEB-INF/classes/org/red5/demos/oflaDemo/Application.class
我查过两个property文件
red5 - web.properties:
webapp.contextPath=/oflaDemo
webapp.virtualHosts=*, localhost, localhost:8088, 127.0.0.1:8088
red5.properties:
# RTMP
rtmp.host=0.0.0.0
rtmp.port=1935
当我在http://localhost:5080/demos/ofla_demo.html
我得到:
(137) Connections: false | false
(953029) connected?: true
(953041) NetConnection.onStatus:
description = No scope 'oflaDemo' on this server.
code = NetConnection.Connect.Rejected
level = error
在http://localhost:5080/demos/publisher.html 设置服务器连接的地方,我得到
13:42:21:905 - Connecting to rtmp://localhost/oflaDemo
13:42:21:916 - NetConnection.Connect.Rejected
13:42:21:916 - NetConnection.Connect.Closed
求大神救助啊!我这个东西马上就要交差了,我这里卡得不动了。
我用的Mac的系统。
我怀疑可能是因为文件在red5.app的文件夹里。 电脑直接点也点不开,需要右键点开show package contents才能进去。所以我觉得可能是里妨碍了路劲。。。 |
|