Search found 18 matches

Go to advanced search

by wminghao
07 May 2014 03:01
Forum: VLC for Android and Chrome OS
Topic: OMX client failed
Replies: 2
Views: 397

Re: OMX client failed

For your reference, on devices where there is no IOMX, the normal playback is as follows: D/VLC (13633): core input: selecting program id=0 D/VLC (13633): avformat demux: adding es: video codec = h264 (28) D/VLC (13633): avformat demux: adding es: audio codec = mp4a (86018) D/VLC (13633): avformat d...
by wminghao
07 May 2014 02:39
Forum: VLC for Android and Chrome OS
Topic: OMX client failed
Replies: 2
Views: 397

OMX client failed

Hi, I am running VLC built from scratch to play videos, works perfectly fine with software decoding, and gpu output on most devices, but failed miserably on Galaxy S4, with OMX. There is no error message, logcat shows: looking for decoder module module matching "mediacodec,iomx,all" Using ...
by wminghao
15 Apr 2014 23:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: MobileVLCKit iOS compilation
Replies: 4
Views: 863

Re: MobileVLCKit iOS compilation

See my answer at https://forum.videolan.org/viewtopic.php?f=36&t=118754

I got it replaced with my customized ffmpeg library.
by wminghao
15 Apr 2014 23:31
Forum: VLC media player for macOS Troubleshooting
Topic: How to recompile the vlc
Replies: 3
Views: 526

Re: How to recompile the vlc

Figured out the answer.

See my post https://forum.videolan.org/viewtopic.php?f=36&t=118754

It's 5 steps to get your own library recompiled.
by wminghao
15 Apr 2014 23:29
Forum: VLC for iOS, iPadOS and Apple TV
Topic: modify libavformat
Replies: 5
Views: 1425

Re: modify libavformat

Since noone replied to me, it took me a while to figure it out. It's a bit tricky. 1. remove the .ffmpeg file to force rebuild 2. modify vlc/extras/package/ios/build.sh to remove the line "make fetch" which will NOT download anything from vlc github root 3. modify buildMobileVLCKit.sh to r...
by wminghao
14 Apr 2014 23:30
Forum: VLC media player for macOS Troubleshooting
Topic: How to recompile the vlc
Replies: 3
Views: 526

Re: How to recompile the vlc

Hi, Jean-Baptiste and Lawrie, I am trying similiar things to modify libav(ffmpeg) in my post https://forum.videolan.org/viewtopic.php?f=36&t=118754 After I remove .ffmpeg file, and run the build script, the build script is downloading the tar.gz file from rules.mak and overwrite all my changes. ...
by wminghao
14 Apr 2014 21:05
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC build failure on the last step
Replies: 2
Views: 838

Re: VLC build failure on the last step

Forget to update status.

Figured out, the way to build iOS.

https://wiki.videolan.org/VLCKit/

is the right place, where build is successful.

vs.

https://wiki.videolan.org/IOSCompile

Which gives me the error as indicated by the thread.
by wminghao
14 Apr 2014 21:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Adding livmobilevlc to existing project
Replies: 3
Views: 629

Re: Adding livmobilevlc to existing project

Can you dump the actual link errors?

One thing I've tried is through the link https://wiki.videolan.org/VLCKit/

Go to it's Demo project Examples_OSX/, and compare your project setting vs. the demo project setting. You will find the discrepencies.
by wminghao
11 Apr 2014 21:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: modify libavformat
Replies: 5
Views: 1425

Re: modify libavformat

Tweaked again, found config.log, here is the error ld: building for iOS Simulator, but linking against dylib built for MacOSX file '/usr/lib/libSystem.dylib' for architecture x86_64 Seems like running make .ffmpeg is not carrying forward the sysroot path correctly. Still don't know how to build cont...
by wminghao
11 Apr 2014 19:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: modify libavformat
Replies: 5
Views: 1425

Re: modify libavformat

Since nobody replied, here is what I tried. 1) I go to the following directory $ cd ./MobileVLCKit/ImportedSources/vlc/contrib/iPhoneSimulator-x86_64 2) run the following command $make .ffmpeg cd ffmpeg && CC="xcrun clang" CXX="xcrun clang++" LD="xcrun ld" AR=&q...
by wminghao
11 Apr 2014 02:53
Forum: VLC for iOS, iPadOS and Apple TV
Topic: modify libavformat
Replies: 5
Views: 1425

Re: modify libavformat

Dig a little more into the build scripts. It seems that ./MobileVLCKit/ImportedSources/vlc/contrib/src/ffmpeg/rules.mak is doing the trick here. It does 3 things. 1) download source code. 2) copy code to 5 different target platform. arm64/7/7s and iPhoneSimulator-i386/x86_64 2) for each platform, it...
by wminghao
10 Apr 2014 20:25
Forum: VLC for iOS, iPadOS and Apple TV
Topic: modify libavformat
Replies: 5
Views: 1425

modify libavformat

Hi, I finally got VLC for iOS to build, now I am trying to modify the source code from libavformat to do some experiment. However, I don't know how the build script is building the libraries. Here is my understanding. For example, target for iPhoneSimulator-x86_64 1. The libformat.a file is built fr...
by wminghao
27 Mar 2014 00:32
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC build failure on the last step
Replies: 2
Views: 838

Re: VLC build failure on the last step

Seems like the build failed with a few Source files b/c of wrong import path: i.e., VLCSettingsController.m In file included from /Users/wminghao/Develop/vlc-iOS/ios/Sources/VLCSettingsController.m:16: In file included from /Users/wminghao/Develop/vlc-iOS/ios/Sources/VLCAppDelegate.h:22: /Users/wmin...
by wminghao
26 Mar 2014 02:02
Forum: VLC for iOS, iPadOS and Apple TV
Topic: VLC build failure on the last step
Replies: 2
Views: 838

VLC build failure on the last step

Hi, I followed the instruction to build vlc on iOS for the simulator in release mode. My Xcode is 5.1, and mac OS lion Here is what I run: sh ./compileVLCforiOS.sh -s It took an hour, and eventually it failed at the end, here is the error: info] Building MobileVLCKit (Aggregate static plugins, Relea...
by wminghao
18 Mar 2014 22:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtag failure for building vlc for android
Replies: 2
Views: 575

Re: libtag failure for building vlc for android

Checked the length of libtag.a built under $(VLC_CONTRIB)/lib/libtag.a, the size is 8 bytes, obviously wrong. During the build process, it didn't stop due to libtag errors, not sure what happened. I tried to replace my custom built libtag.a with the one in $(VLC_CONTRIB)/lib, that does not work as w...
by wminghao
18 Mar 2014 01:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtag failure for building vlc for android
Replies: 2
Views: 575

Re: libtag failure for building vlc for android

I searched the vlc build directory, and found that we built libtag manually. ./vlc/contrib/android/taglib/bindings/c/libtag_c.a ./vlc/contrib/android/taglib/taglib/libtag.a ./vlc/contrib/arm-linux-androideabi/lib/libtag_c.a ./vlc/contrib/arm-linux-androideabi/lib/libtag.a ./vlc/android/modules/.libs...
by wminghao
18 Mar 2014 01:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libtag failure for building vlc for android
Replies: 2
Views: 575

libtag failure for building vlc for android

Hi, I am a newbie to VLC media player, and I followed the wiki (https://wiki.videolan.org/AndroidCompile) to build android on Linux, and got to the following error at the end of build process when it's trying to build libvlcjni.so **** undefined reference to Taglib::xxx **** It seems it has a mismat...

Go to advanced search