<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    Currently I am using the proxy server functionality of live555. I
    have some camerastreams which are handled through the proxy server.
    A camerastream with url A can be viewed by playing url B from a VLC
    player for instance. For some cameras I have to pass  the
    camerastream through the VLC library (for transcoding for instance).
    I am able to do that from a command line:<br>
    <br>
    cvlc -vvv rtsp://192.168.1.110:1234/axis-media/media.amp --sout
    '#rtp{sdp=rtsp://192.168.1.110:5678/transcoded.sdp}'<br>
    <br>
    The user can use a VLC player to play either
    "rtsp://192.168.1.110:1234/axis-media/media.amp" (normal
    camerastream) or "rtsp://192.168.1.110:5678/transcoded.sdp"
    (transcoded camerastream).<br>
    <br>
    My question is how to build this into my application? I figured out
    the necessary library calls of the VLC library, but where/how can I
    trigger the VLC library calls "libvlc_media_player_play" and
    "libvlc_media_player_stop". Do I need two ProxyServerMediaSession
    objects? One for normal and one for transcoded streams? Can you
    point me into the right direction?<br>
    <br>
    <br>
    Thanks in advance.<br>
    -- <br>
    <div class="moz-signature">
      <div itacorner="6,7:1,1,0,0" tabindex="1" style="direction: ltr;
        min-height: 380px;" role="textbox" g_editable="true" id=":fg"
        class="Am Al editable LW-avf" hidefocus="true"
        aria-label="Message Body" contenteditable="true"><br clear="all">
        <div>
          <div class="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div>
                        <div dir="ltr">
                          <div dir="ltr">
                            <div><font color="#444444" face="arial,
                                sans-serif">Met vriendelijke groeten /
                                With kind regards,<br>
                                <br>
                              </font></div>
                            <div><font color="#444444" face="arial,
                                sans-serif"><b>Frank van Eijkelenburg</b> 
                                Lead Designer</font></div>
                            <div><font face="arial, sans-serif"><br>
                              </font></div>
                            <div><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"><b><font
                                    color="#999999">T</font></b> <font
                                  color="#444444">+31(0)182594000</font>
                                <font color="#ffd966">|</font> <font
                                  color="#999999"><b>E</b></font> <font
                                  color="#444444"><a class="moz-txt-link-abbreviated" href="mailto:frank.van.eijkelenburg@technolution.nl">frank.van.eijkelenburg@technolution.nl</a></font></span></div>
                            <div><b
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"><font
                                  color="#999999">A</font></b><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent">
                                <font color="#444444">Burgemeester
                                  Jamessingel 1, P.O. Box 2013, 2800 BD
                                  Gouda, The Netherlands</font> <font
                                  color="#ffd966">|</font> </span><font
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent"
                                color="#999999"><b>W</b></font><span
style="font-family:arial,sans-serif;line-height:1.5;background-color:transparent">
                                <font color="#444444">technolution.com</font></span></div>
                            <div><font face="arial, sans-serif"><br>
                              </font></div>
                            <div><font size="1" color="#444444"
                                face="arial, sans-serif">This e-mail is
                                intended exclusively for the
                                addressee(s), and may not be
                                passed on to, or made available for use
                                by any person other than the
                                addressee(s). Technolution B.V. rules
                                out any and every liability
                                resulting from any electronic
                                transmission.</font></div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>