Jonathan Pentecost

Results 117 comments of Jonathan Pentecost

Hello! There is `go-chromecast transcode --command="/usr/bin/command"` which will run the command and pipe the output via a HTTP response to the Chromecast, would this work for your use-case?

Sorry, it needs the `--content-type` flag set as well (since it is currently unable to determine the media type). Does setting a content type work?

Heya Bobowonnell. I am not sure I am following, what is your issue? What is the command you are running? Do you get a similar error when you run `go-chromecast...

Can you copy-and-paste the whole command and output if you run the command with `--debug`? And does the command work without using the `--with-ui`?

Thanks! I have cross-compiled it on `linux/armv7` before, but I haven't tried compiling with `go1.15` or on `linux/armv8` yet. I'll take a look! If possible, are you able to confirm...

That is a crazy long time. I am able to cross-compile successfully with `go-chromecast` successfully to armv8 with: `GOOS=linux GOARCH=arm64 go1.15 build -o go-chromecast`. I don't have a raspberry pi...

I have added some arm releases to the latest release https://github.com/vishen/go-chromecast/releases/tag/v0.2.5. Specifically https://github.com/vishen/go-chromecast/releases/download/v0.2.5/go-chromecast_0.2.5_linux_arm64.tar.gz should be for `armv8`

I have tried this on the latest master and seeking seems to work for me. Are you able to paste the command with `--debug` output? What is the internet hosted...

@d687r02j8g I can't see any command output in that link? I might be not understanding how to use it though.