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

LiveVideo m3u8 links crash multiplayers for newLoader #6483

Open
hrithikwins opened this issue Apr 2, 2024 · 2 comments
Open

LiveVideo m3u8 links crash multiplayers for newLoader #6483

hrithikwins opened this issue Apr 2, 2024 · 2 comments
Labels
bug needs triage For bugs that have not yet been assigned a fix priority

Comments

@hrithikwins
Copy link

Description
Presence of a livevideo I've used m3u8 link, due to the livevideo the person who joins later is able to join but the person who joined earlier gets his screen frozen, except they can hear the audio

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://testing.dev.myhubs.net/he63zwx/assured-timely-room' where you will see a livestream video
  2. Join from a new tab, notice that you are successfully able to join both the rooms simulataneously
  3. Now append ?newLoader in both the rooms
  4. as soon as the second person joins in the second person's livestream is paused and the first person's render is completely stopped, they cannot do anything as their screen is stuck

Expected behavior
successfully able to join both the rooms simulataneously

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Hardware

  • Device: [macbook m1]
  • OS: [MacOS]
  • Browser: [Arc and Chrome]

Additional context
Related to 1f06f53 as it got resolved for video but there is some problem with accessibleUrl due to which loadMedia is not getting resolved in newLoader

@hrithikwins hrithikwins added bug needs triage For bugs that have not yet been assigned a fix priority labels Apr 2, 2024
@hrithikwins
Copy link
Author

was able to fix by going to
src/bit-systems/video-system.ts
to networkedVideoQuery() and adding a 'return' after getting src because src is null for hls video

      const src = APP.getString(NetworkedVideo.src[eid])!;
      console.log("the src is ", src, eid);
      return;```
      
 in behavior-graph-spike-rebased-2

@hrithikwins
Copy link
Author

when I console.log(NetworkedVideo.src) it's an Uint8Array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage For bugs that have not yet been assigned a fix priority
Projects
None yet
Development

No branches or pull requests

1 participant