perexg / satip-axe

A custom firmware with minisatip for Inverto IDL-400s/Grundig GSS.BOX/Telestar Digibit R1
131 stars 42 forks source link

Add DLNA server #123

Open okurz opened 5 years ago

okurz commented 5 years ago

I have tried out satip-axe and it works fine so far with tvheadend. However, with the original firmware a "miniDLNA Server" was included which could be activated/deactivated over the webUI. I assume this is the component that publishes the TV channel I can see over UPNP in VLC. Is there such a component/possibility in satip-axe?

perexg commented 5 years ago

No, there is no dlna server in the satip-axe firmware. In my opinion, it's better to serve .m3u playlist through the available HTTP server to clients.

okurz commented 5 years ago

Thanks for the fast and helpful answer. Do you have a reference ready how I can come up with a .m3u playlist in the most efficient way?

9000h commented 5 years ago

http://www.satip.info/resources?tid=23

perexg commented 5 years ago

The HTTP server on port 80 (standard) in the satip-axe firmware serves content from volatile /media directory, so you may copy contents on boot there or make a link to a non-volatile directory (/mnt/data or /etc/sysconfig for example). The script /etc/sysconfig/localboot is called on each boot.

Another way is to insert a flash disk - it will be mounted to /media tree automatically.

okurz commented 5 years ago

thx, great. I understood you want to keep the issue open as a valid enhancement proposal so I will not close it :)

9000h commented 5 years ago

http://xupnpd.org could be a candidate