[radio] Ajout de canaux
This commit is contained in:
parent
9300e296e3
commit
c84423179c
2 changed files with 7 additions and 2 deletions
|
@ -26,7 +26,12 @@ multicast={
|
|||
'Nostalgie': ('nostalgie', '239.231.140.179', '1234', ['http://95.81.146.2/nostalgie/all/nos_113812.mp3']),
|
||||
'le mouv\'': ('lemouv', '239.231.140.180', '1234', ['http://95.81.147.3/lemouv/all/lemouvhautdebit.mp3']),
|
||||
'NRJ': ('nrj', '239.231.140.181', '1234', ['http://95.81.146.2/nrj/all/nrj_113225.mp3']),
|
||||
|
||||
'rts': ('rtd', '239.231.140.182', '1234', ['http://95.81.146.6/3966/rtsfm_hd.mp3']),
|
||||
'Sud Radio': ('sud_radio', '239.231.140.183', '1234', ['http://95.81.147.10/5726/gie_105741.mp3']),
|
||||
'France Bleu': ('bleu', '239.231.140.184', '1234', ['http://95.81.146.2/fbidf/all/fbidfhautdebit.mp3']),
|
||||
'RFM': ('rfm', '239.231.140.185', '1234', ['http://vipicecast.yacast.net/rfm_128']),
|
||||
'RTL': ('rtl', '239.231.140.186', '1234', ['http://streaming.radio.rtl.fr/rtl-1-44-128']),
|
||||
'RTL2': ('rtl2', '239.231.140.187', '1234', ['http://streaming.radio.rtl2.fr/rtl2-1-44-96']),
|
||||
|
||||
},
|
||||
}
|
||||
|
|
|
@ -252,4 +252,4 @@ class IgmpTable(object):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
IgmpTable('eth0', ignore_src=['138.231.136.88', '0.0.0.0'], logpath='/var/log/igmp.log').run()
|
||||
IgmpTable('eth0', ignore_src=['138.231.136.88', '0.0.0.0'], logpath='/var/log/igmp.log', resolve_dns=True).run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue