OP25 multi_rx.py broadcastify issue

Status
Not open for further replies.

rlmurray56

Member
Feed Provider
Joined
Oct 10, 2019
Messages
76
Location
Puyallup, WA
I'm trying to move from rx.py to multi_rx.py for streaming to Broadcastify. Everything appears to start up OK but my feed constantly shows as "offline" on broadcastify. I have local audio playing on both streams. Ideas ? I'm guessing some kind of connection or authentication issue but I have double checked my Broadcastify credentials (mount point, password, etc.) and all are correct. I have attached my cfg.json and a copy of my terminal output
 

Attachments

  • cfg_json.txt
    3.5 KB · Views: 16
  • output.txt
    3.4 KB · Views: 9

boatbod

Member
Joined
Mar 3, 2007
Messages
3,371
Location
Talbot Co, MD
Did you start liquidsoap and can you post the contents of the .liq script please?

I'm going to guess that because you have the built-in audio player enabled, your liquidsoap instance is failing due to the udp ports already being in use. If you want local audio you'll need to play that from liquidsoap rather than sockaudio.

In cfg_json.txt you need to change the two audio "instance_name" parameters to "" to disable playback.
 

rlmurray56

Member
Feed Provider
Joined
Oct 10, 2019
Messages
76
Location
Puyallup, WA
Thanks for the quick reply boatbod, your post made me think again to re-visit my .liq file. There were two subtle (meaning overlooked) syntax errors that have now been corrected. Damn quotation marks :) Problem resolved.
 
Status
Not open for further replies.
Top