Streamio API Documentation

Players - Show

Returns a given player from your account.

Request

Url

https://streamio.com/api/v1/players/player_id.format

Request Method

GET

Response

Code

200

Body

{
"id": "4ec4c600bf4b9801d3000004",
"title": "Awesome",
"width": 640,
"height": 746,
"tags": [],
"autoplay": false,
"google_analytics_property_id": null,
"playlist": true,
"limit": 3,
"css": "body { font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, sans-serif; } .etc {}",
"playlist_ids": ["4ec4c61fbf4b9801d300000d"],
"loop": false,
"enable_rtmp": false,
"show_elapsed_time": true,
"show_full_screen_button": true,
"show_large_play_button": true,
"show_play_pause_button": true,
"show_seek_bar": true,
"show_share_button": false,
"show_title": false,
"show_total_time": true,
"show_volume_control": true,
"skin": "goplayer-skin.swf",
"smartclip_html5_preroll_url": null,
"smartclip_preroll_url": null,
"created_at": "2011-11-17T08:29:52Z",
"updated_at": "2011-11-17T08:29:52Z",
"player_template_id": null,
"account_id": "4e7b26f2bf4b9807ee000011"
}
view raw player.json hosted with ❤ by GitHub

Examples

A simple show

Just GET it.

curl -u username:password \
     https://streamio.com/api/v1/players/4c483ea1bf4b9802c5000029.json