문제

This is the first time I am working with Brightcove. I have been given access to an existing account with many playlists and videos.

I am looking at the create_video example. I don't see where I am supposed to specify the playlist for the video.

How do I upload a video to a specific playlist?

도움이 되었습니까?

해결책

If you are using a tag-based "smart playlist", you just need to add the appropriate tag to the video.

{"method": "create_video", "params": {"video": {"name": "Name","tags": ["playlistTag"],"shortDescription": "...","itemState": ""},"token": "TOKEN","encode_to":"","create_multiple_renditions": ""}}

If the video is to be added to a manual playlist, use update_playlist after create_video.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top