Skip to content

Instantly share code, notes, and snippets.

@ebertti
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebertti/91d66df3e3f6d779c0e6 to your computer and use it in GitHub Desktop.
Save ebertti/91d66df3e3f6d779c0e6 to your computer and use it in GitHub Desktop.
Como fazer o PopcornTime voltar a funcionar com ChromeCast

Eu estava tendo esse problemas e achei uma solução, para quem quiser corrigir, segue a solução.

Path do arquivo para correção no Windows:

%LOCALAPPDATA%\Popcorn Time\node_modules\chromecast-js\pt-media-receiver.js

Alterar a linha 7 DE:

    PopcornStyledMediaReceiver.APP_ID = '887D0748';

PARA

    PopcornStyledMediaReceiver.APP_ID = DefaultMediaReceiver.APP_ID;

E reiniciar o popcorn time e voltar a usar seu chrome cast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment