You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Rustla2/src/components/StreamEmbed.jsx
Line 28 in 5d4d63e
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
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
The text was updated successfully, but these errors were encountered: