Example - Conductor Live

Example

This request changes the bitrate and video_allocation of the MPTS with ID 3.

PUT http://198.51.100.0/mpts/3 ------------------------------------------ Content-type:application/vnd.elemental+xml;version=3.3.0 Accept:application/xml ---------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <mpts> <bitrate>30000000</bitrate> <video_allocation>25000000</video_allocation> </mpts>