-
Notifications
You must be signed in to change notification settings - Fork 103
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
Event to capture mouse double click while full screen #391
Comments
@SuRGeoNix any update on this? |
@saman1832 I will have a look now, btw you can use ffmpeg6 (update FFmpeg.Autogen at your application) |
After updating ffmpeg autogen do I also need to update ffmpeg library for v6? |
You will need to use ffmpeg v6 (is that what you ask? check wiki as well). For WPF what about disabling ToggleFullScreenOnDoubleClick and then handle double click manually (I notice that it uses e.Handled = true which is probably the reason that you will not get the event fire, I think that it was causing some issues that's why)? |
Okk. Double click issue will be resolved after this in WPF. For ffmpeg v6 .. once we will update the ffmpeg autogen lib then we also have ffmpeg folder path in which we kept some dll of ffmpeg 5 as of now like avfirmat and all that folder also we need to replace with v6 ffmpeg libraries? |
FFmpeg.Autogen version (eg 6.1) must much with FFmpeg libraries version so you will provide a path only with the FFmpeg v6 libraries (eg 6.1) |
@SuRGeoNix I tried updating FFmpegAutogen version 6.1 as well ffmpeg dll to 6.1 but I did in nuget of flyleaf host so it thrwing error that missing avcode59.dll. I replace avcodec59.dll with avocdec-61.dll. |
@saman1832 read the wiki you don't update the nuget's FFmpegAutogen but your add a new Nuget at your app |
Okk will read wiki and follow the steps and let you know if face any issue |
@SuRGeoNix I read the wikki but not understood much. And while adding new nuget in my app for ffmpeg autogen 6 it is also updating the flyleaf ffmpeg autogen automatically. It would be great if you can send the detail steps or share the sample. |
@saman1832 In the solution if you add in the main Sample Project (FlyeafPlayer WPF Control) the FFmpeg.AutoGen v6.1 NuGet and you change in App.xaml.cs the FFmpegPath to point in a folder with the v6.1 (x64 shared) (you can take them from here) it works fine. |
@SuRGeoNix thanks for the quick update. |
@SuRGeoNix I tried as per your steps. While running the code it is getting stuck in in line no. 24. stream url "srt://hsg.demo.haivision.com:5175" |
Logs: 21.30.34.340 | Info | [FlyleafEngine] FlyleafLib 3.7.38 21.30.34.837 | Info | [FlyleafEngine] Plugin loaded (OpenDefault - 3.7.38.0) 21.31.42.281 | Debug | [#1] [Renderer ] D3D11 Video ProcessorMaxInputStreams 16 [Video Processor Device Caps] [Video Processor Feature Caps] [Video Processor Stereo Caps] [Video Processor Input Format Caps] [Video Processor Filter Caps] [Video Processor Input Format Caps] [Video Processor Rate Conversion Caps #0]
21.31.42.340 | Info | [#1] [Renderer ] D3D11 Video Processor Initialized (Rate Caps #0) |
@SuRGeoNix any update on this? |
@saman1832 That's an FFmpeg.AutoGen or FFmpeg issue, i tested with the FlyleafLibv4 (still under development) and it was working fine. But it uses custom FFmpeg Bindings now. Let me test FFmpeg.Autogen directly.... |
@SuRGeoNix Older version of ffmpeg.autogen or ffmpeg libraries? |
FFmpeg libraries, as the libraries that the FFmpeg.AutoGen has included they are working fine. You can download those I guess. |
@SuRGeoNix those libraries are also not working. |
I did try the FFmpeg.AutoGen and it worked from the repo |
I have copied the ffmpeg libraries from FFmpeg.AutoGen and updated the flyleaf wpf sample ffmpeg autogen to 6.1. |
yes, just use FFmpeg.AutoGen-master\FFmpeg\bin\x64 libs with 6.1 Nuget Package |
@SuRGeoNix Tried same but app is getting crashed after couple of mins. |
@saman1832 you confuse me, the error was during open with srt formats only, I used latest FFmpeg.AutoGen NuGet with the FFmpeg.AutoGen's FFmpeg libraries in Flyleaf master WPF Control and it is working fine. So I guess you are doing something wrong. |
@SuRGeoNix yes after using latest Ffmpeg lib and autogen srt format is opening now but it is getting crashed after 2-3 mins. I am preparing the public srt url so that you can use and debug it. will share with you |
@saman1832 even if it crashes that's not FlyleafLib's issue so I can't do much |
Okk. So let me share the logs from that only something you might get that is it from ffmpeg side or not. |
I want to capture the fullscreen even when we do mouse double click.
Is there any way to capture that?
I am asking one for question as dont want to open one more issue. Can we replace ffmpeg5 lib with 6 I mean will it work?
The text was updated successfully, but these errors were encountered: