Posts by popcornmix
-
-
Can you post a debug enabled log file?
-
Could of options:
Raspberry Pi FAQ - Official Kodi WikiOr you can add bootcode_delay=10 to config.txt.
-
-
-
-
There have been some changes with how kodi passes URL parameters through ffmpeg in Krypton.
Probably best to post here: Kodi Community Forum - VideoPlayer Development
including description and debug log where the right dev may know what to do. -
Your system is obviously very broken. I'm suspecting power supply issues but it's hard to tell if it doesn't run long enough to get debug output.
You have a few not standard devices. Can you try removing the HifiBerry and the wifi (and using the ethernet connection), and we'll try to debug the display.
Report output of "tvservice -s" when the display blanks (if it still does). -
-
Do you have any hardware plugged in? e.g USB or "HAT" boards?
Do you have any custom settings in cmdline.txt or config.txt? -
Thanks, i delete the Textures13.db file and now its working fineIf you delete Textures13.db then you should also delete .kodi/userdata/Thumbnails (at the same time) or you'll end up with orphaned thumbnails that are never used but waste disk space.
-
Audio-to-video synchronization - Wikipedia
"ITU performed strictly controlled tests with expert viewers and found that the threshold for detectability is -125ms to +45ms."I really don't believe you can detect offsets smaller than 25ms.
-
Code
13:26:21 219.014236 T:1772090272 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401 13:26:21 219.014465 T:1772090272 ERROR: CCurlFile::Open failed with code 401 for http://192.168.20.10/video/mjpg.cgi 13:26:21 219.014709 T:1772090272 ERROR: Open - failed to open source <http://192.168.20.10/video/mjpg.cgi>
401 means "Unauthorised".
Does USERNAME:PASSWORD@192.168.20.10/video/mjpg.cgi work in a web browser? -
Post a debug log. Enable debug logging. Include ffmpeg and video in component specific debug then try to play the stream.
-
I'm not sure about this, but I was thinking that maybe messing with color space using the "xrandr" command might make a difference. But LibreELEC does not seem to allow this command.No, that is an X command and LE doesn't use X.
-
The PC may be driving the display in a DMT (monitor) mode, rather than a CEA (TV) mode.
You could try adding "hdmi_group=2" to config.txt will force a DMT mode. -
Yes, add it to the end of cmdline.txt (on same line). E.g.
Codeboot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quiet nosplash smsc95xx.turbo_mode=Y smsc95xx.packetsize=2560
You can edid cmdline.txt either from a windows PC (it is in the FAT partition that shows up) or from the pi in /flash/cmdline.txt.
If editing on the Pi run "mount -o remount,rw /flash" to make /flash directory writeable. -
There is a new Pi2/Pi3 build (22 October) that should be working again.