Airtime with no-ip or dyndns, etc
  • Team the question is do you´ve a manual to do a embed web player and the exporting the shedule with no-ip or dyndns etc ???

    Thanks again you are doing a great job.

    Also check if you can translate to Esperanto you will get a great support.

    Thanks again and keep up th good work.
  • 3 Comments sorted by
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Asakura, we don't have specific documentation for using dynamic DNS but if your Airtime server can be seen from the public Internet it should work exactly the same as when using conventional DNS. If you are streaming from home with a low bandwidth uplink, you would probably want to use a cache for schedule information or a stream repeater to scale up your audience. Let us know if you run into any troubles with that.

    As for Esperanto translation, we will gladly support that if a fluent speaker volunteers to translate the strings. You can find details of the process here: http://www.sourcefabric.org/en/community/blog/1493
    Google's automated tool for .po files at http://translate.google.com/toolkit supports Esperanto, so it should not take long to do for someone that knows the language well.

    Cheers!

    Daniel
  • So what do i´ve to modify in the icecast2.xml file to get ir working, at this time i do can connect to the login screen from the public internet but, the jplayer dos not play any sound form public internet but plays from the inside lan if i put my page.
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Make sure the stream URL used by jPlayer is accessible from the Internet side, e.g:

    ready: function () {
    $(this).jPlayer("setMedia", {
    oga: "http://192.168.1.10:8000/airtime_128"
    }).jPlayer("play");
    },

    would not work from the Internet side because 192.168.1.10 is a local IP.
    Post edited by Daniel James at 2013-06-26 11:36:02