MiniSAPServer announcements - not seen by Exterity receiver
Posted: 17 Sep 2010 16:55
Hello, all..
I appreciate this is likely unfixable, but here goes..
I have a Ubuntu PC streaming most of the freeview channels using DVBlast. It also runs miniSAPserver to announce the channels.
On a PC running Win32/Ubuntu, I can see these SAP announcements in VLC and watch the channels - everything is peachy.
However - we have several Exterity IPTV receivers which support SAP Announcments (the Ubuntu PC is replacing the very expensive and very broken Exterity server which streamed channels and broadcast SAP).
These receivers don't see the SAP Announcements from my Ubuntu PC.
If I remote onto the receiver, and manually enter the UDP address for a particular channel, then it works. So it appears it's just that the receiver doesn't know how to listen for SAP announcements from MiniSAPServer.
Here is a sample of my miniSAPserver cfg file, if it helps. I've trimmed out a lot of the channels.
On the receiver's SAP section "Channel Learning", it says:
The device listens to SAP announcements to discover channels on the network. It always listens on the address used by Exterity servers (239.255.255.255). To configure the device to listen on additional multicast addresses, enter them in the table below.
I can then add a further address if I know it.
Is there a particular address I need to add for it to hear the MiniSAPServer announcements?
(Apologies if this is horribly simplistic - I'm happy to provide more information should someone ask)
I appreciate this is likely unfixable, but here goes..
I have a Ubuntu PC streaming most of the freeview channels using DVBlast. It also runs miniSAPserver to announce the channels.
On a PC running Win32/Ubuntu, I can see these SAP announcements in VLC and watch the channels - everything is peachy.
However - we have several Exterity IPTV receivers which support SAP Announcments (the Ubuntu PC is replacing the very expensive and very broken Exterity server which streamed channels and broadcast SAP).
These receivers don't see the SAP Announcements from my Ubuntu PC.
If I remote onto the receiver, and manually enter the UDP address for a particular channel, then it works. So it appears it's just that the receiver doesn't know how to listen for SAP announcements from MiniSAPServer.
Here is a sample of my miniSAPserver cfg file, if it helps. I've trimmed out a lot of the channels.
Code: Select all
# sap.cfg - Configuration file of the mini SAP server
# Global miniSAPserver options
[global]
# Number of seconds between announces. 5 is default. Internet announces better use 30.
sap_delay=5
# The network interface on which to stream.
#interface=eth0
[program]
type=udp
name=4Music
user=freeview
machine=wswwhfview-01.erc.education
site=http://wswwhfview-01.erc.education
address=239.192.10.154
port=5000
playlist_group=0-9
[program]
type=udp
name=Absolute Radio
user=freeview
machine=wswwhfview-01.erc.education
site=http://wswwhfview-01.erc.education
address=239.192.10.151
port=5000
playlist_group=A
[program]
type=udp
name=BBC 6 Music
user=freeview
machine=wswwhfview-01.erc.education
site=http://wswwhfview-01.erc.education
address=239.192.10.135
port=5000
playlist_group=B
The device listens to SAP announcements to discover channels on the network. It always listens on the address used by Exterity servers (239.255.255.255). To configure the device to listen on additional multicast addresses, enter them in the table below.
I can then add a further address if I know it.
Is there a particular address I need to add for it to hear the MiniSAPServer announcements?
(Apologies if this is horribly simplistic - I'm happy to provide more information should someone ask)