Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

I might close this issue since it might be a issue we can't fix. Please feel free to reopen if needed.

Apologies, this `transcode` command is not one I am 100% familiar with. Is the issue that the transcode command in the example is wrong, or that it doesn't work at...

By default, the `go-chromecast load` command will transcode unplayable files by default. So if you want to let `go-chromecast` handle that for you, then I suggest using the `load` command....

The `transcode` command will take any arbitrary command and arguments you want. If you have an `ffmpeg` command or similar that will transcode to stdout, then you can plug that...

Ah thanks, I forgot about that. Thanks for the working example. I think the `--command` option is probably the better approach.

Hmm, I would think that should give you debug information. Would you be able to run the load command with `go-chromecast load --debug --verbose ` and post the results here?...

Looks like for some reason the application isn't being loaded correctly, and we assume that the application is always there. I think we can add a check to see if...

@Jiyuu Thanks for this, really appreciate it. Even if it doesn't get finished, it is a good starting point for how to do it :)

I don't think so unfortunately. It looks like it is set up to always capture the logs: https://github.com/vishen/go-chromecast/blob/master/ui/view_log.go#L11-L32. It should be possible to pass through a flag to just not...

Hey! That sounds like a good idea; I can't think of any immediate issues that might be of concern. There is a JSON version of the output in https://github.com/vishen/go-chromecast/blob/master/http/handlers.go for...