Home › Forums › How to host rtmp servers: › Iphone
- This topic has 0 replies, 1 voice, and was last updated 2 months, 4 weeks ago by
Donald Bilton.
-
AuthorPosts
-
October 28, 2020 at 12:25 am #393
Donald Bilton
KeymasterIphone has recently got support through open source app called ISH (no jailbreaking required)
1. Download ISH located at official 🍎 app store:
IOS ISH alpine linux shell in official IOS app store
2. Launch ISH and add paste this line in the terminal to add apk getting support:
wget -qO- http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86/apk-tools-static-2.10.5-r1.apk | tar -xz sbin/apk.static && ./sbin/apk.static add apk-tools && rm sbin/apk.static
3. After that apk command is added, input these commands to grab tollstream’s auto install script to install the RTMP open source nginx server on the iPhone along with port forwarding bypass solutions such as ngrok. openssl encryption to forward user information, securely, to tollstream for e-commerce assistance. And any other tool required to run an rtmp server on the iPhone, specifically for use with tollstream.com 😀
Please paste the entire snippet with the included parenthesis(apk update; apk upgrade apk add git bash openssl screen cd /home git clone --depth=1 -b Iphone \ --single-branch \ https://github.com/isodecryptor/tollstream-RTMP-server.git cd tollstream-RTMP-server chmod +x Alpine_rtmp_tollstream.sh ./Alpine_rtmp_tollstream.sh)
Please observe the source code from tollstream’s auto install scripts at:
https://github.com/isodecryptor/tollstream-RTMP-server/tree/Iphone
Ngrok.com provides free(free works well for small scale servers) and paid accounts through Ngrok.com. Tollstream is not affiliated with Ngrok. We use Ngrok’s reverse proxy to assist people in port forwarding issues. (Behind firewalls they can’t configure,routers or other, non administrative restrictions. )
https://www.ngrok.com4. Please visit https://ngrok.com if your are behind nat firewalls that you either don’t have the administration rights to configure, the know how, or the patience. You will want to register for free with ngrok.com. Ngrok also let’s you monitor your connections and blacklist ips etc and add other ips to your whitelist such as friends. The free version works for 4 connections from the outside world, and there are paid versions that have no restrictions.
5. After registration, you will enter the authkey into the terminal to register it with the servers automated script. From that point on, ngrok will be the one giving you urls that are accessible from the internet. You will be accessible from the web from that url. The automated install script will list that url that is accessible from the internet. The automated script then takes your url and username of tollstream, encrypts it, and sends it to tollstream.com for e-commerce assistance.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
Donald Bilton.
-
This topic was modified 2 months ago by
Donald Bilton.
-
This topic was modified 1 month, 2 weeks ago by
Donald Bilton.
-
This topic was modified 1 month, 2 weeks ago by
Donald Bilton.
-
This topic was modified 1 month, 2 weeks ago by
Donald Bilton.
-
This topic was modified 1 month, 2 weeks ago by
Donald Bilton.
-
This topic was modified 2 months, 4 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.