Skip to content

Broken Ustream embed per channelName #114

@jbpratt

Description

@jbpratt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions