-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Load videos from url #1120
Comments
Hm videos too should support remote URLs, that's what Steam games use, for example. Are you using the default theme? Do you have an example config? |
Here is my metadata:
Pegasus displays the logo, box_art, but when it tries to view the video it crashes:
The video plays fine if I replace the url with just "video.mp4" |
Well, when I try to open the video in browser, it asks me if I'm human, so I suppose this might be a server issue., If it sends a HTML page to Pegasus, that would also explain why DirectShow crashes when tries to play the received data. |
I noticed that cloudflare proxy was turned on for that URL, but I don't get the challenge myself. I disabled the proxy, but it may take a while for it to take effect, so I can't confirm if that was the reason or not... Does this URL work better for you? That doesn't work either and shouldn't use cloudflare at all: https://home.uia.no/benjamfk/video.mp4 |
Ok, I have confirmed both the new and the previous video link work me on Linux. In that case we're left with the |
Given I can play the video locally and it plays in Pegasus when using a local path... Doesn't that rule out a codec issue? |
Ah, so it only crashes when it's remote, I see now. Which only makes it even more interesting; as far as I know it shouldn't need any other network-specific components to play. The 0x80040218 error code means none of the installed DirectShow filters can handle the stream – that's what Microsoft says, at least, so I can only suggest taking another look on the K-Lite side. |
I'm loading all my images (assets.logo, assets.box_front) from URL and it seems to work great. The only thing I can't get working are videos. Would it be possible doing the same for video? That way all assets could be pulled from a webservice.
The text was updated successfully, but these errors were encountered: