Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGStreamer error: can't play video #24180
Comments
|
I always tested the video using a local http server (python's simple http). I don't know how the local resource works in this case, if it's fast enough to feed the player. |
|
@elaye thanks for the issue report. Could you share the mp4 you are testing with, please? |
|
This may be a dup or be related to #23241 |
|
@ceyusa good call ! I tried with a local http server and it works fine so my use of a local resource seems to be the issue. |
|
Ideally, we should make a/v playback from local resources work as reliably as possible as well :). So I would still like to investigate the reason of this error you are experiencing. |
|
It seems there are two different issues depending on the size of the video. https://github.com/elaye/tests/tree/master/servo/local-video-playback |
I'm testing a very simple HTML file with just a video like this:
The video doesn't display and I have the following error in the terminal:
The video plays fine in Quicktime Player, mpv and gst-play. I can play it in other browsers too.
My version of GStreamer is 1.16.0 and I'm running servo on MacOS 10.14.6 (Mojave).