podsync icon indicating copy to clipboard operation
podsync copied to clipboard

Doc on using ngrok for overcast.fm?

Open matschaffer opened this issue 4 years ago • 4 comments

I was trying to set up podsync to listen to the next.js 2021 conference videos on a long road trip, but I couldn't seem to add the feed to overcast on iOS.

I just get this.

IMG_E6385F3BC403-1

The same URL loads fine in a browser at the same URL. I can even open the URL in iOS chrome and save the file back to dropbox.

So it didn't seem like a networking problem.

Turns out putting https://ngrok.com/ in front of my local server did the trick.

I realize this is really an overcast limitation rather than podsync, but given most people are probably running podsync locally I was thinking maybe the readme should include a note about setting up a public URL for use with overcast.

matschaffer avatar Oct 31 '21 22:10 matschaffer

You know.... now that I write that. I might also be because I finally thought to set server.hostname once I set up ngrok.

I'll have to try it again setting sever.hostname to my on-network IP and see if that works.

matschaffer avatar Oct 31 '21 22:10 matschaffer

Huh. Interestingly enough hostname = "http://192.168.86.25:8080 had the same "Timed Out" response from overcast.

So guess a public URL is a requirement for overcast? Anyway. I thought maybe a doc could be helpful for folks trying to do a similar thing.

matschaffer avatar Nov 01 '21 00:11 matschaffer

Hi, just for documenting the issue: Overcast has servers that check if the feed has new podcasts. Since your IP is local to your network (RFC1918, 192.168.x.y), those servers can not locate your feed.

If you punch a hole through your firewall (i.e. by using ngrok), those servers are able to catch your feed and everything will work just fine.

jeyemwey avatar Jun 04 '22 20:06 jeyemwey

My latest workaround for this is to copy everything locally and use VLC for iOS for mobile viewing/listening. The speed control isn't as good as overcast, but it's at least better than dropbox which has no speed option.

matschaffer avatar Jun 06 '22 03:06 matschaffer