Heroku Support #674
Replies: 2 comments
-
Hello, just change the ports you need in the configuration file and you're good to go. |
Beta Was this translation helpful? Give feedback.
-
Can you create a repo that can be deployed to heroku . I tried ( i never used heroku before) I just created a PHP repo and it was easy to use app.json heroku.yml for PHP app. When i tried to deploy this i was not able to make this thing work on Heroku.
-I changed ports to 80 for hls and 443 for rtmp
Can you try to deploy one on port 80 & 443 |
Beta Was this translation helpful? Give feedback.
-
Deploy on heroku
Is it posible to deploy on heroku?
I understad heroku doesnot allow much open ports but we can!
Use PORT 80 for hls and PORT 443 for RTMP - or vice-virsa
We will deply this app on heroku either with docker with above 2 ports or we can deploy anything i.e python build pack just to init heroku container.
-- PS: it will not allow input internal input streams. But to just relay streams.
Also we can use variable to decide which port to use for which serivce and only allow 2 services./
Same way we can add relay stream from ENV i.e STREAM_URL : PATH
Regards
Beta Was this translation helpful? Give feedback.
All reactions