Page 1 of 1

XSPF location for dvb-t in LAN

Posted: 17 Sep 2019 17:55
by dehan
Hi,

I have w_scan output XSPF for VLC on my server with tuner, while I'd want to use this playlist on my laptop.
I'd guess the only option is to update location element with correct server address (static 192.168.100.6), however I don't know if this is supported in the protocol:

Code: Select all

<location>dvb-t://frequency=490000000</location>
Can anyone confirm?

Thanks in advance

Re: XSPF location for dvb-t in LAN

Posted: 18 Sep 2019 18:06
by RĂ©mi Denis-Courmont
That playlist will work as long as you have a DVB-T tuner attached, and it can obviously not work otherwise.

Re: XSPF location for dvb-t in LAN

Posted: 20 Sep 2019 16:47
by dehan
Ok, thanks