-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
fixes for #1759 #1944
fixes for #1759 #1944
Conversation
Hey @kapodamy, Exception
Crash log
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll wait for #1851 to be merged, to keep the number of merge conflicts as low as possible for @beNitinhere
I'm newbie but i want to help you in testing features. There is another UI issue in the download manager when downloading is finished, the line under the finished word is not correct from right side like on left side. |
@FaizKhan5 the line under finished mimic the preferences screen group separator. ¿or is something related to RTL layouts? |
Another issue is that i tested several videos with those qualities which have no audio in previous versions and saw that there is sync issue of A/V. On some scene video still and audio playing and on some scene video playing and audio stop. |
@FaizKhan5 works on my phone also 844ed23 make the line """"""" simetric """""" about the a/v desync if you use mx player choose HW/HW+ decoder. anyway, in any player use hardware decoding. These not are normal MP4 files, they are DASH MP4 |
It worked on my phone test devices with Android 5 and 6. @FaizKhan5 What device and Android version are you using? I am not sure if I tested Android 4. |
I face issue of A/V desync only on VLC Android. Any solution? I don't want to use closed source apps like MX Player. Same issue on HW in MX player, video only playing perfectly in SW/HW+. @TobiGr please test videos with VLC and MX HW only |
@kapodamy Same UI issue on my device which i said previously. No changes in icon color and separate line with latest commits. |
@FaizKhan5 please test again |
@kapodamy Nothing change |
@kapodamy Decrypt URL error on playing video in NP |
@FaizKhan5 branch rebased |
But it was fixed in 0.15.0 and you added those commits so why it has an issue? |
* delete all grid.png files * delete all list.png files
* missing white icons * update attrs.xml and styles.xml
* hide clear button by default
* check if the iterator is initialized
make the separator line """"""""simetric""""""""""
* add null checks before resuming a download * (MissionAdapter.java) reset percent after resuming a download. prevents the "Error" string get stuck, until the download start
use another way to get the "Context"
work-around for reading the current theme icons
* allow retry downloads with "post-processing failed" error in the new muxer * MPEG-4 muxer ¡¡ no DASH output!! * keep the progress if download fails * remove TODO in SecondaryStreamHelper.java * misc clean-up * delete TestAlgo.java * delete ExtSDDownloadFailedActivity.java and remove it from AndroidManifest.xml * use hardcored version for changing icon colors
@kapodamy Thanks for fixing every issue. |
Various fixes for #1759
Youtube fragments the audio stream into chunks of 10 seconds and the video stream into chunks of 3 seconds. As a result, the interleaving is not the same and causes an playback underrun.
The new "DASH-less" MP4 muxer fixes #2039, but requires the double of space. For example, if we download a file of 1.2GiB (1GiB video/200MiB audio), with the new muxer aditional 1.2GiB will be required to work.