Search found 8 matches

Go to advanced search

by Raymon.du
06 Jun 2006 08:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

This problem was closed:)

libebml has a bug doing CRC under MIPS little endian CPUs. It considers MIPS CPUs as BIG endian:(

VLC is OK to play mkv under MIPS CPU now.
by Raymon.du
18 May 2006 10:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to build VLC with Ogg/Vorbis support?
Replies: 4
Views: 1772

Perhaps we have the similar problem:
viewtopic.php?p=65748#65748
I use ffmpeg to demux mkv. But do not want ffmpeg to decode audio and video.
by Raymon.du
18 May 2006 09:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem compiling vlc-0.8.4a in the ffmpeg.c file
Replies: 3
Views: 1231

Perhaps the gcc can not find the include file of ffmpeg.c. Check your configuration. Pay attention to the -I option, is there some worning from gcc? Such like "could not fine *.h"
by Raymon.du
18 May 2006 09:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

I have test with ffmpeg's mkv demux in VLC. The demuxer works well. But the audio sounds not good. Perhaps the ffmpeg's mp3 decoder is not fit to my enviroment. My question is how to specify the mad for audio decode and libmpeg2 for video decode while using ffmpeg's mkv demux at the command line inp...
by Raymon.du
12 May 2006 04:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

Could anyone who have MIPS cpu help to test the mkv file playing? Or even only the audio track? I guess the problem lies in demux procedure.
Thanks in advance.
by Raymon.du
10 May 2006 17:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

Tried with -g -O0

problem is still there:(
I also tried with shared lib. And the latest ebml 0.7.7

Why the audio and video blocked without worning and error?
by Raymon.du
10 May 2006 10:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

I've only seen the "PTS out of range" errors when the host couldn't decode the video fast enough. On my Roku box (MIPS) I see this with mpegs, still working on it...

Did you build Matroska with optimization turned on (-O)?
Yes, Matroska use -O2 as default.
I will try with -O0
by Raymon.du
09 May 2006 16:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: problem with VLC play mkv files under MIPS cpu
Replies: 6
Views: 3145

problem with VLC play mkv files under MIPS cpu

Excuse me for my english. I am using VLC to play only mpeg2 video under MIPS cpu, and crosscompiled VLC with the configuration below. It plays well with mpg file under MIPS. But when it plays mkv encapsulated mpg2 video and mp3 audio files both the video and the audio were blocked. Only a very shot ...

Go to advanced search