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

segment not found in buffer, skipped #70

Open
leohkz opened this issue Aug 25, 2024 · 13 comments
Open

segment not found in buffer, skipped #70

leohkz opened this issue Aug 25, 2024 · 13 comments
Assignees

Comments

@leohkz
Copy link

leohkz commented Aug 25, 2024

[WARN] segment #72 not found in buffer, skipped
Sometimes happen when the model is online. The output video also lose the frame because of that.

@YamiOdymel
Copy link
Member

This issue is due to network instability, not a bug in the program. Unfortunately, it's not something that can be fixed 🥲

@YamiOdymel YamiOdymel self-assigned this Aug 25, 2024
@leohkz
Copy link
Author

leohkz commented Aug 25, 2024

But if I use Downie(Mac) to download the stream, it will be no problem at all.

@YamiOdymel
Copy link
Member

Which country you live and do you use a VPN?

@leohkz
Copy link
Author

leohkz commented Aug 25, 2024

Which country you live and do you use a VPN?

The project runs in Nas.I don't want to disclose my area, but I'm sure there are no restrictions. I didn't use VPN.

@YamiOdymel
Copy link
Member

YamiOdymel commented Aug 25, 2024

Ah, reasonable. Just- every time people report this issue, it's usually from countries with slow networks, which explains why.

About how the program works, I explained it in #65

As each "segment" has a time limit. Once it expires, it cannot be retrieved again.
Your issue is that the program is unable to obtain the segment before it expires, so it has to give up trying.

I don't have a clue about why it happened with Chaturbate-DVR but not the other software currently.

@YamiOdymel
Copy link
Member

YamiOdymel commented Aug 25, 2024

Another question, does it occur in every stream/channel you trying to fetched with Chaturbate-DVR?

@YamiOdymel YamiOdymel reopened this Aug 25, 2024
@leohkz
Copy link
Author

leohkz commented Aug 25, 2024

Another question, does it occur in every stream/channel you trying to fetched with Chaturbate-DVR?

I use 1000Mbps broadband. So I don't have internet speed and restrictions problem.

Happens in almost every stream.
There is another problem that others have mentioned.This warning will also appear when the channel is offline.

@Petyay
Copy link

Petyay commented Sep 18, 2024

Thank you very much for the great software. But...
I have this problem too. (1.0.5 and 1.0.6).
It leads to the .ts file becoming corrupted. I constantly have 4-second segments repeating 2-4 times.
The internet speed is fast. I set the quality to 480p. For some reason, the problem is not present on all streams.
We need to somehow solve this problem and the problem of corrupted TS files.

@YamiOdymel
Copy link
Member

It's very hard to solve a problem that I can't reproduce/test with my internet 🫠

@squadjot
Copy link

I get this aswell:

segment #1179 not found in buffer, skipped

Resulting in choppy video. I have good computer/net specs.

@Petyay
Copy link

Petyay commented Sep 22, 2024

If anyone is interested, partially correcting errors in .ts is possible with the help of tsMuxer (GUI)

In general, I suffered with skips and with damaged .ts files...
2 months of receiving damaged video files =(

In the end, I decided to write similar software myself. I wrote it in an evening. And, lo and behold! No skips or damaged TS files occur via FFMPEG.
The author clearly chose not the best solution for downloading the stream, since the video is damaged.

But thanks to the author for the idea of ​​the interface and the idea of ​​the functionality.

@YamiOdymel
Copy link
Member

@Petyay That's interesting news. I'm still unclear about what went wrong. 😭

Is there any chance we could use the software you wrote?

@Petyay
Copy link

Petyay commented Sep 23, 2024

I developed a non-public version. That's why there are many bindings with my computer's software, an ugly interface, etc.

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

No branches or pull requests

4 participants