Skip to content
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

How to control location #1

Open
MarsCaiWORD opened this issue Apr 20, 2021 · 1 comment
Open

How to control location #1

MarsCaiWORD opened this issue Apr 20, 2021 · 1 comment

Comments

@MarsCaiWORD
Copy link

MarsCaiWORD commented Apr 20, 2021

How to control location??
I want to use winform to create multiple streams to play at the same time. I create multiple panels, but I find that they will all be displayed in the same place. How can I change the position?

SetupYuvPlayer(self, "Here I change a different Handle", OnInfoCB, OnExitCB, OnAudioCB, OnResizeCB, OnPlayStatusCB);

@YepSfx
Copy link
Owner

YepSfx commented Jun 2, 2021

If you are mentioning playing multiple screens, I don't think it is possible. The ffplay.c within ffmpeg-1.2.12 is depending on SDL-1.2 library and the SDL library is not allowing to play multiple screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants