<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <blockquote
cite="mid:CAADtG4gAx9CVrUMNitHs2YZU5CpUOWwiv03mCceMH5qA0qQcAw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              <br>
              Since you've got the id from livestream, you can delete
              both<br>
              the files and the DB record with one command:<br>
              <br>
                  curl --data Id=$id yourHostName:6544/Content/RemoveLiveStream<span
                class=""><font color="#888888"><br>
                </font></span></blockquote>
            <div><br>
            </div>
            <div>Also, if you can parse the xml or json from
              Content/GetLiveStreamList you can get the Id of completed,
              old transcodes without touching the DB.<br>
            </div>
          </div>
        </div>
      </div>
      <br>
    </blockquote>
    <br>
    Good to know it can be done via http.   I need to read up on the
    services API, looks like lots of good stuff here.   Being a database
    person, my first thought is to start dumping tables and writing
    sql.  <br>
    <br>
    Would it make sense to have a prompt from the app to clear the
    transcoded data once the recording has finished playing?    Maybe
    even a button next to play, to clear the data manually?   <br>
    <br>
    I assume the app already knows the livestream id,  so it would be as
    simple as sending the http request to the backend.  <br>
    <br>
    <br>
    Just a thought.<br>
    <br>
    Demmos<br>
  </body>
</html>