David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 3 years ago on Embedding Youtube Videos into Action Text with Stimulus :
  I'm using a variation of this method for the Drifting Ruby videos. However, it's pretty much on par with how I'm doing it. One thing that I do prior to uploading the video is first using Handbrake to transcode the video. https://www.driftingruby.com/episodes/adaptive-bitrate-streaming-with-active-storage 


David Kimura PRO said over 3 years ago on Embedding Youtube Videos into Action Text with Stimulus :
Ah gotcha. Yes, if a user is not logged into the site, they will get an embedded youtube video. It looks like this site may suggestions to control this at the Youtube config level. https://moz.com/community/q/allow-embedding-on-a-youtube-but-only-for-specific-sites


David Kimura PRO said over 3 years ago on Two-Way Messaging :
  Just following up to see if you had an example for the Two-Way Messaging. 

Can you go into a few more details and a use case? I'm understanding this as you want the Rails application (for example, that is being browsed on an end user's iOS Safari browser), to trigger, send and read SMS communications from their iMessage app.

On the other hand, are you more talking about having a backend service where a user can SMS a static phone number and carry a conversation? Something like a state managed SMS send/response.

David Kimura PRO said over 3 years ago on Two Factor Authentication :
  have you tried some of their suggestions? have you also tried a different authenticator app like FreeOTP or using something like 1Password?

David Kimura PRO said over 3 years ago on Record Audio to Active Storage :
  You would likely need to make most of your changes in the recorder function and also change the stream function to allow video. This episode may help with getting the camera to show. You would just want to ignore the bits about the streaming server as you wouldn't be transmitting the video feed.

https://www.driftingruby.com/episodes/video-chat-with-webrtc