- 浏览: 5736 次
- 性别:
- 来自: 广州
最近访客 更多访客>>
最新评论
-
superzhouych:
Thank you very much. Just like ...
404 error on Red5
文章列表
oops~ it blocks when i call external program in java >_<
why?
go to the jdk Runtime doc:
引用the created subprocess does not have its own terminal or console.
引用Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the ...
- 2008-12-15 10:20
- 浏览 779
- 评论(0)
first thing first, clear out scope, context and handler in Red5.
1. scope = context + handler
2. handler would be called by client.
3. context provides all necessary resources for handler.
btw, that's my idea. of course u can have your one
second, no scope "xxx"(e.g. bwcheck) on this ser ...
- 2008-12-07 19:47
- 浏览 2152
- 评论(0)
Finally
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/NetStream.html
General workflow for streaming audio or video. The following steps summarize the workflow for publishing real-time audio and video:
1. Create a NetConnection object.
2. Use the NetConnection.connect() ...
- 2008-12-06 21:15
- 浏览 790
- 评论(0)
<classpathentry ... />
note:
1. in "path": user "/" instead of "\".
2. in "path": no wildcard(*,?,...).
3. kind could be src/con/lib/output.
4. con, used for "user library".
5. in "excluding/including", ant pattern works.
that's all, ...
- 2008-12-06 11:41
- 浏览 616
- 评论(0)
install, done! compile and run, done!
when go to http://localhost;5080, oops +____+!!! 404 ERROR
how i get it worked(Red5 7.0 on xp).
1. stop red5 service.
2. restart red5 in command line.
DONE!
so, guess it's something to do with the red5 services, recommend not to install it as windows services ...
- 2008-12-04 01:08
- 浏览 1048
- 评论(1)