get https://api.circle.logi.com/api/accessories//live/mpd
Get a DASH formated manifest to view the live stream of a specific Accessory ID.
Depreciated
This call is depreciated and RTSP or WebRTC should be used instead.
Retrieve an MPEG DASH manifest to view an Accessories live video stream. It is not recommended to use this protocol as it has an inherent 4 second latency. See Live View API for other protocol options.
The width and height of the video stream is the same as the videoStream
found in results of Get Accessory by Id or Get All Accessories.
There is no closed-caption track on live DASH streams.
Permissions
Requires a Permissions scope of: circle:live
<?xml version="1.0" encoding="utf-8"?>
<MPD
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:mpeg:dash:schema:mpd:2011"
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
type="dynamic"
publishTime="2016-04-05T22:41:10Z"
availabilityStartTime="2016-04-05T22:41:10Z"
timeShiftBufferDepth="PT00.00S"
minBufferTime="PT0.0S"
minimumUpdatePeriod="PT10.0M"
profiles="urn:mpeg:dash:profile:isoff-live:2011">
<BaseURL>https://node-i-f81d243f.video.logi.com:443/api/accessories/70e3e6f9-70c3-45b2-62e4-ace3d027988a/</BaseURL>
<Period id="54" start="PT0S">
<AdaptationSet segmentAlignment="true" maxWidth="1280" maxHeight="720" maxFrameRate="30/1" par="16:9">
<ContentComponent id="1" contentType="video"/>
<ContentComponent id="2" contentType="audio"/>
<SegmentTemplate timescale="1000" media="clip_56_$Number$.m4s" startNumber="253" duration="4000" initialization="clip_init.m4s" liveEdgeNumber="253"/>
<Representation id="1" mimeType="video/mp4" codecs="avc1.4d401f,mp4a.40.2" width="1280" height="720" frameRate="30/1" sar="1:1" audioSamplingRate="32000" startWithSAP="1" bandwidth="300000">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="1"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>