chromecast-audio-stream
chromecast-audio-stream copied to clipboard
Enhancement: add command-line play
Hi,
I suggest to create a command-line play command that can read PCM audio from stdin. See this exemple:
chromecast-play.exe - IP
Where "-" references the stdin (you can use any *.pcm file as input) and "IP" is the address of the target chromecast. Also, If you need it add the option of force the format: example "-s s16l" as Stereo with 16bit in low endian order.
You agree?
I 100% agree.
Hi @acidhax ,
Great! Then I suggest to use the syntax of VideoLAN or FFMpeg. For example:
$ vlc --demux=rawaud --rawaud-channels=2 --rawaud-samplerate=44100
Perhaps it's more simple to use similar syntax than create new one. ;-)
Since I use FFmpeg, I'll most likely just use the flags given as the input :)
Perfect! Tell me if I can do something to help.
Hi Acid!
I don't found command-line support in last release (0.30). Do you implement it?
Adding command-line support may definitively help me on #30