-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bug: Pipeline Error: External Renderer Failed #919
Comments
have you had any luck with this? I had a few users having this issue last weekend and using a different device solved it. As you mentioned, all of them had it while using Chrome. Not sure of them using the Maybe the new mux player 2.8.0 fixes this?? I'll give it a try now |
Can confirm it only happens on android devices and selecting tried on ios, tablets, etc. all were fine except android and chrome. |
Hey folks, I've done some preliminary investigation into this and have been unable to reproduce thus far. Would you mind trying your reproduction steps using a different page? For example, I wasn't able to reproduce on a Samsung Galaxy S23 Ultra (Android OS) using Chrome with https://elements-demo-nextjs-mux.vercel.app/MuxPlayer?playbackId=%22a4nOgmxGWg6gULfcBbAa00gXyfcwPnAFldF8RdsNyk8M%22 and selecting "request desktop site". If you're able to reproduce, I may need more details on device/OS/browser versions. If you're not, there may be something in your particular setup or possibly media stream causing the issue? You can also fork https://codesandbox.io/p/sandbox/mux-player-on-demand-simple-u9jz4x?file=%2Findex.html%3A16%2C30 and attempt to craft a Minimal Reproducible Example or if you have a shareable URL that you've been using to reliably reproduce the issue with the steps describe above, that would be helpful. |
Hi everyone. We were able to reproduce the error as well, by enabling the Desktop site mode on both Chrome(129) and Firefox(131) (CMF phone 1 - Android). One of our customers reported this issue to us and further investigation showed that this person, even though they were seeing the error in their player, they did not have the Desktop site mode checked. This user was running our application on a Redmi note 13 5G. |
I'm not using mux-player, but I can reproduce In my app, when switched to desktop mode, it should play DASH, but accidentally decide to play HLS with native playback functionality which doesn't work. The logic to choose MSE based DASH / HLS or native HLS is related to:
|
@cjpillsbury Do you need any additional information to reproduce this error? We have a customer blocked by this issue, and it would be great to help them... |
Is there an existing issue for this?
Which Mux Elements/Packages does this apply to? Select all that apply
mux-player
Which browsers are you using?
Chrome
Which operating systems are you using?
Android
Description
Some of our users are facing intermittently facing the error - Source Not Supported (Pipeline Error: External Renderer Failed)
In most of the cases, this is hard to reproduce however there is one scenario where we are able to reproduce it every time.
If a user opens the video in a Chrome browser on their Android phone and requests the desktop site, they encounter this error. (This does not occur on iPhone)
Please check this video: https://www.loom.com/share/3e4af21d37f542bfac46ef2b3fb63043?sid=7575b978-7148-4281-9f22-f33246cb3490
I am unsure if other users are also experiencing this issue for the same reason, as it occurs intermittently for them.
Reduced test case
No response
Steps to reproduce
Current Behavior
Pipeline Error.
Expected Behavior
Video should play properly.
Errors
Check the loom video.
What version of the package are you using?
No response
The text was updated successfully, but these errors were encountered: