go2tv icon indicating copy to clipboard operation
go2tv copied to clipboard

Running as server like MPD

Open empirefox opened this issue 3 years ago • 2 comments

Any plans?

empirefox avatar Nov 30 '21 13:11 empirefox

Hey @empirefox, would it be possible to elaborate a bit on this? Go2TV casts media files directly to the selected devices that support the Direct Media Renderer service without any actions on the device itself. So there needs to be some form of application trigger to push those contents to the devices.

There are other applications like miniDLNA or MediaTomb that offer you a content server which you can browser from your TV or other devices. Is this what you're suggesting?

On a different note, the CLI option in Go2TV is quite versatile. You can have it running in the background, looping over media folders.

screen -d -m bash -c 'for q in ~/Videos/*mp4;do go2tv -v "$q";done'

This command for example will run in the background and start casting all your .mp4 files one after another

alexballas avatar Nov 30 '21 15:11 alexballas

Thanks @alexballas. I just want to running a MPD-like server on a pi. Then I could make a flutter app to control it from my phone.

empirefox avatar Dec 05 '21 06:12 empirefox