Displaying 3 results from an estimated 3 matches for "localtunnel".
2012 Nov 01
2
how to use localtunnel gem ?
Hi all,
I read about localtunnel gem . As per my knowledge , local tunnel generate
a URL , which can be used globally .
I wish to use localtunnel for my knowledge.
But now my question is raised .
Q is we have to start rails server port 3000 on another terminal ? or
localtunnel server is enough for our development server w...
2012 Feb 10
2
My Host
...ooks to use my configured
CNAME''s. I''m trying to find a way so that my app doesn''t have to know
about these CNAME''s. So I''m looking at the request in the controller to
try and get the base URL where I''m running.
To test, I''m using localtunnel. I have found what I''m looking for in 3
places, and I''m wondering if one is better than another or if one is more
reliably set than another.
request.env["SERVER_NAME"]
request.host
request.env["HTTP_HOST"]
All three of these have the value I''m loo...
2018 Nov 30
1
Icecast clients disconnect at exactly 10 minutes
I am running icecast2.4.4 on a Debian VM with a python script as the source
on macOS on the same computer.
I am using a tunneling service (ngrok) to expose my localhost and listen to
the stream anywhere. I've tried other tunnels like localtunnel, but still
get disconnected at 10 minutes exactly.
When listening to my own stream on the tunnel, the client (Chrome, Firefox,
mpv) gets disconnected at exactly 10 minutes and must pause/play or refresh
to reconnect. The source stays up indefinitely.
At first I thought icecast might be timing out...