Search found 14 matches

Go to advanced search

by amareshram
30 Jul 2007 14:37
Forum: General VLC media player Troubleshooting
Topic: Unable to view a video image on YCbCr 4:2:2 video device
Replies: 2
Views: 651

Unable to view a video image on YCbCr 4:2:2 video device

Hi, I have ported the VLC-0.8.6a for TI Davinci platform. TI Davinci platform has 4 Framebuffer device (2 for Video supporting YCbCr 4:2:2 (UYVY), 1 for OSD supporting RGB and 1 for Attribute). I have added another FB module for supporting video framebuffer of Davinci. With this ported code, I am ab...
by amareshram
18 Jul 2007 07:43
Forum: General VLC media player Troubleshooting
Topic: VLC 0.8.6a on Davinci Platform - Poor A/V Quality
Replies: 3
Views: 794

Re: VLC 0.8.6a on Davinci Platform - Poor A/V Quality

no. and it is the only application running on platform. platform spec. is as follows: CPU speed: ~233MHz RAM: 64MB DDR While going through the source code, I observe that some comparision is made out based on some #define provided in vlc_config.h for audio/video. I am planning to play with them but ...
by amareshram
17 Jul 2007 15:05
Forum: General VLC media player Troubleshooting
Topic: VLC-0.8.6a on Davinci - Window Resizing
Replies: 0
Views: 369

VLC-0.8.6a on Davinci - Window Resizing

Hi, I have ported the VLC-0.8.6a on Davinci. I am trying to resize the video window using remote interface command "vzoom". With trace enabled, it says that window size has been changed but I don't see any change in the renderer screen. VLC is using Framebuffer for video rendering. Can som...
by amareshram
17 Jul 2007 14:36
Forum: General VLC media player Troubleshooting
Topic: VLC-0.8.6a on Davinci - System Hangs after playing media fil
Replies: 0
Views: 349

VLC-0.8.6a on Davinci - System Hangs after playing media fil

Hi,

I have ported the VLc-0.8.6a on Davinci and try to play mpeg-2 A/V media clip. After playing the media clip, VLC player hangs and I need to hard boot the platform.

Can someone help me resolve the issue?


regards/Amaresh
by amareshram
17 Jul 2007 14:32
Forum: General VLC media player Troubleshooting
Topic: VLC 0.8.6a on Davinci Platform - Poor A/V Quality
Replies: 3
Views: 794

VLC 0.8.6a on Davinci Platform - Poor A/V Quality

Hi, I have ported the VLC-0.8.6a on TI's Davinci Platform. I am able to play mpeg-2 a/v media file but the audio/video quality is not good. When I run it with trace, I observer following messages: [00000254] main video output warning: late picture skipped (-232682) [00000253] main audio output debug...
by amareshram
04 Jun 2007 07:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross-Compilation 0.8.6a for Davinci
Replies: 5
Views: 1808

Cross-Compilation 0.8.6a for Davinci

Hi Jean-Baptiste, thanks for you suggestion. I have recompiled the contrib for Davinci and change the lib_path to the right folders. Now error referencing to wrong library is removed but still I am getting linking errors. Find below the error log: ********************************** arm_v5t_le-gcc -W...
by amareshram
21 May 2007 12:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross-Compilation 0.8.6a for Davinci
Replies: 5
Views: 1808

Cross-Compilation 0.8.6a for Davinci

yes. I have recompiled the contrib.
by amareshram
21 May 2007 11:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross-Compilation 0.8.6a for Davinci
Replies: 5
Views: 1808

Cross-Compilation 0.8.6a for Davinci

I have successfully configured VLC 0.8.6a for cross compilation for TI's Davinci Platform. But compilation fails at the time of linking the various binary with following reason: /usr/lib/libpng.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [vlc] Er...
by amareshram
18 May 2007 11:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross Compilation of VLC 0.8.6a for TI's Davinci Platform
Replies: 5
Views: 1251

Cross Compilation of VLC 0.8.6a for TI's Davinci Platform

I am able to successfully configured the VLC 0.8.6a for cross compilation for TI's Davinci Platform. But compilation fails at the time of linking the various binary with following reason: /usr/lib/libpng.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: **...
by amareshram
14 May 2007 11:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross Compilation of VLC 0.8.6a for TI's Davinci Platform
Replies: 5
Views: 1251

Cross Compilation of VLC 0.8.6a for TI's Davinci Platform

I have changed the --host to --host=i686-pc-linux-gnu in the configuration and now the configuration is set for cross-compilation.

Though the configuration still fails as it is looking for FFMPEG file hirarchy so now I am making the contrib for VLC.
by amareshram
14 May 2007 07:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross Compilation of VLC 0.8.6a for TI's Davinci Platform
Replies: 5
Views: 1251

Cross Compilation of VLC 0.8.6a for TI's Davinci Platform

I tried with following configuration: --------------------------------------------------- ./bootstrap && PATH=/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linuxeabi/bin:$PATH \ CFLAGS="-D__stdcall= -D_OFF_T_ -I/opt/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/inclu...
by amareshram
11 May 2007 13:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross Compilation of VLC 0.8.6a for TI's Davinci Platform
Replies: 5
Views: 1251

Cross Compilation of VLC 0.8.6a for TI's Davinci Platform

Hi, I am trying to configure VLC 0.8.6a for TI Davinci Platform. TI Davinci Platform has ARM926EJ-S architecture based processor and platform is available with montavista linux with kernal v 2.6.10. the cross compiler for gcc is arm_v5t_le-gcc. can someone help me to put the right configuration para...
by amareshram
13 Apr 2007 06:18
Forum: General VLC media player Troubleshooting
Topic: vlc-0.8.6a compilation on WinCE Platform
Replies: 3
Views: 1550

Thanks for the information. I have installed CeGCC downloaded from ftp://ftp.berlios.de/pub/cegcc/cegcc-linux-0.03.tar.gz and tried to compile the sample code provided on http://cegcc.berlios.de/prerelease.html. It produces following error: *********** arm-wince-pe-gcc: error while loading shared li...
by amareshram
06 Apr 2007 13:01
Forum: General VLC media player Troubleshooting
Topic: vlc-0.8.6a compilation on WinCE Platform
Replies: 3
Views: 1550

vlc-0.8.6a compilation on WinCE Platform

I have downloaded source for VLC-0.8.6a and successfully compiled on Window environment using cygwin and contrib. Now I am trying to compile the same for the WINCE. I have downloaded and installed cross-compiler as well as contrib available for wince on VLC portal. But on issueing configure request ...

Go to advanced search