Skip to content

Instantly share code, notes, and snippets.

@sphelan-extron
Created January 30, 2013 15:32
Show Gist options
  • Select an option

  • Save sphelan-extron/4674044 to your computer and use it in GitHub Desktop.

Select an option

Save sphelan-extron/4674044 to your computer and use it in GitHub Desktop.
Matterhorn REST addTrack Ingest
POST /ingest/addTrack HTTP/1.1
Host: 10.8.23.122:8080
Connection: keep-alive
Content-Length: 684
Cache-Control: max-age=0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Origin: http://10.8.23.122:8080
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.45 Safari/537.22
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryPx7Uo3ibGEbkl27d
Referer: http://10.8.23.122:8080/docs.html?path=/ingest
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: JSESSIONID=yiq9v4nw3s3e
------WebKitFormBoundaryPx7Uo3ibGEbkl27d
Content-Disposition: form-data; name="flavor"
presentation/source
------WebKitFormBoundaryPx7Uo3ibGEbkl27d
Content-Disposition: form-data; name="mediaPackage"
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:mediapackage xmlns:ns2="http://mediapackage.opencastproject.org" start="2013-01-28T20:20:43Z" id="95a6c8ed-2e87-4357-8321-fdb9c3249750" duration="0">
<media/>
<metadata/>
<attachments/>
</ns2:mediapackage>
------WebKitFormBoundaryPx7Uo3ibGEbkl27d
Content-Disposition: form-data; name="BODY"; filename="screen-1.0.mpg"
Content-Type: application/octet-stream
------WebKitFormBoundaryPx7Uo3ibGEbkl27d--
HTTP/1.1 200 OK
Content-Type: text/xml
Date: Tue, 29 Jan 2013 20:11:28 GMT
Content-Length: 524
Server: Jetty(6.1.x)
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ns2:mediapackage start="2013-01-28T20:20:43Z" id="95a6c8ed-2e87-4357-8321-fdb9c3249750" duration="0" xmlns:ns2="http://mediapackage.opencastproject.org"><media><track type="presentation/source" id="fd015806-8a13-47b8-bdb4-680643402567"><tags/><url>http://10.8.23.122:8080/files/mediapackage/95a6c8ed-2e87-4357-8321-fdb9c3249750/fd015806-8a13-47b8-bdb4-680643402567/screen_1_0.mpg</url><duration>-1</duration></track></media><metadata/><attachments/></ns2:mediapackage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment