brightcove - How do I upload a video to a specific playlist? -
this first time working brightcove. have been given access existing account many playlists , videos.
i looking @ create_video example. don't see supposed specify playlist video.
how upload video specific playlist?
if using tag-based "smart playlist", need add appropriate tag video.
{"method": "create_video", "params": {"video": {"name": "name","tags": ["playlisttag"],"shortdescription": "...","itemstate": ""},"token": "token","encode_to":"","create_multiple_renditions": ""}}
if video added manual playlist, use update_playlist after create_video.
Comments
Post a Comment