Skip to main content

Go2Rtc Camera Stream

GET 

https://demo.frigate.video/api/go2rtc/streams/:camera_name

Go2Rtc Camera Stream

Request

Path Parameters

    camera_name Camera Namerequired

Responses

Successful Response

Schema
import http.client

conn = http.client.HTTPSConnection("demo.frigate.video")
payload = ''
headers = {
'Accept': 'application/json'
}
conn.request("GET", "/api/go2rtc/streams/:camera_name", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
Request Collapse all
Base URL
https://demo.frigate.video/api
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!