gqtool
Forum Replies Created
-
Forum: Plugins
In reply to: [Agora Video for WordPress] Must be Something WrongHi guys, please check out some these to make sure it is not a permissions issue, I had the same issue and this fixed it.
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataGreat. Thanks again for listening.
Cheers!
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataOh. Ok. Worth putting that somewhere in the description.
I am not a developer.
You couldn’t expose it on the user side as there are no roles and everyone would have control, but you could easily add it to the admin side.
So when WordPress you create the channel add in the option Record: Yes or No.
The recording would have to be of the whole session run so a composite of the group. However, you could add in option in the same admin to record a composite or composite and individual or just individual.But at least the composite to begin with.
Having it in admin means not then having to introduce roles such as Moderator, Participant, Observer and we can turn it on and off as required.
If the record option is “On” the recording will be initiated as the stream starts and ends when it finishes.
A more simpler solution would just create access by adding a short code option something like: record=“Yes” type=“composite” or something like that.
The power of agora is its ability to record and send to s3 and is really needed with group communication – especially now .
Hope this provides some useful feedback.
Thanks again.
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataThanks for this. Appreciate the response!
I am using this to create a “Communication” group
1. I created a fresh wordpress site.
2. Uploaded the plugin.
3. Did as instructed and triple checked.
4. I enabled both ” RTMP and Cloud Recording” All as expected.
5. Created anew project.
6. Added the credentials and triple checked.
7. Created a new channel.
8. Did a basic ftp to the s3 bucket with the same aws credentials which is open.
9. Ran multiple test groups with different people on the stream.And still it does not record / no errors no access issues just not recording!
Is there supposed to be a record button or something on the communication screen?
Thanks!
I have updated the code I decided to use below:
(function(){ var s = fieldname11; var a = fieldname61; var e = 'Select an above option for: "Do you need us to script your survey."'; if(s == 2) { if(a <= 2 && a < 3) return fieldname5*25; if(a >= 3 && a < 5) return fieldname5*20; if(a >= 5) return fieldname5*15; } else if (s == 1) { if(a <= 2 && a < 3) return (fieldname5*25)+150; if(a >= 3 && a < 5) return (fieldname5*20)+150; if(a >= 5) return (fieldname5*15)+150; } else { return e; } })();- This reply was modified 9 years ago by gqtool.
I think I worked it out!
(function(){ var s = fieldname11; var n = fieldname61; if(1 == s && n <= 2 ) return fieldname5*25 + 150; if(1 != s && n <= 2 ) return fieldname5*25; })();It works! Is this correct? Or is there a better way of doing this?
Wow, that’s great thank you.
The script works perfectly. I have the paid premium version and did wonder, but this is great.
Thanks!