Search found 43 matches

Go to advanced search

by Kevin Hoang
08 Apr 2011 04:17
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

Re: No sound when playing .avi with H264-MPEG4, why?

yes, in both

I haven't set audio output. In Fedora 13, this works fine, this problem occurs when I upgrade to fedora 14.
by Kevin Hoang
05 Apr 2011 12:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC causes segmentation fault in Fedora KDE
Replies: 5
Views: 1605

Re: VLC causes segmentation fault in Fedora KDE

I think this is a bug in Qt Module. The Qt frameworks destroy all of child widgets automatically, so if you have code like this: /** * QObject in this code can be: QWidget, QList, and etc. */ //In parent Object or main code QObject sObject(...); QObject* object; object = &sObject; //and some whe...
by Kevin Hoang
05 Apr 2011 12:38
Forum: Development around libVLC
Topic: libvlc_media_player_release causes segment fault?
Replies: 6
Views: 1146

Re: libvlc_media_player_release causes segment fault?

I found where cause this problem, by use valgrind debugger. The problem in Qt, not in libvlc. It works fine now...

@f!oc: I think you have problem like me! Can you show me your code, I can help you fix it!
by Kevin Hoang
05 Apr 2011 10:47
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

Re: No sound when playing .avi with H264-MPEG4, why?

Yes, I have. But nothing different between them.

I try to open vlc on terminal with vlc -vvv and compare with log created by qt program. It's the same. So I don't know why it does not works with QT program.
by Kevin Hoang
05 Apr 2011 08:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC causes segmentation fault in Fedora KDE
Replies: 5
Views: 1605

VLC causes segmentation fault in Fedora KDE

I open vlc in the following details: - Open terminal - Type vlc, it open vlc gui application - Select a file to play by File > Open File ... (my example is a .mov file) When I click 'Close button' it show the following error message in Terminal: Program received signal SIGSEGV, Segmentation fault. 0...
by Kevin Hoang
05 Apr 2011 07:37
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

Re: No sound when playing .avi with H264-MPEG4, why?

I open my .mov with vlc by File > Open File ...

My source code with libvlc is a copy in http://wiki.videolan.org/LibVLC_SampleCode_Qt

PS: What happen with this forum in few days ago, i can not login, can not post or edit, ... always return 404 error message
by Kevin Hoang
31 Mar 2011 11:01
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

Re: No sound when playing .avi with H264-MPEG4, why?

Yes, exactly! I don't know why...

I found this link: http://mailman.videolan.org/pipermail/v ... 06873.html

the output the same with me!
by Kevin Hoang
31 Mar 2011 10:49
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

H264-MPEG4, No sound?

I have checked, all of vlc packages is the same (1.1.8 ). I found that the original is .mov file (Quicktime Movie), not .avi!
by Kevin Hoang
31 Mar 2011 08:31
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

H264-MPEG4, No sound?

Anybody know how to fix this problem?
by Kevin Hoang
30 Mar 2011 06:37
Forum: Development around libVLC
Topic: No sound when playing .avi with H264-MPEG4, why?
Replies: 11
Views: 2413

No sound when playing .avi with H264-MPEG4, why?

I try with other file type it still works, and with vlc compiled program it works file. But, with libvlc in QT Program I got the following message, and no sound. The output: [0x7f6d20001a70] mp4 stream warning: detected moov hidden in a free box ... [0x7f6d18001a70] mp4 stream warning: unknown box t...
by Kevin Hoang
25 Mar 2011 15:21
Forum: Development around libVLC
Topic: Does libvlc support visualizations, how to invoke it?
Replies: 3
Views: 530

Re: Does libvlc support visualizations, how to invoke it?

I have searched before, but I found nothing!
by Kevin Hoang
25 Mar 2011 10:05
Forum: Development around libVLC
Topic: Does libvlc support visualizations, how to invoke it?
Replies: 3
Views: 530

Does libvlc support visualizations, how to invoke it?

I try with livlc_media_add_options like this:

livlc_media_add_options(":audio-visual=spectrum");

But nothing happen after!
by Kevin Hoang
21 Mar 2011 16:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Could not playy VCDs Disk with VLC on Fedora 14
Replies: 6
Views: 841

Re: Could not playy VCDs Disk with VLC on Fedora 14

Does this module have been resolved in the next version? How may I help you?
by Kevin Hoang
21 Mar 2011 16:28
Forum: Development around libVLC
Topic: How to play Audio CDs with libVLC?
Replies: 9
Views: 1847

Re: How to play Audio CDs with libVLC?

You are absolutely right! Thank you very much!
by Kevin Hoang
21 Mar 2011 15:31
Forum: Development around libVLC
Topic: How to play Audio CDs with libVLC?
Replies: 9
Views: 1847

Re: How to play Audio CDs with libVLC?

As you said, I try to parse a audio CD to get list of sub-items like this: libvlc_media_t* media = libvlc_media_new_location(instance, "cdda:///dev/cdrom3"); libvlc_media_list_t* mediaList = libvlc_media_subitems(media); But, I don't know why mediaList is NULL value after call libvlc_media...
by Kevin Hoang
19 Mar 2011 12:35
Forum: Development around libVLC
Topic: How to play Audio CDs with libVLC?
Replies: 9
Views: 1847

Re: How to play Audio CDs with libVLC?

Yes, the same. I got an error message: main stream error: cannot pre fill buffer. But I try with compiled vlc program it works well
by Kevin Hoang
19 Mar 2011 05:39
Forum: Development around libVLC
Topic: How to play Audio CDs with libVLC?
Replies: 9
Views: 1847

How to play Audio CDs with libVLC?

I try to play audio CD same as DVD way, but it does not works. So, how to play a Audio CDs and get list of track?
by Kevin Hoang
19 Mar 2011 05:23
Forum: Development around libVLC
Topic: How to get the song title list in a DVD by use LibVlc?
Replies: 4
Views: 631

Re: How to get the song title list in a DVD by use LibVlc?

Thank you very much!

Can you help me a simple code about this?
by Kevin Hoang
17 Mar 2011 12:51
Forum: Development around libVLC
Topic: How to get the song title list in a DVD by use LibVlc?
Replies: 4
Views: 631

Re: How to get the song title list in a DVD by use LibVlc?

Exactly I want to get this title list to help user select a song they want to play! Do you know which library help me do this?

I have a new question: Which event helps me know what song had been selected?
by Kevin Hoang
17 Mar 2011 11:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Could not playy VCDs Disk with VLC on Fedora 14
Replies: 6
Views: 841

Re: Could not playy VCDs Disk with VLC on Fedora 14

It mean that we need to figure out and write a module to play VCD? Do we have a maintainer for this?
by Kevin Hoang
17 Mar 2011 11:51
Forum: Development around libVLC
Topic: How to get the song title list in a DVD by use LibVlc?
Replies: 4
Views: 631

How to get the song title list in a DVD by use LibVlc?

I want to get the song title list in a DVD like the following image:
Image

My question is: How to get this title list and which function help me go to next song?
by Kevin Hoang
14 Mar 2011 08:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Could not playy VCDs Disk with VLC on Fedora 14
Replies: 6
Views: 841

Re: Could not playy VCDs Disk with VLC on Fedora 14

I think this problem happened with Nero VCDs. Any body know how to fix this problem?
by Kevin Hoang
14 Mar 2011 05:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Could not playy VCDs Disk with VLC on Fedora 14
Replies: 6
Views: 841

Could not playy VCDs Disk with VLC on Fedora 14

I try to play a VCD with VLC: Media > Open Disc... > SVCD/VCD

Other Details:
Disk Device: /dev/sr0
Entry 1

But it does not play and make hang of CDROM. I try with mplayer it still works fine. This is only problem with VCDs (DVD and Audio CD works file).

How to play VCDs Video by VLC?
by Kevin Hoang
23 Feb 2011 11:05
Forum: Development around libVLC
Topic: How to set width and height of video in libvlc?
Replies: 1
Views: 533

How to set width and height of video in libvlc?

which functions help me do this?
by Kevin Hoang
27 Jan 2011 15:20
Forum: Development around libVLC
Topic: Does libvlc support Unicode?
Replies: 4
Views: 592

Re: Does libvlc support Unicode?

Look at the libvlc APIs, it only allow basic c string (char*), so how may I add unicode file name to my player?

Go to advanced search