Roy Sivan
Forum Replies Created
-
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Code with name and title not functioningNo sorry, I”ll test it out this weekend.
What browser / Computer are you using?
Forum: Plugins
In reply to: [AngularJS for WordPress] Post content not displayed when context=viewWas your original issue when you were using the html / angular directive <ng-post>?
Sorry I didn’t answer quicker, been a bit busy.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] small cams not visableAll other users have to be using compatible browsers, and accept the use of webcam and audio in their session.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Wp in a SubfolderThere shouldn’t be an issue with a sub-folder WP install. What browser / environment are you testing in?
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] securityThere is no added security within the plugin, I would recommend if you want to use it you will have to use your own TURN Server so that the transmission goes through your own secured server so there is no issues of cross-streams.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Cant make it workI have been getting a couple of these error notifications. I am doing research now..
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Splendid Plug..Unfortunately not, last I heard Apple doesn’t support webRTC because they want to release their own version.
Forum: Plugins
In reply to: [AngularJS for WordPress] Possible to integrate custom Angular code?HI jake.
I totally agree with you, WP is an under utilized tool for rapid deployment.
So CodingOfficeHours.com current version (beta) is an AngularJS app that lives within a customized theme. We are currently working on v1 which removes all of the the app, and puts it on a NODE stack server so we can more easily use web sockets, then uses the WP-API for content data, user registration, and user authentication.
If you are using souly WordPress to power your entire site, then I’d say go with our beta approach of a customized AngularJS app that lives within a theme. If you really need to utilize other resources outside of WP (on the server level), then maybe migrate the app out, and have WP live in a subdomain as an API you use
Roy
Forum: Plugins
In reply to: [SG-60 Style Guide Creator] SG-60 conflicts with Redux Framework pluginHey guys, sorry about the lack of response.. didn’t see the messages.
The issue has been resolved in the latest version. We will be doing a major overhaul soon as we get ready to release the next version and SG-90.
Roy
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Version 1.2 problemSorry AplDmr, been pretty busy.
I’ve noticed this too, and not sure what is causing it as it is on a per site to site basis.
Unfortunately there is no separate support system for the PRO version at this time, we are transitioning the plugin to live under our new company ArcCtrl which will have a support forum.
The former support form that existed was getting too much spam and feature requests to justify keeping it up.
Roy
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] *Very* low resolution…If you can run a TURN server, you can run your own streaming server. wpRTC runs off of the sample SimpleWebRTC server, which I will be changing in an upcoming version.
If I do decide to create a free or limited cost access private TURN SERVER access, it would only be for the PRO version of the plugin as a subscription base model.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] Problem with different browserswpRTC is based on a webRTC and SimpleWebRTC API.
webRTC is brand new, and I expect it to have some cross-browser issues, I will look into Chrome, but that is what I was testing in when I built originally.
I am guessing you are on a PC?
Roy
Forum: Plugins
In reply to: [Inline Comments] Inline Comments with advanced custom fieldsFurther info:
With or without ajax, page reloads to a completely different post, and comment is associated to that post.Post comment template needs to exist on the page for the comments to actually show up (did not know that was a requirement).
It is a Custom Post Type
Hope that helps, please let me know if you can think of any reasons for this odd / non-functional behavior
Roy
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] "stop" buttonNo there is no option for this at this time, there is no “stopping” since its not really recording or anything, so a pause function would theoretically also be a stop button since it kills the video, the mute button kills the audio.
Forum: Plugins
In reply to: [wpRTC - WebRTC for WordPress] "stop" buttonYes, I will have to double check, but there is a pause video function, is that what you are referring to?