link89 / dlna-cast

A cross-platform command-line tool that casts screen and media file to remote DLNA device.
GNU General Public License v3.0
32 stars 1 forks source link

Custom settings #6

Open badboycxcc opened 5 months ago

badboycxcc commented 5 months ago

Can I specify to send pictures or mp3 and mp4?

link89 commented 5 months ago

It's not support yet but I think it should be easy to implement: by create a soft link of your target file to the root path of http server.

badboycxcc commented 5 months ago

Is the target file path fixed? Does it have to be an http soft link? Can it be a local file?