Fabian Reyes
Fabian Reyes
> Yes, this should be possible, we're actually doing similar stuff inside Appwrite itself (realtime container). You just need to tweak the traefik container settings and it will generate more...
I forgot something, for SSL certificates I am using clouflare ssl certificates.
> @reyesmfabian I think you should also setup proper nginx configuration for appwrite-realtime container port to be accessed via `/v1/realtime` like we do with traefik in the for the `appwrite-realtime`...
Should I add the /wss/ location?
Hi, I'm just wondering if this will be in the new version of the plugin.
> also this code will print the logs to console so maybe it shows the problem with the file > > ``` > player = > Player(configuration: PlayerConfiguration(logLevel: MPVLogLevel.debug)); >...
> @reyesmfabian please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...
Hi, any update on this?
> This is OK for me. (also waiting windows plugin of flutter video player) > > String newUrl = "http:....."; > Process.run('vlc', ['$newUrl']).then((ProcessResult results) { print(results.stdout); }); Does this work...
> > > This is OK for me. (also waiting windows plugin of flutter video player) > > > String newUrl = "http:....."; > > > Process.run('vlc', ['$newUrl']).then((ProcessResult results) {...