-
Notifications
You must be signed in to change notification settings - Fork 20
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
Error: Video Stuttering when Recording #57
Comments
The program downloads video segments and combine into one large I used to fixed it by waiting for the next segment to be fetched unless timed out, can't think of how it still happened 🤔 |
I see. will this occur if the computer's resources are too occupied while recording? sometimes I do other stuff while the recorder works in the background. |
No, it's not related to computer resources. |
I thought this was something normal, isn't it? I have 400mbps speed, and all recordings with the program are like this. Recordings that should be 1:30 hours end up being 1:35 hours due to errors, and when watching the video, it freezes a lot, and even the audio glitches, repeating parts like a broken record. To be honest, I haven't used the program for over a week because many of my recordings are torture to watch. I only visited the page today to see if there was an update for the program. |
oh no 💀 |
Yeah I have that problem too but it isn´t too noticeable, but for example I tried recording a room at 720 and none of its segments were lost, but at the same time I was recording other room in 480p and some segments were lost, so idk whats happening, also I was whatching the 480p room at 480p in my browser and everything looked smooth |
Chaturbate DVR fetches the segment list every second, I'm guessing that Chaturbate DVR was fetching the segment list at the exact 'half-second' when Chaturbate was updating its list, and the offset led to discrepancies in the final video result. I will seek for the solution, but I've been really busy lately, you will receive the issued closed email once it got fixed 😭 |
I recorded a 4k video, but it also appear this problem, it usually stuck and repeat some clips. I recently switch to another program. |
@fhb302 Chaturbate DVR only combines the segments and it doesn't do encode. The program you used supports |
If you're interested in seeing what it's like, I added a video with no changes to this 7z. I understand that it is difficult to replicate, but it should at least help you understand what is happening. |
@wandersons13 Thanks for that, I can see frames were dropped/loss with PotPlayer (also I edited your comment to make sure you won't get banned for that, lmao |
what program is that? |
I realized this issue can be fixed by pausing the recording and resuming it, perhaps you could implement a code that detects these errors: |
@SamirPRO1 hmmm- interesting, though "not found in buffer" should only happens when you were in an unstable internet environment. Can I confirm that you are not using any VPN and internet runs smoothly? Also I'm checking the source code of following tool, it doesn't seems to have any stutter issue, i will see how to intergrate |
I kinda have a clue about why the stutter is happening...
Should be fixed in 3 days, finally- I guess. 🥺 Related source code snippet: (BUG: chaturbate-dvr/chaturbate/channel_internal.go Lines 290 to 300 in acb1dff
|
Fixed in v1.0.5, report again if it still occurred alot |
I know it's not a playback issue because I can watch other .ts videos just fine, on the same and different video players, on the same and different devices. could it be a bandwidth thing? I've tinkered with other chaturbate DVR things and I haven't had this issue.
The text was updated successfully, but these errors were encountered: