YouCast icon indicating copy to clipboard operation
YouCast copied to clipboard

Cloud service isn't working

Open i3arnon opened this issue 5 years ago • 4 comments

I don't know how to fix this issue (or if it even can be fixed) and don't have the time to invest in it. You can still use YouCast in your local network. Sorry.

i3arnon avatar Dec 21 '19 20:12 i3arnon

same problem,could i run it on my linux cloud serve?

weigeloveu avatar Jan 20 '20 11:01 weigeloveu

I notice that this issue was posted before the most recent version. Will 2.8 work with the cloud service? (I haven't been able to get it to work locally, even though I've used YouCast locally in the past. Online port checking tools show both port 80 and the default YouCast port as closed, even though I've opened them in my router and firewall. Not sure if there's something I missed or if it's something my ISP is doing – ports and networking issues aren't my strong suit.)

Edit: I set up my own Azure account to test things. It seems to be working from Azure for me if I use my own Azure VM's IP address in the YouCast settings and port 80, just not if I use the youcast.cloudapp.net address. @i3arnon, maybe just need to upgrade yours to YouCast 2.8 for the cloud service to work again?

kane2742 avatar Jan 26 '20 19:01 kane2742

@kane2742 Just pushed the latest version in master to Azure to make sure. It doesn't work (for me at least). @weigeloveu The service won't work for linux without a lot of refactoring.

i3arnon avatar Jan 26 '20 19:01 i3arnon

I had to harcode my youtube key in WorkerRole.cs and I was able to publish azure service

_webServiceHost = new WebServiceHost( new YoutubeFeed( "YouCast2020", "..."));

dawidcieszynski avatar May 06 '20 08:05 dawidcieszynski