lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
172 stars 42 forks source link

Added a configuration for the video file extension #136

Closed tindor closed 4 days ago

tindor commented 4 months ago

By default, if you kill the process downloading the mp4 file (or it exits abruptly for some other reason), you will end with an unplayable video.

Also, most (from my experience) mp4 files cannot be previewed while being downloaded, because of the MOOV atom, which is usually at the end of the file.

The mkv container fixes both of those issues and is handled by ffmpeg without any additional changes or performance drawbacks.

TeslaLyon commented 1 week ago

Hi, how's it going so far? Will there still be video freezes or missing clips after changing to mkv format?

tindor commented 1 week ago

Unfortunately, I believe that changing the container to mkv will not fix the freezes or the missing clips, but I have not experienced those problems, so I'm not entirely sure about that.

lossless1024 commented 4 days ago

Added a similar approach. The skipping problem is because of slowly responding apis or slow network connections. This only solves playback during recording.