Search found 25 matches

Go to advanced search

by kc.chen
22 Jul 2013 11:56
Forum: VLC media player for macOS Troubleshooting
Topic: Frame skip during TS play
Replies: 3
Views: 472

Re: Frame skip during TS play

Please share the sample. More detail about the issue, the log is: [0x203eb030] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 5799 ms) [0x203eb030] main input error: ES_OUT_RESET_PCR called [h264 @ 0x20924a00] Missing reference picture [h264 @ 0x20924a00] decode...
by kc.chen
20 Jul 2013 16:47
Forum: VLC media player for macOS Troubleshooting
Topic: Frame skip during TS play
Replies: 3
Views: 472

Frame skip during TS play

Hi, I play a TS stream on VLC and find sometimes it catch some error as below: [h264 @ 0x1a81800] Missing reference picture [h264 @ 0x1a81800] decode_slice_header error [h264 @ 0x1a81800] concealing 1200 DC, 1200 AC, 1200 MV errors and the result is the play screen will become blank, is it possible ...
by kc.chen
07 Jul 2013 04:07
Forum: VLC media player for macOS Troubleshooting
Topic: VLC crash when try to stop playing
Replies: 3
Views: 481

Re: VLC crash when try to stop playing

Do you use OS X 10.8? If yes, don't compile with --enable-debug but with CFLAGS="-g" instead. @Felix, I saw you have changed like that on latest vlc code. Does it mean it doesn't work? commit 8cd0aeaa12a2a4e2f75ba21c27ec0d5610ea84cf Author: Felix Paul Kühne <fkuehne@videolan.org> Date: Sa...
by kc.chen
07 Jul 2013 03:54
Forum: VLC media player for macOS Troubleshooting
Topic: VLC crash when try to stop playing
Replies: 3
Views: 481

Re: VLC crash when try to stop playing

Do you use OS X 10.8? If yes, don't compile with --enable-debug but with CFLAGS="-g" instead.
Yes, thanks for your advice, I will try it.
by kc.chen
06 Jul 2013 08:49
Forum: VLC media player for macOS Troubleshooting
Topic: VLC crash when try to stop playing
Replies: 3
Views: 481

VLC crash when try to stop playing

Hi, I download the latest code from git server and build successfully. After that, I try to play TS stream on it but find it is often crash when stop the playing. Anyone know what is the reason? Thanks! 0 libsystem_kernel.dylib 0x36e336a4 __semwait_signal + 24 1 libsystem_c.dylib 0x3411e0f2 pthread_...
by kc.chen
17 May 2013 04:35
Forum: VLC media player for macOS Troubleshooting
Topic: play state is wrong?
Replies: 6
Views: 698

Re: play state is wrong?

VLC media player - 2.1.0-pre1
by kc.chen
16 May 2013 05:43
Forum: VLC media player for macOS Troubleshooting
Topic: play state is wrong?
Replies: 6
Views: 698

play state is wrong?

Hi, I try to play a .mov file on ios VLC, but find the player state is not right. It always returns "VLCMediaPlayerStateBuffering". I can see the "Stream buffering done" on console, but I didn't see the player state changed. Does anyone know the reason? Thanks!
by kc.chen
01 Sep 2012 18:05
Forum: VLC media player for macOS Troubleshooting
Topic: ios vlc quit after resume from sleep
Replies: 0
Views: 442

ios vlc quit after resume from sleep

Hi, I download the vlc 1.1.0 code and compile successfully on mac os 10.7, xcode 4.2 with ios 5.1. But I find it will quit when I try to make it resume from sleep. The way to reproduce is : play a movie, then press "power" button to make it sleep. And then resume from sleep, I find the vlc...
by kc.chen
27 Aug 2012 09:16
Forum: VLC media player for macOS Troubleshooting
Topic: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1
Replies: 11
Views: 4088

Re: iOS SDK 5.1 linker error for non_lazy_ptr in Xcode 4.4.1

I also meet the same problem but still no help comes!! : (
by kc.chen
15 Aug 2012 09:29
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5383

Re: compile error on vlc ios

thanks for help
: )
by kc.chen
15 Aug 2012 03:02
Forum: VLC for iOS, iPadOS and Apple TV
Topic: vlc compile error for iOS
Replies: 6
Views: 1681

Re: vlc compile error for iOS

You are not linking the modules...
Thanks for your reply, but how to link?
by kc.chen
14 Aug 2012 12:19
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5383

Re: compile error on vlc ios

i meet this same problem who can help? Do some change in MobileVLC/ImportedSources/vlc/modules/video_filter/Modules.am index 0585d6f..d976380 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -1,3 +1,6 @@ +#kc add for fix +LIBTOOL=@LIBTOOL@ --tag=CC + SUBDIRS = d...
by kc.chen
14 Aug 2012 12:16
Forum: VLC for iOS, iPadOS and Apple TV
Topic: vlc compile error for iOS
Replies: 6
Views: 1681

vlc compile error for iOS

Hi, I got the error when I try to build the vlc for iOS, Undefined symbols for architecture armv7: "_vlc_entry__karaoke", referenced from: _vlc_static_modules in libMobileVLCKit.a(VLCLibrary.o) "_vlc_entry__avi", referenced from: _vlc_static_modules in libMobileVLCKit.a(VLCLibrar...
by kc.chen
11 Aug 2012 18:07
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5383

Re: compile error on vlc ios

i meet this the same Problem。 i add --disable-asm in MobileVLC/ImportedSources/vlc/contrib/src/ffmpeg/rules.mak as this As this: FFMPEGCONF = \ --cc="$(CC)" \ --disable-doc \ --disable-decoder=libvpx \ --disable-decoder=bink \ --enable-libgsm \ --enable-libopenjpeg \ --disable-debug \ --d...
by kc.chen
11 Aug 2012 05:52
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5383

Re: compile error on vlc ios

./buildMobileVLC.sh [info] Preparing build dirs [info] Building [info] Building vlc [info] Building libvlc for the iOS [info] Using armv7 with SDK version 5.1 SDKROOT not specified, assuming /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk [info] ...
by kc.chen
10 Aug 2012 12:18
Forum: VLC media player for macOS Troubleshooting
Topic: compile error on vlc ios
Replies: 15
Views: 5383

compile error on vlc ios

configure: WARNING: Library kate >= 0.3.0 needed for kate was not found configure: WARNING: No package 'sdl' found. configure: WARNING: Library librsvg-2.0 >= 2.9.0 needed for svg was not found configure: WARNING: Library caca >= 0.99.beta14 needed for caca was not found configure: WARNING: Library ...
by kc.chen
06 Aug 2012 09:59
Forum: VLC for Android and Chrome OS
Topic: got error after play rtsp stream
Replies: 7
Views: 867

Re: got error after play rtsp stream

In file live555.cpp: static void Close( vlc_object_t *p_this ) { demux_t *p_demux = (demux_t*)p_this; demux_sys_t *p_sys = p_demux->p_sys; msg_Dbg( p_demux, "kc test: come to live555 Close" ); if( p_sys->p_timeout ) { //kc test msg_Dbg( p_demux, "kc test: come to vlc_cancel" ); v...
by kc.chen
03 Aug 2012 11:28
Forum: VLC for Android and Chrome OS
Topic: got error after play rtsp stream
Replies: 7
Views: 867

Re: got error after play rtsp stream

I think I can give more details about it. When we try to stop the play, then we will have to wait almost 1 minutes until it really stop. In the process, I only see 08-03 16:43:57.846: W/VLC(10022): [0x1b24938]: swscale filter can't get output picture 08-03 16:43:57.946: W/VLC(10022): [0x1b24938]: sw...
by kc.chen
03 Aug 2012 10:26
Forum: VLC for Android and Chrome OS
Topic: got error after play rtsp stream
Replies: 7
Views: 867

Re: got error after play rtsp stream

Seems like a bug.
Do you how to report the bug? : )
by kc.chen
03 Aug 2012 09:08
Forum: VLC for Android and Chrome OS
Topic: compile error on vlc android
Replies: 6
Views: 786

Re: compile error on vlc android

Now I have to add the header files into vlc/include folder to fix it, although it is not a good solution.
Did you not read my response? Use NDKr8 (not NDK r8b).
I am using the NDKr8 now.
by kc.chen
03 Aug 2012 09:07
Forum: VLC for Android and Chrome OS
Topic: got error after play rtsp stream
Replies: 7
Views: 867

got error after play rtsp stream

When I play a rtsp stream on vlc, when try to press "back" button, I will get the error as below: 08-03 09:09:25.701: W/VLC(8357): [0x1b0c898]: swscale filter can't get output picture 08-03 09:09:25.811: W/VLC(8357): [0x1b0c898]: swscale filter can't get output picture 08-03 09:09:25.911: ...
by kc.chen
02 Aug 2012 04:36
Forum: VLC for Android and Chrome OS
Topic: compile error on vlc android
Replies: 6
Views: 786

Re: compile error on vlc android

Last week I compile vlc android following the androidcompile, step by step, also got the error. I solve it by adding the following : 1.I add The header path to EXTRA_CFLAGS in compile.sh. add EXTRA_CFLAGS="${EXTRA_CFLAGS} -I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/include/include -I${ANDRO...
by kc.chen
30 Jul 2012 10:27
Forum: VLC for Android and Chrome OS
Topic: compile error on vlc android
Replies: 6
Views: 786

compile error on vlc android

When I run "sh compile.sh", got the error as below: CXX libspatializer_plugin_la-spatializer.lo ../../../modules/audio_filter/spatializer/spatializer.cpp:37:15: error: new: No such file or directory ../../../modules/audio_filter/spatializer/spatializer.cpp:38: error: 'std::nothrow' has not...

Go to advanced search