WangBin

Results 587 comments of WangBin

Try the latest build. Both bugs are fixed. Backward seeking is not optimized for now and it's slow. the first parameter `pos` can be -1, -2, -3 etc. frame rate...

ts seek is very broken. mpv can step back 1 frame, i don't how it works, but the result image is corrupt.

I have no such rtsp stream. but a local video file without audio works for me.

can you send me an apk? I'm unable to install apps from google play in my country

Can you try glfwplay example in the sdk? I'm failed to open the rtsp stream using mdk, ffplay and vlc.

glfwplay is a prebuilt binary in mdk-sdk/bin

Finally I can play the rtsp stream generated by this app. Here is the MediaInfo printed by mdk ``` Format: rtsp, range: 99 +0ms, bitrate: 0, size: 0 Metadata: title:...

> i dont understand anything in the documentation. It says i need to add a global Option, but WHERE??? `SetGlobalOption("plugins", "mdk-braw"); // before any Player is created, for example, in...

You can try [glfwplay example](https://github.com/wang-bin/mdk-examples/blob/master/GLFW/glfwplay.cpp#L286): `./glfwplay -plugins mdk-braw 123.braw` on windows, you can also run `install.bat` in the sdk, and then right click a braw file and open with mdk...

``` cp -af BlackmagicRawAPI2.6-linux64/*.so mdk-sdk/lib/amd64/ cd mdk-sdk/bin/amd64 ./glfwplay -plugins mdk-braw clip.braw ./glfwplay -plugins mdk-braw -c:v BRAW:gpu=auto:copy=1:scale=1920x1080 clip.braw # faster ``` > For beginners it would be nice: > > if...