Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Streams
Get live stream
Returns stream details
GET
/
streaming
/
streams
/
{stream_id}
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/streaming/streams/{stream_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"name": "Live stream by user e4d0f942-f35d",
"pull": false,
"active": true,
"auto_record": false,
"client_user_id": 1001,
"uri": null,
"html_overlay": false,
"id": 1080200,
"live": true,
"backup_live": false,
"push_url": "rtmp://vp-push-anx2.domain.com/in/123?08cd54f0",
"backup_push_url": "rtmp://vp-push-ed1.domain.com/in/123b?08cd54f0",
"push_url_srt": "srt://vp-push-anx2-srt.domain.com:5001?streamid=123#08cd54f0",
"backup_push_url_srt": "srt://vp-push-anx1-srt.domain.com:5001?streamid=123b#08cd54f0",
"push_url_whip": "https://whip.gvideo.co/123_561041/whip",
"created_at": "2023-10-01T00:01:01.000Z",
"started_at_primary": "2023-10-03T00:01:01.000Z",
"started_at_backup": null,
"finished_at_primary": "2023-10-01T23:59:59.000Z",
"dvr_duration": 3600,
"iframe_url": "https://demo-public.gvideo.io/streams/2675_19146",
"dash_url": "https://demo-public.gvideo.io/cmaf/2675_19146/index.mpd",
"hls_cmaf_url": "https://demo-public.gvideo.io/cmaf/2675_19146/master.m3u8",
"hls_mpegts_url": "https://demo-public.gvideo.io/mpegts/2675_19146/master_mpegts.m3u8",
"screenshot": "https://static.gvideo.co/videoplatform/streams/2675/19146/screenshots/last.jpg",
"recording_duration": 1500,
"transcoded_qualities": [
"audioa",
"360pa",
"480pa",
"720pa",
"1080pa"
],
"transcoding_speed": 1.01,
"frame_rate": 29.97,
"video_height": 1080,
"video_width": 1920
}
Authorizations
API key for authentication.
Path Parameters
Stream ID.
IDs of all created streams can be received via Get All Streams request
Response
200 - application/json
Successful
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/streaming/streams/{stream_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"name": "Live stream by user e4d0f942-f35d",
"pull": false,
"active": true,
"auto_record": false,
"client_user_id": 1001,
"uri": null,
"html_overlay": false,
"id": 1080200,
"live": true,
"backup_live": false,
"push_url": "rtmp://vp-push-anx2.domain.com/in/123?08cd54f0",
"backup_push_url": "rtmp://vp-push-ed1.domain.com/in/123b?08cd54f0",
"push_url_srt": "srt://vp-push-anx2-srt.domain.com:5001?streamid=123#08cd54f0",
"backup_push_url_srt": "srt://vp-push-anx1-srt.domain.com:5001?streamid=123b#08cd54f0",
"push_url_whip": "https://whip.gvideo.co/123_561041/whip",
"created_at": "2023-10-01T00:01:01.000Z",
"started_at_primary": "2023-10-03T00:01:01.000Z",
"started_at_backup": null,
"finished_at_primary": "2023-10-01T23:59:59.000Z",
"dvr_duration": 3600,
"iframe_url": "https://demo-public.gvideo.io/streams/2675_19146",
"dash_url": "https://demo-public.gvideo.io/cmaf/2675_19146/index.mpd",
"hls_cmaf_url": "https://demo-public.gvideo.io/cmaf/2675_19146/master.m3u8",
"hls_mpegts_url": "https://demo-public.gvideo.io/mpegts/2675_19146/master_mpegts.m3u8",
"screenshot": "https://static.gvideo.co/videoplatform/streams/2675/19146/screenshots/last.jpg",
"recording_duration": 1500,
"transcoded_qualities": [
"audioa",
"360pa",
"480pa",
"720pa",
"1080pa"
],
"transcoding_speed": 1.01,
"frame_rate": 29.97,
"video_height": 1080,
"video_width": 1920
}
Assistant
Responses are generated using AI and may contain mistakes.