-
Notifications
You must be signed in to change notification settings - Fork 1
Home
yuhandemian edited this page May 10, 2025
·
1 revision
Welcome to the AI wiki!
1.서버상태확인 , GET http://localhost:8000/api/v1/status
2.활성스트림목록 조회, GET http://localhost:8000/api/v1/active_streams
3.스트리밍 시작, POST http://localhost:8000/api/v1/streaming/start
request body { "cctv_id": 456, "user_id": 123, "rtsp_url": "rtsp://yuhan:0000@192.168.219.102:1945/" }
4.스트리밍 종료, PUT http://localhost:8000/api/v1/streaming/stop/456