Red5

開源網路視訊會議軟件-openmeetings 的安裝

為{幸葍}努か 提交于 2020-03-01 16:39:13
開源網路視訊會議軟件 -openmeetings 的安裝 2011 年 7 月 4 日 前言 openmeetings 是用 Java 開發 ,B/S 架構 . 透過 internet 可以達到 , 視訊 , 音頻 , 文件 , 聊天室 ... 等功能 . 會議中也可以由主持人決定誰可以發言及發言次續 , 或排定會議議程及日期 . Openmeetings 主網站 : 一 . Www.openmeetings.de 二 . http://code.google.com/p/openmeetings/ 硬件需求 建議值 : 2 個 cpu , 4GB Ram , 10G 硬碟 . 測試值 : 1 個 cpu ( p4 3000Hz) , 1GB Ram , 200G 硬碟 軟件需求 一 . OS : fedora 15 ( 最好使用 fedora14, ubuntu 10.10 ) 二 . Openmeetings : 到 www.openmeetings.de 下載最新版 1.7 ( openmeetings 自帶 Red5 服務器 , 不需額外服務器 ; 想用 Tomcat 啟動者 , 請自行下載 tomcat 安裝 ) 三 . ImageMagick : ImageMagick-6.6.5-10 四 . Swftools : swftools-0.9.0-1 五 . Java

Red5 1.0.7M10: Could not find or load main class Files

丶灬走出姿态 提交于 2020-01-24 14:23:07
问题 I was going to take a look at the latest 1.0.7 on a Windows 2012 server and downloaded the latest .zip. I extracted the .zip into my normal Red5 directory (d:\program files (x86)\Red5) and tried to run red5.bat and got the error, "Could not find or load main class Files". However, RED5_HOME and JAVA_HOME have not changed. What did I miss? Output of the red5.bat file: D:\Program Files (x86)\Red5>if NOT DEFINED RED5_MAINCLASS set RED5_MAINCLASS=org .red5.server.Bootstrap D:\Program Files (x86)

Red5 and RTMPS self-signed certificate

天大地大妈咪最大 提交于 2020-01-07 05:50:29
问题 I am trying to configure rtmps using self-signed certificate, but when I try to connect via red5pfone I get an error: *** ServerHelloDone NioProcessor-2, WRITE: TLSv1 Handshake, length = 890 NioProcessor-2, READ: TLSv1 Alert, length = 2 NioProcessor-2, RECV TLSv1 ALERT: fatal, unknown_ca NioProcessor-2, fatal: engine already closed. Rethrowing javax.net.ssl.SSLException: Received fatal alert: unknown_ca NioProcessor-2, fatal: engine already closed. Rethrowing javax.net.ssl.SSLException:

Publish webcam feed to Flash Media Server

匆匆过客 提交于 2020-01-03 00:38:20
问题 I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. I can get the picture as MPEG-4 (not h.264). So I need to transcode to h.264 and publish at multiple bitrates to FMS. The only solution I have been able to come up with thus far is to transcode the stream using ffmpeg and then also use ffmpeg to downconvert the stream (for the multiple bitrates) and then publish all of these transcoded streams to FMS via custom Java code (using Red5). Surely

Flash Sockets, Peer-to-Peer Capabilities

◇◆丶佛笑我妖孽 提交于 2020-01-01 19:39:47
问题 Quick Intro: We have a flash tetris game finished and we are looking to add multiplayer functionality to the game. After a few days of research on the capabilities of flash and sockets, I've gotten even more confused. A quick disclaimer, I am new to sockets/networking in general. From what I gathered online, general flash tcp sockets cannot handle peer to peer connections due to the policy system in place. In order for flash to do p2p, one must use a RTMFP-capable server (such as flash media

Red5 Security Tutorial

拈花ヽ惹草 提交于 2019-12-30 02:28:06
问题 I am looking for a step by step tutorial on securing Red5 from intrusion. This seems to be a question that comes up alot in a google search, but is never really answered in a way that makes sense to your average flash developer. 回答1: You can secure red5 for Publishing, Playback, or SharedObjects using the security framework. The client does not matter in this case, but if you want to secure oflaDemo for instance you will need to add the security hooks on the backend. Here is the tutorial that

Xuggler with Red5 Picture is not of the same PixelType as this Coder expected

房东的猫 提交于 2019-12-25 06:38:11
问题 I am writing a Red5 application that will need to use the Xuggler library to capture an rtps stream and convert it to flv. Here is the following code that I'm calling after the Red5 app start method is called. private static void helloXuggler() { String sourceUrl = "rtsp://10.0.1.68:8554/CH001.sdp?AuthMode=Web&AuthValue=6049"; String destinationUrl = "xuggler.m4v"; System.out.printf("transcode %s -> %s\n", sourceUrl, destinationUrl); // create the media reader, not that no BufferedImages need

Bug in debugging Red5 server as Java Application inside eclipse

送分小仙女□ 提交于 2019-12-25 02:37:24
问题 I am following Red5 Media Server - Workspace Setup Guide - r4737! I am able to build Red5 distribution and rename distribution jar files i.e completed upto step 6.But when I followed step 7 - Run inside of eclipse failed to debug it as java application - Red5 root: /home/yuvraj/Documents/RED5/red5 java code all/java/server/trunk Configuation root: /home/yuvraj/Documents/RED5/red5 java code all/java/server/trunk/conf Red5 server jar was not found, using fallback. URL list: [file:/home/yuvraj

Red5 Server Truncating Recordings

梦想与她 提交于 2019-12-24 21:45:32
问题 I'm working on an app that captures a webcam stream and records it via a Red5 server. On my local installation (Red5 version 1, Mac OSX) everything runs perfectly however using the same version of Red5 on Ubuntu (our server enviroment) the video recording is truncated. A 2 min recording turns out to be just over 1 minute, however on the Mac its exactly the expected time. Could it be as as simple as a config issue or is the 1.0 version of Red5 not stable on Ubuntu? 回答1: It seems this is a bug

How to use remote SharedObject in AS3 and Red5

谁说我不能喝 提交于 2019-12-24 08:57:39
问题 I wish to use remote SharedObject so I created a simple script to test out the techniques. When I ran the following code as two instances of SWF, both instances output 1, which was incorrect because the second instance was supposed to output 2. import flash.net.SharedObject; import flash.events.SyncEvent; var nc:NetConnection; var so:SharedObject; nc = new NetConnection(); nc.client = { onBWDone: function():void{} }; nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus); nc.connect(