You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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.
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);
The text was updated successfully, but these errors were encountered: