Reply to thread

How did you get this section in that file? There is no user interface for that...

[code]

  <connections>

    <mas>auto://tomeroni.dyndns.org:4322</mas>

    <tas>auto://tomeroni.dyndns.org:4322</tas>

  </connections>

[/code]


Anyway, it's completely wrong. You are trying to make the streaming service connect to the other services through your external IP, which will never work. Change it back to the default of auto://127.0.0.1:4322 and streaming should work again.


Top Bottom