Bug No cache/buffer is used for m3u8 "playlists", causes stuttering video - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Bug No cache/buffer is used for m3u8 "playlists", causes stuttering video (/showthread.php?tid=154016) |
RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - Skank - 2013-02-14 (2013-02-14, 12:56)flyingrat Wrote:(2013-02-14, 11:13)Skank Wrote: Has anyone yet requested for a pull for latest ffmpeg version on github? Cant find itNo changes pushed to the xbcm repo yet since I'm still doing work on a local clone. This fork thing and all are like chinese for me What are you working on? Some clone of what? Frodo final with latest ffmpeg? For windows? RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - flyingrat - 2013-02-14 (2013-02-14, 14:18)Skank Wrote: This fork thing and all are like chinese for me What are you working on? Some clone of what? Frodo final with latest ffmpeg? For windows? You asked for it . But no sweat mate, I'l do it my self in due time. For the git lingo check: "Using Pull Requests". RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - Skank - 2013-02-14 (2013-02-14, 15:10)flyingrat Wrote:(2013-02-14, 14:18)Skank Wrote: This fork thing and all are like chinese for me What are you working on? Some clone of what? Frodo final with latest ffmpeg? For windows? Page doesnt exist here RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - dataolle - 2013-02-14 https://help.github.com/articles/using-pull-requests Most work on the FFmpeg version bump to v1.1 is now done! - flyingrat - 2013-02-16 Most work on the FFmpeg version bump to v1.1 is now done. I need some advice how we can make it available for testing on other platforms: "How to apply changes for FFmpeg version bump to 1.1?". RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - bobb0 - 2013-02-16 Looking forward to testing this one Repo ready with FFmpeg version bump to 1.1.2... - flyingrat - 2013-02-17 Repo with FFmpeg version bump to 1.1.2: https://github.com/FlyingRat/xbmc-ffmpeg-v1.1-bump.git Please notice: 1. I've only tested the build on OSX so far thus there might be issues i'm not aware of on other platforms. 2. "make -C lib/addons/script.module.pil" doen't build cleanly on osx but you can probably skip that step for the moment. Repo fork is two days old so there is a chans this has already been taken care of. Please let me know if thats the case. -- Any type of feedback is welcome! RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - bobb0 - 2013-02-18 Sadly, I can't get past configure yet, lol Unknown option "--custom-libname-with-major=$(FULLNAME)-$(LIBMAJOR)-i486-linux$(SLIBSUF)". See ./configure --help for available options. configure: error: Submodule lib/ffmpeg failed to configure D RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - flyingrat - 2013-02-18 (2013-02-18, 00:13)bobb0 Wrote: Sadly, I can't get past configure yet, lol Checking tomorrow, what os? RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - dataolle - 2013-02-19 Got the same problem when compiling ypur source for the raspberry pi: Code: checking for ccache... none Built on ubuntu server x64: Code: $ cat /etc/motd Crosscomplied attempted as per instructions on: http://www.raspbmc.com/wiki/technical/building-xbmc/ Tried building from a git clone of https://github.com/xbmc/xbmc, that works fine. Looks like some configuration option in ffmpeg in your tree is broken..... RE: Repo ready with FFmpeg version bump to 1.1.2... - ekdahl - 2013-02-20 (2013-02-17, 22:42)flyingrat Wrote: Repo with FFmpeg version bump to 1.1.2: https://github.com/FlyingRat/xbmc-ffmpeg-v1.1-bump.git Please notice:Since this change will apparently never go into frodo, could you consider patching currently used version of ffmpeg with a fix for this bug tog get it fixed in frodo? RE: Repo ready with FFmpeg version bump to 1.1.2... - flyingrat - 2013-02-20 (2013-02-20, 11:18)ekdahl Wrote: Since this change will apparently never go into frodo, could you consider patching currently used version of ffmpeg with a fix for this bug tog get it fixed in frodo? The link is possible broken, do you mind posting it again or update the post. /Thanks, Lars. (2013-02-19, 21:36)dataolle Wrote: Crosscomplied attempted as per instructions on: http://www.raspbmc.com/wiki/technical/building-xbmc/ Hi! Which branch, frodo or mainline? I'll update the fork to the lastest mainline level. If mainline works we may have general configure problems. Do you mind doing some debugging/tracing during config? RE: Repo ready with FFmpeg version bump to 1.1.2... - ekdahl - 2013-02-21 (2013-02-20, 23:26)flyingrat Wrote:What I was getting at was this:(2013-02-20, 11:18)ekdahl Wrote: Since this change will apparently never go into frodo, could you consider patching currently used version of ffmpeg with a fix for this bug tog get it fixed in frodo?The link is possible broken, do you mind posting it again or update the post. /Thanks, Lars. (2013-02-16, 15:29)flyingrat Wrote: Most work on the FFmpeg version bump to v1.1 is done. I need some advice here: (2013-02-16, 16:41)davilla Wrote: 2) current master, this will never go into frodoSince this makes SVT Play pretty much unwatchable, which constitutes a huge part of my xbmc usage, it would be great to have this bug fixed in Frodo too. Have anyone spotted the specific commit that fixed this issue in ffmpeg? RE: No cache/buffer is used for m3u8 "playlists", causes stuttering video - vicbitter - 2013-02-21 (2013-02-18, 00:13)bobb0 Wrote: Sadly, I can't get past configure yet, lol The problem is due to the fact that the XBMC specific ffmpeg patches have not yet been applied to @flyingrat's repo... (2013-02-19, 21:36)dataolle Wrote: Got the same problem when compiling ypur source for the raspberry pi: The problem is due to the fact that the XBMC specific ffmpeg patches have not yet been applied to @flyingrat's repo... RE: Repo ready with FFmpeg version bump to 1.1.2... - flyingrat - 2013-02-21 (2013-02-20, 11:18)ekdahl Wrote: Since this change will apparently never go into frodo, could you consider patching currently used version of ffmpeg with a fix for this bug tog get it fixed in frodo?This shouldn't really be a problem although we probably need a separate fork, but first we need to get the new ffmpeg libraries to work with the necessary xbmc add-on patches: "[WIP] FFmpeg 1.1- XBMC add-on patches" ... |