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

Delayed video #319

Open
notfree opened this issue Nov 7, 2022 · 5 comments
Open

Delayed video #319

notfree opened this issue Nov 7, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@notfree
Copy link

notfree commented Nov 7, 2022

As i can see and after many tests , there is a delay in sending high quality video.

im adding the link so you can see the it .

https://www.twitch.tv/livetlv

about my setup :

its a docker image on Alphin OS installed on virtual machine.
my rack : intel i5 with 1060 gtx ,windows 10 8GB RAM.

Q1 - can i control the delay ?
Q2 - can i use buffer somehow ?

@notfree notfree added the bug Something isn't working label Nov 7, 2022
@notfree notfree changed the title delay video Delayed video Nov 7, 2022
@QuantumEntangledAndy
Copy link
Collaborator

Q1: Not really we don't delay it or anything ourselves we just send it on as fast as we can, this is just the normal network/processing times I think
Q2: We do use buffers (or at least gstreamer does) what do you need this for?

@notfree
Copy link
Author

notfree commented Nov 14, 2022

i have 2 sec of stream and 1 sec of pause , consistently.
if i can buffer the stream , let say for 5 sec and send if without the pause it will be better.

my goal is to stream the video as smooth as possible to youtube/twitch.

@QuantumEntangledAndy
Copy link
Collaborator

Can you read the time stamps on the video you receive? I ask because we time stamp based on the clock time of when the frame arrives in neolink. If the data is coming from the camera to neolink in waves like that then buffering won't help because the client will just display at those time stamps buffered or not.

@notfree
Copy link
Author

notfree commented Nov 16, 2022

im sorry , i dont know how...

@notfree
Copy link
Author

notfree commented Dec 8, 2022

https://www.youtube.com/watch?v=HTeyN1L0Ioc&ab_channel=LtvLive

you can see the waves of data here .

it getting worse in daylight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants