<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <div class="moz-forward-container"><br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" border="0" cellspacing="0"
        cellpadding="0">
        <tbody>
          <tr>
            <th nowrap="nowrap" align="RIGHT" valign="BASELINE">Subject:
            </th>
            <td>YP listing problem</td>
          </tr>
          <tr>
            <th nowrap="nowrap" align="RIGHT" valign="BASELINE">Date: </th>
            <td>Sun, 14 Jan 2018 21:12:45 +0100</td>
          </tr>
          <tr>
            <th nowrap="nowrap" align="RIGHT" valign="BASELINE">From: </th>
            <td>Per Gunnarsson <a class="moz-txt-link-rfc2396E" href="mailto:p.gunnarsson@yahoo.com"><p.gunnarsson@yahoo.com></a></td>
          </tr>
          <tr>
            <th nowrap="nowrap" align="RIGHT" valign="BASELINE">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:icecast@xiph.org">icecast@xiph.org</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>I am having problems YP listing my opus and webm streams. The mp3 streams get listed though.

my ffmpeg for the webm stream:

ffmpeg \
  -f v4l2 -video_size 640x480 -framerate 30 -i /dev/video0 \
  -i <a class="moz-txt-link-freetext" href="http://mustafejen.se:8000/feting">http://mustafejen.se:8000/feting</a> \
  -f oss -i /dev/dsp1 \
  -f webm -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm \
  -c:a libvorbis -b:a 96K \
  -c:v libvpx-vp9 -b:v 1.5M -crf 30 -g 150 -deadline good -threads 4 \
  -ice_description "Der Penner" -ice_public "true" \
  -ice_url <a class="moz-txt-link-rfc2396E" href="https://mustafejen.se/~per">"https://mustafejen.se/~per"</a> -content_type "video/webm" \
  -ice_name "penner" -ice_genre "Domestic" \
  <a class="moz-txt-link-abbreviated" href="mailto:icecast://source:top_secret@mustafejen.se:8000/webcam.webm">icecast://source:top_secret@mustafejen.se:8000/webcam.webm</a> 

My liquidsoap icecast entries:

output.icecast(%mp3(bitrate=128, stereo=true, samplerate=48000),
host="mustafejen.se",
port=8000,
password="top_secret",
mount="feting",
description="Stream from Ersboda",
genre="Alternative, eclectic",
url=<a class="moz-txt-link-rfc2396E" href="https://mustafejen.se/~per">"https://mustafejen.se/~per"</a>,
name="mustafejen mp3",
public=true,
full)

output.icecast(%opus(bitrate=32, samplerate=48000, channels=2),
host="mustafejen.se",
port=8000,
password="top_secret",
mount="stream.ogg",
description="Stream from nowhere",
genre="Alternative, eclectic",
url=<a class="moz-txt-link-rfc2396E" href="https://mustafejen.se/~per">"https://mustafejen.se/~per"</a>,
name="mustafejen opus",
public=true,
full)

        output.icecast(
        %mp3(bitrate=128, samplerate=48000, stereo=true),
        mount="verket",
        host="mustafejen.se",
        port=8000,
        user="source",
        public=true,
        genre="Mainly Punk",
        url=<a class="moz-txt-link-rfc2396E" href="http://verketumea.se">"http://verketumea.se"</a>,
        password="top_secret",
        description="Bands from Verket",
        name="Verket mp3",
        verket)

output.icecast(%opus(bitrate=64, samplerate=48000, channels=2),
host="mustafejen.se",
port=8000,
password="top_secret",
mount="verket.ogg",
description="Bands from Verket",
public=true,
genre="Mainly Punk",
url=<a class="moz-txt-link-rfc2396E" href="http://verketumea.se">"http://verketumea.se"</a>,
name="Verket opus",
verket)




Stream URL below:

<a class="moz-txt-link-freetext" href="http://mustafejen.se:8000">http://mustafejen.se:8000</a>

<hostname>mustafejen.se</hostname>

    <listen-socket>
        <port>8000</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
        <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
    </listen-socket>

    <listen-socket>
        <port>8001</port>
    </listen-socket>

    <listen-socket>
        <port>8002</port>
    </listen-socket>



    <!--
    <listen-socket>
        <port>8080</port>
    </listen-socket>
    -->


        <listen-socket>
        <port>8443</port>
        <ssl>1</ssl>
        </listen-socket>


    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url><a class="moz-txt-link-freetext" href="http://dir.xiph.org/cgi-bin/yp-cgi">http://dir.xiph.org/cgi-bin/yp-cgi</a></yp-url>
    </directory>

    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url><a class="moz-txt-link-freetext" href="http://yp.shoutcast.com">http://yp.shoutcast.com</a></yp-url>
    </directory>

        <directory>
                <yp-url-timeout>15</yp-url-timeout>
                <yp-url><a class="moz-txt-link-freetext" href="http://icecast-yp.internet-radio.com">http://icecast-yp.internet-radio.com</a></yp-url>
        </directory>


yp in my error.log in the attached file


</pre>
    </div>
  </body>
</html>