real_time
Fetch a real-time stream
This operation shows the details of a specific real-time stream.
get/real_time/{id}
Path parameters
idstring required
The unique alphanumeric string that identifies the real-time stream.
Response
Success
Example response
{
"real_time_stream": {
"id": "2adffc17",
"name": "MyRealTimeStream",
"stream_name": "8d304b93f1684320a54f2798666eeca7",
"token": "97e52731bc21ef66e4c05a8ee1e28b64bf5f9db728573d94e690277cea9215bc",
"rtmp_url": "rtmp://rtmp-realtime1.wowza.com:1935/v2/pub/8d304b93f1684320a54f2798666eeca7?token=97e52731bc21ef66e4c05a8ee1e28b64bf5f9db728573d94e690277cea9215bc",
"enable_secure_viewer": false,
"state": "started",
"region": "amsterdam",
"recording": true,
"reference_id": "mySystemID_01",
"disable_vod_encoder": true,
"description": "This is my first real-time stream.",
"enable_player_and_hosted_page": true,
"player_id": "2205b4e8-b160-43c2-868d-d88698a4e850",
"flowplayer": true,
"embed_code": null,
"logo_image_url": "https://prod.s3.amazonaws.com/uploads/player/logo_image/23424/5bad28.jpg",
"logo_position": "top-right",
"video_poster_image_url": "https://prod.s3.amazonaws.com/uploads/player/video_poster_image/23424/5bad28.jpg",
"width": 640,
"hosted_page": {
"title": "MyRealTimeStreamHostedPage",
"url": "https://embed.flowplayer.com/hosted/default/e8dk5bf6",
"description": "My hosted page description",
"sharing_icons": true
},
"created_at": "2021-06-30T18:02:20.000Z",
"updated_at": "2021-06-30T20:03:16.000Z"
}
}