DLNA server with minisatip and xupnpd

Support forum for minisatip
Post Reply
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

DLNA server with minisatip and xupnpd

Post by cata »

minisatip supports streams over HTTP protocol which can be used by a TV that has DLNA support (like Samsung, LG, ... ). In order to configure xupnpd to display the TV channels is required to create m3u playlists.

The content of the playlist needs to be something like (for Arte HD, Astra 19E):
#EXTINF:0,Arte HD#
http://<minisatip_host>:8080/?freq=11494&sr=22000&msys=dvbs2&pol=h&pids=0,5111,5112

For more informations please see:

github.com/catalinii/minisatip/issues/176
sumulu
Posts: 4
Joined: Sun Feb 18, 2018 8:50 pm

Re: DLNA server with minisatip and xupnpd

Post by sumulu »

Hi cata,

This is very interesting for use in external limited wlans.
Optional htaccess protection would be nice.
Yes I know, it's not secure without https.
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: DLNA server with minisatip and xupnpd

Post by cata »

Basic authentication is not hard to implement.

If that is what you're after please create an issue in GitHub
Post Reply