ffpyplayer
ffpyplayer copied to clipboard
A cython implementation of an ffmpeg based player.
Hi! I have a problem with ffpyplayer. I always getting `segmentation fault`. After quick debug mode with gdb I got more useful error, but still I am not able to...
url play repeat last part of the file a few times , a bug. tested with ``` filename = 'http://dict.youdao.com/dictvoice?audio=nice&type=1' from ffpyplayer.player import MediaPlayer player = MediaPlayer(filename)#, ff_opts={'autoexit': True}, 'loop':...
I am trying to update the kivy-ios recipe to v4.0.0. I am not sure what to do about this error. ``` duplicate symbol _get_plane_sizes in: /Users/kamerawerk/Projects/pool/.buildozer/ios/platform/kivy-ios/dist/lib/libffpyplayer.a(pic.so.o) /Users/kamerawerk/Projects/pool/.buildozer/ios/platform/kivy-ios/dist/lib/libffpyplayer.a(threading.so.o) duplicate symbol _opt_default...
### Versions * Python: 3.7.1 * OS: MacOS 10.13.6, Windows 10 * Kivy: 1.10.1 * FFPyplayer: 4.1.0 via pip ### Description When I play wav file it run fine, but...
Hello, I've been using this module quite a bit and it has been very useful so far. I am having difficulties though when it comes to work on the Audio....
Hey, Im using kivy and ffpyplayer. When streaming a video from a link(mp4), there is a very noticable audio delay(about 1 second). The issue only occurs on Android. I am...
Hi there, and first of all thanks for ffpyplayer! It's very powerful to have these bindings :) I noticed an issue with the latest version (4.5) of ffpyplayer relating to...
Video playback when the fails with missing codec when source was recorded on a GoPro: ``` 10-08 10:08:25.493 27836 27869 I python : [WARNING] [ffpyplayer ] No decoder could be...
Hi, when I tried building an ffpyplayer wheel yesterday I faced issues while compiling. I am not sure what changed. Probably there were some updates of python / compiler /...