[SOLVED] Airtime Input Stream Port Not Listening
  • The page at 192.168.1.161:8888 says:
    There is no source connected to this Input.


    Hi there,

    I'm trying to connect to Master Source. Tried several ports. Shouldn't be a firewall issue since it's all internal. Even though Stream Settings are as below and I've restarted the server since configuring them, netstat does not list anything listening on the input stream port. Maybe this needs to be turned on somewhere, but didn't see that mentioned in the manual.

    Auto Switch Off : [x]
    Auto Switch On : [x]
    Switch Transition Fade (s) : 00.500000
    Master Username : source
    Master Password : ***
    Master Source Port : 33333
    Master Source Mount Point : m
    Master Source Connection URL : http://192.168.1.161:33333/m
    Show Source Port : 44444
    Show Source Mount Point : m
    Show Source Connection URL : http://192.168.1.161:44444/m

    root@ubuntu:~# netstat -n |grep 3333
    root@ubuntu:~# netstat -n |grep 8888
    tcp        0      0 127.0.0.1:35816         127.0.0.1:8888          ESTABLISHED
    tcp        0      0 127.0.0.1:8888          127.0.0.1:35818         ESTABLISHED
    tcp        0      0 127.0.0.1:35818         127.0.0.1:8888          ESTABLISHED
    tcp        0      0 127.0.0.1:8888          127.0.0.1:35816         ESTABLISHED

    http://sourcefabric.booktype.pro/airtime-24-for-broadcasters/stream-settings/


     

    Post edited by hoerich at 2013-09-27 12:30:22
  • 3 Comments sorted by
  • Could this be another one of those things that doesn't work while there's a show playing a WebStream ?
  • Looks fine ...

    root@ubuntu:/etc/airtime# cat liquidsoap.cfg
    ################################################
    # THIS FILE IS AUTO GENERATED. DO NOT CHANGE!! #
    ################################################
    icecast_vorbis_metadata = false
    s1_user = ""
    s1_mount = "airtime_128"
    s1_description = "Airtime Radio! Stream #1"
    s1_genre = "genre"
    s2_user = ""
    s2_mount = ""
    s3_enable = false
    s3_output = "icecast"
    s3_host = ""
    s3_port = 0
    s3_user = ""
    s3_pass = ""
    s3_mount = ""
    s3_url = ""
    s3_description = ""
    s3_genre = ""
    s1_name = "Airtime!"
    s3_name = ""
    s1_channels = "stereo"
    s2_channels = "stereo"
    s3_channels = "stereo"
    s2_name = "Bistro.FM"
    s2_url = "http://www.bistro.fm"
    s2_genre = "World"
    s1_enable = false
    s1_bitrate = 160
    s1_output = "icecast"
    s1_pass = ""
    s1_url = "http://bistro.fm"
    s3_type = "ogg"
    s3_bitrate = 48
    s2_enable = true
    s2_host = "bistro.fm"
    s1_type = "ogg"
    s2_port = 80
    s1_port = 8000
    master_live_stream_port = 33333
    output_sound_device = false
    output_sound_device_type = "None"
    master_live_stream_mp = "m"
    dj_live_stream_port = 44444
    dj_live_stream_mp = "m"
    off_air_meta = "Airtime - offline"
    s2_description = "Bistro.FM"
    s2_pass = ""
    s2_type = "mp3"
    s2_bitrate = 160
    s2_output = "shoutcast"
    s1_host = "192.168.1.161"
    log_file = "/var/log/airtime/pypo-liquidsoap/<script>.log"
    Post edited by Thomas Hackett at 2013-09-26 15:25:51
  • Fixed...

    Port only shows up in Netstat when connection was successful.

    Client config was incorrect.