MemeLabs / MemeLabs/Rustla2

Broken Ustream embed per channelName

Open
#114 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
46
Forks
24
PR merge metrics
No merged PRs in 30d

Description

https://github.com/MemeLabs/Rustla2/blob/5d4d63e4a54e21c0bc793a6cd11ab2fb93cf5f22/src/components/StreamEmbed.jsx#L28

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at src/components/StreamEmbed.jsx#L28 and compare the channel-ID and channel-name embed URLs in the issue. Run the two listed Ustream API requests and inspect the servicepoller handling mentioned in the report. Done means the channel embed works with the intended channelName and the relevant API lookup uses the correct identifier.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.