As per the response in this post:
As per the response in this post:
Hi
The other alternative if you really want to use a static URL is by using JWT token
https://general.support.brightcove.com/developer/create-json-web-token.html
For example:
https://edge.api.brightcove.com/playback/v1/accounts/{{account_id}}/videos/{{video_id}}/master.m3u8?bcov_auth={jwt}
https://edge.api.brightcove.com/playback/v1/accounts/{{account_id}}/videos/{{video_id}}/thumbnail.jpg?bcov_auth={jwt}
The static URL is clean, you can set with or without expiry time. Please use it wisely and take note on the security point of view as well, since JWT token cannot be disabled or revoked.
However, if you still need to disable the TTL instead, it can only be done with BYOCDN (Bring Your Own CDN) approach.
Hi
Hi
Hi
Hi
Hi
Thank you,
I’ve created a Syndication MRSS feed for a subset of our media. The endpoint includes:
<media:group>
<media:content url="https://house-fastly-unsigned-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/xxxxxxxxxxx/xxxxxxxxxxx/xxxxxxxxxxx/main.mp4" type="video/mp4" medium="video" expression="full" bitrate="127000" duration="1828"/>
<media:content url="http://house-fastly-unsigned-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/xxxxxxxxxxx/xxxxxxxxxxx/xxxxxxxxxxx/main.mp4" type="video/mp4" medium="video" expression="full" bitrate="127000" duration="1828"/>
</media:group>
I’m unsure what’s causing that. Is there a way to adjust this so it returns only the https (the first) url?
Hi
Check your values for
“type”: “advanced”,
“include_all_content”: false,
“include_filter”: “tags:podcast_feed” -- replace podcast_feed with the tags you want to use
“keywords”: “”,
I dont think it can be used with Syndication feeds. You need to create your own custom feeds.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.