-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Rustla2/src/components/StreamEmbed.jsx
Line 28 in 5d4d63e
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
Labels
No labels