Open Kyaw-Zin-Thant opened 5 years ago
I don't get your point, what's your use-case?
I developed flutter application that can download video file and display. But downloaded video file from my application can be viewed in gallery. I don't want to view downloaded video file in other application. How can I do? @hnvn
Same problem! Works fine on iOS by downloading to ApplicationDocumentsDirectory. But sadly, this doesn't seem to be possible on Android…
I developed flutter application that can download video file and display. But downloaded video file from my application can be viewed in gallery. I don't want to view downloaded video file in other application. How can I do? @hnvn
1.2.0 - 27.08.2019 # Android: support FlutterFragmentActivity, fix bug downloaded image/video files not shown in Gallery application, improved HTTP redirection implementation, fix bug cannot open apk file in some cases
maybe you can try 1.1.9 or 1.1.8
i have the same problem did any one get the answer
is anyone got the solution how to encrypt video before downloading.
is anyone got the solution how to encrypt video before downloading.
yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.
is anyone got the solution how to encrypt video before downloading.
yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.
Thanks for the reply PannagaShetty, but I want to encrypt whole video and save it locally when user want to watch video offline I need to decrypt and play video from my local encrypted folder. This is what I wanted to do.
is anyone got the solution how to encrypt video before downloading.
yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.
Thanks for the reply PannagaShetty, but I want to encrypt whole video and save it locally when user want to watch video offline I need to decrypt and play video from my local encrypted folder. This is what I wanted to do.
yeah i had a same requirement but thing is for that you have to have your own file extention which can be on a harder side.
Any update?
is anyone got the solution how to encrypt video before downloading.
yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.
I have tried. but how we show the video without extension, or how we add extension in flutter after getting the File.
Just open the video file in the video player plugin without extension it will work it is working for me
On Wed, 24 Feb, 2021, 11:10 am dhiroo verma, notifications@github.com wrote:
is anyone got the solution how to encrypt video before downloading.
yeah remove the file extention and save in the obb folder so that the video wont be shown and cant be read by mx player also.
I have tried. but how we show the video without extension, or how we add extension in flutter after getting the File.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fluttercommunity/flutter_downloader/issues/128#issuecomment-784794878, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRDRTGW42D3IUWTKV4A3MDTASGMBANCNFSM4I2BEWJQ .
Any updates here?
Any updates?
Any updates?
I want to download file that can only view in my flutter application.