hermesf
Forum Replies Created
-
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataIn communication mode we don’t currently display the cloud recording button. This was a decision made during development because of the technical requirements related to allowing users to record communications.
That being said, the Agora Video for WordPress plugin is open source so there is nothing stopping you from customizing the plugin to expose the recording button.
If you look wihtin the
wp-agora-io-broadcast.phpyou’ll notice the hooks for the recording settings and button. You need to migrate those intowp-agora-io-communication.phpI will discuss the feature request for “add recording functionality to communication mode” with the team and we will figure out how it fits into the Plugin’s roadmap.
If you have more technical questions, please join the Agora Developer Slack group and raise questions within the #wordpress-help-me channel
Forum: Plugins
In reply to: [Agora Video for WordPress] Agora recording and no usage dataHi,
Thanks so much for your interest in the Agora Video for WordPress plugin. I did a fresh installation of the plugin and tested the cloud recording. I am able to record to an S3 bucket without any issue.
Your issue sounds like a common configuration issue.
- Within your Agora Console, have you enabled Cloud Recording?
- Within your channel settings did you make sure to choose the correct region for the S3 bucket?
- Within the plugin’s Settings page you made sure to enter your RESTful API credentials?
Here are a couple guides that can help ensure you have your credentials set up properly for both Agora and AWS.
Agora Video for WordPress plugin QuickStart
Agora Cloud Recording Quick StartForum: Plugins
In reply to: [Agora Video for WordPress] Communication Video ChatsRegarding the full-screen mode and volume settings, I will speak with the team and we work to figure out where it fits within the plugin’s development roadmap.
With regard to pause/play functionalities the video and audio streams are live so there isn’t a concept of pause/play, can you please elaborate as to what you mean?
Forum: Plugins
In reply to: [Agora Video for WordPress] Communication Video ChatsThank you for your feedback!
I will add the video camera and microphone selection to the list for our next sprint.
Regarding the cover/contain options and chat, I will speak with the team and we work to figure out where it fits within the plugin’s development roadmap.
Forum: Plugins
In reply to: [Agora Video for WordPress] Communication Video ChatsHi,
Thanks for your interest in Agora Video for WordPress.
Within Communication Mode, double click the small video feed to swap it with the main feed. This functionality works across all browsers.
The Agora Video for WordPress plugin is based on the Agora WebSDK. The Agora WebSDK, supports customizations such as having a specific user be the “main” feed but currently the WordPress plugin doesn’t expose this functionality in the admin panel and would require you to make these modifications yourself.
Regarding cameras, the plugin can support any camera that is recognized by your computer. The only limit is 1 camera per stream. Currently the plugin doesn’t expose the option in Communication Mode to swap camera, but if this is a feature that is required we can plan to add it. The functionality exists within the Agora WebSDK and we expose the controls in broadcast mode, just not communication.
Please let me know and I can add it to the next sprint.
Forum: Plugins
In reply to: [Agora Video for WordPress] RTMP url and stream key???The blue button that prompts you to enter an RTMP server and stream key are meant for instances where you want to push your live stream to YouTube or Vimeo or another service that supports RTMP. When you start a live stream on YouTube or Vimeo it gives you the option to stream using their UI or you can publish your own stream. When you select the publish your own stream option, both services provide you with an RTMP url (begins with rtmp://) and a Stream Key, use these values to push your live stream to these services.