-
Notifications
You must be signed in to change notification settings - Fork 45
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
Latency #60
Comments
Hi @spyhunter99 thank you for your kind words! Did you try to change the window type to min-delay? see #59 Otherwise maybe play a little bit with the window size? Optimum values may vary a lot for particular video configurations. I'd suggest using logging to try to understand what's going on, it's hard to say from such a high level. I know the optimal video codec configuration details change greatly from device to device since it depends on which particular hardware codec is present in that device. |
took me a while to figure out where to set this. for future users, it's on the decode (receiving video) side, assets, configuration file. i'll play around with it when i have more time |
galaxy s5 on the transmit side at 640x480, fps15,30 |
And I'm still seeing a ~2 second lag time |
@spyhunter99 did you try to compare transmitting from a desktop computer? At least that will let you isolate where the lag is coming from. |
i've only been looking at this project, is there a project for desktop too? 2sec lag is with this
edit, i'll give the desktop sample a shot edit again, what desktop sample? |
@spyhunter99 if you look in the readme, there is a small section on how to stream using FFmpeg. That is, for the sender part. Those settings look reasonable to me. Did you look in the logcat of the receiver to see if there is any information that can help clarify what is going on? Could you post that output? |
After some fiddling, i was able to get the sample apps to fire up. I'm seeing about a 2 second latency between devices. Do you have any tips for reducing the latency? The video itself is quite smooth.
Apparently kindle fire's have issues with 640x480 video (on the transmission side)
great work by the way!
The text was updated successfully, but these errors were encountered: