Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Ustream embed per channelName #114

Open
jbpratt opened this issue Oct 29, 2018 · 0 comments
Open

Broken Ustream embed per channelName #114

jbpratt opened this issue Oct 29, 2018 · 0 comments

Comments

@jbpratt
Copy link
Member

jbpratt commented Oct 29, 2018

case 'ustream':

Works with channel ID rather than channel name.

https://www.ustream.tv/embed/9600798?autoplay=true&html5ui=true
vs
https://www.ustream.tv/embed/opensea?autoplay=true&html5ui=true

curl -X GET https://api.ustream.tv/channels/9600798.json
curl -X GET https://api.ustream.tv/channels/opensea.json

This brings up handling Ustream with the servicepoller.
https://developers.video.ibm.com/channel-api/channel.html requests are made per the channel ID. The only place I am able to find the channel ID listed on the site is through the iframe given when trying to embed.

https://support.video.ibm.com/hc/en-us/articles/207851947-New-Channel-URL-Formatting
https://support.video.ibm.com/hc/en-us/articles/207851917-How-to-embed-a-stream-or-video-on-your-site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant