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

Continuous playback mode to play successive small video fragments slices without silence interruption #854

Open
drimisone opened this issue Jan 16, 2025 · 3 comments

Comments

@drimisone
Copy link

There is media player which has feature named : continuous playback mode: this function eradicates the silence between each playback of several short files, those will be preloaded and played as a single file.

This function is useful because many download can download embedded streaming hls videos but in a non-sequential way i.e. we do not obtain a single temporary video file while donwloading but there are many small fragments videos slices .ts in the download folder,

so we hope Qmplay2 add option : continuous playback mode to remove the interruptions and silence between the playback of the small successive videos .ts for a smooth playback and to be able to playback temporary hls video while downloading i mean play successive small video fragments slices without silence interruptions, thank's.

@zaps166
Copy link
Owner

zaps166 commented Jan 17, 2025

It "works" when you have same audio and video parameters between files and you have enough playback audio buffer to allow HDD/SSD to read data (or your system already cached them temporarily in RAM).

@drimisone
Copy link
Author

drimisone commented Jan 18, 2025

Interesting, thanks.

the worrying thing, yes I managed to playback the small fragments video slices .ts without interruption or silence with other media player, but sometimes there are artifacts on the video...it says if the continuous playback mode causes a problem, we should enable internal filters...it seems a bit complicated, or maybe I have problems with drivers...

@drimisone
Copy link
Author

And to test and obtain short and successive .ts video files, we have to use download managers that detect videos and download them in a fragmented way with lots of small video slice fragments.....

for example neat download manger and file centipiede can do that, both download managers are free....

and of course we have to pause the download to test the continuous playback mode on the downloaded slices small video fragments...

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

No branches or pull requests

2 participants