Video stutter/jitter with libVLC on TVOS
Posted: 12 Dec 2016 17:35
I've been trying to use libVLC 3.0.0 with my TVOS application but encountering performance issues.
Every couple of seconds, the video stutters/jitters accompanied by "picture is too late to be displayed" line in the log.
I've been using the precompiled version from cocoapods (tried all builds) and even compiled from source, but all have these errors.
Here is the startup options I'm using (collected from various posts in this forum):
"--no-color",
"--no-osd",
"--no-video-title-show",
"--no-stats",
"--no-snapshot-preview",
"--avcodec-fast",
"--avcodec-hw",
"--text-renderer=freetype",
"--avi-index=3",
":dash-buffersize", "100",
"--network-cache=3000",
"--subsdec-encoding=ISO-8859-8"
Please help me. Do I need some other options? Did I compile the library wrong?
Here is a complete output of log: http://pastebin.com/APKRusdb
Every couple of seconds, the video stutters/jitters accompanied by "picture is too late to be displayed" line in the log.
I've been using the precompiled version from cocoapods (tried all builds) and even compiled from source, but all have these errors.
Here is the startup options I'm using (collected from various posts in this forum):
"--no-color",
"--no-osd",
"--no-video-title-show",
"--no-stats",
"--no-snapshot-preview",
"--avcodec-fast",
"--avcodec-hw",
"--text-renderer=freetype",
"--avi-index=3",
":dash-buffersize", "100",
"--network-cache=3000",
"--subsdec-encoding=ISO-8859-8"
Please help me. Do I need some other options? Did I compile the library wrong?
Here is a complete output of log: http://pastebin.com/APKRusdb