How to deploy Nodejs server with ffmpeg buildpack on Heroku? - heroku

How to deploy Nodejs server with ffmpeg buildpack on Heroku for going live on Facebook Page? It is working fine on localhost with Windows as OS but not working on Heroku.
We have tried on localhost and the code works fine but when deployed on Heroku, the stream is not going live on Facebook.

Related

Deploy Outlook Add-in on an AWS EC2 instance

We are trying to host a custom Outlook Add-in on an AWS EC2 instance. We are using a windows server in EC2 to host this. Currently we are using webpack dev server to host it locally and everything is working fine. Now we need to deploy and have this app run as a service in the Windows Server.
We have tried to deploy the build on an IIS server. But we were not able to proceed after logging in to the application. We are getting the error as a Bad request. We also have tried to deploy it on Apache server using XAMP. But the results were the same. It is getting deployed in the webservers, however when we are hitting the backend application it seems to be erroring out.
The error we are getting is Error: redirect_uri_mismatch, when we try to authenticate and redirect to the authenticated home page of the application.
When we deploy the same using webpack-dev-server in the instance, It is working as indented.
We are facing issue to identify the proper reason for this error and unable to deploy the service in EC2.
EDIT
Screenshoot-1
Screenshot-2

How to deploy a React app with Strapi (from localhost to an external server e.g. AWS)?

I am developing a website, where posts are published through Strapi. My website is a React app. For Hosting, I use (Amazon's) AWS.
My question is simple. I want to deploy my localhost application, and make visible to the WWW. I was searching for tutorials but could not find any that helps me in this.
Thank you!
ok deploy process is simple:
You get a server like digital ocean.
you push your projecto into a github repo.
Configure mongo, node, ngnix and clone your project into www folder
enter in your folder app and make npm install --production
latter insall PM2 and make it run
this is a little explaination the real explanaition you can see here:
how to deploy strapi app on ubuntu server
The www you can modified adding Cname at your server and vinculing your dns with you domain in you name domain proveedor

ERR_NAME_NOT_RESOLVED on heroku app

I'm trying to integrate Algolia Search onto my heroku node app. Everything seems to be working fine on my localhost, but after deploying to heroku, all my algolia endpoints seem to return ERR_NAME_NOT_RESOLVED.
Is there anything I can do?

Can I deploy a server to Heroku without a client?

I have built a backend server application without a frontend to it. Can I still deploy it to heroku ?
Sure. Heroku only hosts apps.
As long as your backend server application listens on a specified port, and is able to receive and respond to HTTP requests, you can host it on Heroku.

kurento webrtc video not displayed on heroku

have an app with a successfull kurento implementation connecting to a rstp://ip and displaying it to a video tag on my web page, just like this
http://www.kurento.org/blog/interoperating-webrtc-and-ip-cameras
https://github.com/lulop-k/kurento-rtsp2webrtc
it works like a charm on my localhost but once i deploy it to heroku and test it... well, it just does not display any video, no errors or weird issues it just does not display video, i'm not sure if there is something i missed to config on my kurento server like a cors config or similar and i've been looking for it with no luck so... any insight or guidance would be helpfull.
btw i have my kurento media server running on an amazon ec2 micro instance and my client running on heroku
Thanks in advance
I had the same problem!! I solved it using HTTPS instead of HTTP :)

Resources