• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 29
FFmpeg version bump + XBMC add-on patches.
Any chance there will be a build for ATV2?
Thanks so much for the great work on this bug!
Apple TV2 running XBMC Gotham beta
Reply
excellent job! svtplay in 720p no longer stutters at all when playing the m3u8 streams with this release.
Reply
i tested the win32 bild ffmpeg 1.2 yesterday. but i cant get pvr (most important for me) to work. cant install pvr addon because "dependenys not met".
Reply
I tested the win32 ffmpeg 1.2 version and dvdplayer can't load the ffmpeg libraries. At least that's what I think I read in the logs.

I attached the log file

I also tried the win32 ffmpeg 1.1.3 version and the file played just fine.

I also attached the log file
Reply
@noidea it´s happens for me too..same error. and you are right, the code point for dll files for previous version "avutil-51.dll". Need wait FlyingRat, fix the code and generate a new build 1.2 for tests.

I fixed code here and compiled new build with 1.1.3 version and work fine win32 version, run videos ok, but when compiled release 1.2, I don´t play any video for error in avformat.dll file, in this case I replace manually avformat.dll file 1.1.3 over 1.2 (overwrite), and 1.2 version FFmpeg work too. Need fixes for work better, and need see why change happens in avformat.dll (1.1.3 for 1.2), broken XBMC player too..
Error no avformat-54.dll version 1.2
10:01:02 T:4192 NOTICE: -->Python Interpreter Initialized<--
10:01:03 T:9024 NOTICE: DVDPlayer: Opening: H:\Filmes\The Hobbit An Unexpected Journey (2012)\the.hobbit.an.unexpected.journey.2012.1080p.bluray.x264-sparks.mkv
10:01:03 T:9024 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
10:01:03 T:9148 NOTICE: Thread CDVDPlayer start, auto delete: false
10:01:03 T:9148 NOTICE: Creating InputStream
10:01:03 T:9148 NOTICE: Creating Demuxer
10:01:03 T:9148 WARNING: Win32DllLoader::ResolveExport - Unable to resolve: avformat-54.dll av_read_frame_flush
10:01:03 T:9148 ERROR: Unable to resolve exports from dll special://xbmcbin/system/players/dvdplayer/avformat-54.dll
10:01:03 T:9148 ERROR: CDVDDemuxFFmpeg::Open - failed to load ffmpeg libraries
10:01:03 T:9148 ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
10:01:03 T:9148 NOTICE: CDVDPlayer::OnExit()
10:01:03 T:9148 NOTICE: CDVDPlayer::OnExit() deleting input stream
10:01:03 T:9024 NOTICE: CDVDPlayer::CloseFile()
10:01:03 T:9024 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
10:01:03 T:9024 NOTICE: DVDPlayer: waiting for threads to exit
10:01:03 T:9024 NOTICE: DVDPlayer: finished waiting

Wanilton
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2013-03-21, 09:21)kokangit Wrote: Any chance there will be a build for ATV2?
Thanks so much for the great work on this bug!
I'm afraid not as I'm focusing on some other issues for the moment.

(2013-03-21, 11:00)Ed76 Wrote: i tested the win32 bild ffmpeg 1.2 yesterday. but i cant get pvr (most important for me) to work. cant install pvr addon because "dependenys not met".
Sorry, this thread is for ffmpeg issues only. I do happily to hand over pvr issues to the pvr folks! Smile

@Wanilton & @noidea: I did a full rebuild and got the same error. I'll look into it...
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
Problem located and fixed. Uploading new win32 binary (XBMCSetup-20130321-fbdfa49-ffmpeg-n1.2.exe). Please test and provide feedback, thanks!
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
@flyingrat, work fine now n.1.2, no more errors, thanks
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
Tested on ubuntu 12.10 as well, although one still need the workaround "LD_LIBRARY_PATH= /usr/local/lib/xbmc/system/players/dvdplayer" to load postproc-52-i486-linux.so. TODO: locate and fix problem! Big Grin

(2013-03-21, 21:43)Wanilton Wrote: @flyingrat, work fine now n.1.2, no more errors, thanks

Great, thanks for the feedback!
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
(2013-03-21, 00:03)flyingrat Wrote: My fault! I probably closed the lid before the uploading was finished but it's on its way as we speak. There is also a new raspbmc package, many thanks to mr Bberski!

Where can i find more info on the raspbmc build?
I was looking in both raspbmc forum and in xbmc forum but cant find where it has been built, or Mr Bberski.
Reply
(2013-03-22, 00:10)stenmark Wrote: Where can i find more info on the raspbmc build?

README.txt (download link "3. XBMC-updated-FFmpeg-binaries" below)
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
@flyingrat thanks for the update! the new version works like a charm.
Reply
New windows version does not work for me, complains about a missing dll. MSVCR100D.dll previous versions worked fine.

I tried uninstalling and reinstalling C++ redistributable to no avail.
Reply
(2013-03-22, 03:01)juggie Wrote: New windows version does not work for me, complains about a missing dll. MSVCR100D.dll previous versions worked fine. I tried uninstalling and reinstalling C++ redistributable to no avail.

Sorry, but you might have to wait a bit longer for the regular distro as this thread is for devs only. MSVCR100D.dll is a part of VS (C:\Program Files\Microsoft Visual Studio 10.0\VC\redist\Debug_NonRedist\x86\Microsoft.VC100.DebugCRT\msvcr100d.dll) hence "just dev snapshots, no regular distros" as stated below. /Regards, Lars.
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
(2013-03-21, 18:43)flyingrat Wrote:
(2013-03-21, 09:21)kokangit Wrote: Any chance there will be a build for ATV2?
Thanks so much for the great work on this bug!
I'm afraid not as I'm focusing on some other issues for the moment.


Is it not building for ATV2 or you just don't have the time? I can give it a go when I get a chance, but I won't bother if one of the gurus is already on it?

If I have helped you in any way, please forgive me, it was entirely accidental.
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 29

Logout Mark Read Team Forum Stats Members Help
FFmpeg version bump + XBMC add-on patches.0