If the settings weren't already there you must have an older version of RVC or RVC-S 0.1
flora
@flora
Posts made by flora
-
RE: Change Volume Slider Default Position
-
RE: Video Quality?
Never done Actionscript before, but after a bit of investigating I found the issue. Looks like setQuality didn't get through on some positions, had to change the positions. You can test it by adding Alert.show("test"); for example.
if(btnPreview.selected && camera) {
Alert.show("This shows up after clicking on the preview button");
} else if(camera) {
Alert.show("This message never shows");
}else if (camera) doesn't seem to function for some reason.
-
RE: Change Volume Slider Default Position
You can change that in your config.php file.
$SPEAKER_VOLUME = 0.5; // [0-1]
$MICROPHONE_VOLUME = 0.3; // [0-1] -
RE: Video Quality?
@'flora':
@'JabberCam':
Yes, it is a function in the software. If you click "Preview my video" it will set the quality to 100%
Thank you for your reply. How can I set the quality to 100% at startup? I tried editing the JabberCam.as file and edit all 3 setQuality options to setQuality(0, 100) but that didn't change anything as the default quality is still low at startup.
(Also sent you an email without reading http://www.chatroulette-clone.com/contact/, apologies for that)
Would appreciate a reply to my question above. Thank you in advance
-
RE: Red5 <> Stratus
@'JabberCam':
Let us take a look at this issue
Thank you, will you test on your end or do you require my information?
-
RE: Red5 <> Stratus
@'JabberCam':
The script does switch automatically from Red5 server #1 to backup server #2 and than #3 if the first two are down. If all Red5 servers are unavailable, it is switching to Cirrus. Please check config.php
Thank you for your quick reply. I have seen the Red5 backup servers, but it doesn't seem to switch to Stratus/Cirrus for me when all Red5 servers are unavailable.
It just stays at:
18:17:32 Entering. Please stay patient............... 18:17:32 Bear with us, JabberCam is putting Red5 under fire. Entering might take a while............... 18:17:32 unable to connect to rtmp://www.mysite.com/aJabberCamApp 18:17:32 unable to connect to rtmp://www.mysite.com/aJabberCamApp
I've tested it by providing non-working Red5 servers in the config file. Am I missing something? I would appreciate your help.
Using RVC5.1
Thank you
-
Red5 <> Stratus
Can you add a feature that will basically allow the script to switch to Stratus if the Red5 server is unavailable for some reason (or also vice versa) ?
-
RE: RVC5.2 Advertisement bug modification
@'JabberCam':
Ah sorry, the fix is in JabberCam.as (in this case the design - JabberCam.mxml may not be affected)
I must be tired, the fix is in /src/jabbercam/manager/AdsManager.as (just replace this file), further help:
http://www.videosoftware.pro/forum/THREAD-RVC-versions-ChangesHehe, no problem and thank you for your quick support.
-
RE: RVC5.2 Advertisement bug modification
@'JabberCam':
Simply compare the JabberCam.mxml from version 5.1 and version 5.2
help: http://en.wikipedia.org/wiki/Comparison_of_file_comparison_toolsIf JabberCam.mxml is the only file that has been modified it will be easy, thank you!
-
RVC5.2 Advertisement bug modification
Hello,
I noticed the advertisement bug has been fixed with 5.2:
- fixed bug, text advertisement running forever
Could you please explain what exactly was changed in the source files to fix this bug, as my JabberCam source has been heavily modified and I don't want to lose or redo all the changes by updating.
This would be heavily appreciated.
Thank you in advance!
flora