Search found 29 matches

Go to advanced search

by 5kinman
05 Jul 2012 12:23
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hangs for libvlc 2.0.1-4
Replies: 7
Views: 1626

Re: libvlc_media_player_stop() hangs for libvlc 2.0.1-4

So, the only thing we can do is waiting for the next update of libvlc and try if this kind of issue is fixed or not?
by 5kinman
27 Jun 2012 03:13
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hangs for libvlc 2.0.1-4
Replies: 7
Views: 1626

Re: libvlc_media_player_stop() hangs for libvlc 2.0.1-4

Thanks for the quick reply. I've tried the application in gdb with re-compiling in Qt with debug mode. I found that each time when the income stream is not well decoded, libvlc has the following output to the terminal: libdvbpsi error (PSI decoder): TS discontinuity (received [A number], expected 0)...
by 5kinman
26 Jun 2012 11:19
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hangs for libvlc 2.0.1-4
Replies: 7
Views: 1626

libvlc_media_player_stop() hangs for libvlc 2.0.1-4

I am using the ubuntu 12.04 and libvlc-dev 2.0.1-4 for developing a video-stream client via the udp multicast protocol. Most of the time the stream can be played smoothly. However if the stream cannot be decoded correctly (some packet has lost?) at the very beginning, the libvlc cannnot stop the str...
by 5kinman
20 Jul 2010 05:43
Forum: Web and scripting
Topic: Setting not matching for GUI and ActiveX...
Replies: 1
Views: 991

Re: Setting not matching for GUI and ActiveX...

After tested with a small VB.net application, it seems that the activeX component of VLC have different behavior compare with the VLC itself. I guest the demux option for the activeX component is partially function. When I do not set the demux option when reading the ffmpeg-demuxer-required stream, ...
by 5kinman
15 Jul 2010 08:14
Forum: Web and scripting
Topic: Setting not matching for GUI and ActiveX...
Replies: 1
Views: 991

Setting not matching for GUI and ActiveX...

Hi all, I have install the lastest version of VLC (1.1.0). When I play the live stream from a server, I need to change the demuxer to "ffmpeg demuxer". The stream can also be played when I open the VLC via command prompt: vlc --demux=ffmpeg udp:\\@224.0.0.40:1234 where the server broadcast...
by 5kinman
14 Jul 2010 04:03
Forum: Web and scripting
Topic: Cannot embed VLC into VB.net
Replies: 8
Views: 7480

Re: Cannot embed VLC into VB.net

I have try on another machine. There is no VLC installed before the VB.net installs. After the VB.net finish installing, I start the VB.net and then install the VLC 1.1.0 In that case the VLC can be embedded into the VB.net now without error. I would like to know the appropriate procedure for upgrad...
by 5kinman
09 Jul 2010 04:43
Forum: VLC media player for Windows Troubleshooting
Topic: Minimize latency when reading live stream at VLC1.1.0
Replies: 1
Views: 221

Minimize latency when reading live stream at VLC1.1.0

Hi All, There is a Experimental setting named "Minimize latency when reading live stream" under the catalog "Advanced" for VLC version 0.9.8a. However, when I am have re-install the lastest VLC version 1.1.0, such setting disappeared. I would like to know where can I get this set...
by 5kinman
24 Jun 2010 12:18
Forum: Web and scripting
Topic: Cannot embed VLC into VB.net
Replies: 8
Views: 7480

Cannot embed VLC into VB.net

Hi All,

After installing the lastest VLC V1.1.0, I found that VB.net cannot embed VLC as an activeX application......

The embedding of VLC is success at V1.0.5 and older version.

Do anyone know why would this happened and how to solve it?
by 5kinman
25 May 2010 03:56
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot play multicast stream
Replies: 3
Views: 1360

Re: Cannot play multicast stream

Thx for the reply. I have download these 2 versions at the nightly build ftp 1.1.0-rc-20100525-0202-win32 and 1.2.0-git-20100525-0003-win32 Both versions have been tested and they have the same result as the release version 1.0.5: The video freeze, message box repeating shows these messages ts warni...
by 5kinman
24 May 2010 10:57
Forum: VLC media player for Windows Troubleshooting
Topic: Cannot play multicast stream
Replies: 3
Views: 1360

Cannot play multicast stream

When using the VLC 0.9.8a, the stream plays with only video output. There is audio track within the stream but the VLC cannot output. If I update to VLC 1.0.0, the player only show the 1st second. Here is the message log when playing the stream: main debug: processing request item udp://239.192.255....
by 5kinman
02 Mar 2010 10:52
Forum: Web and scripting
Topic: VLC activeX plugin hangup in Vista
Replies: 0
Views: 561

VLC activeX plugin hangup in Vista

When using the activeX plugin of VLC 0.9.8a in Vista, the PC hangs up when closing the plugin.

The PC will show the blue screen.......

Any solution besides using other version of VLC?
by 5kinman
26 Feb 2010 07:58
Forum: Web and scripting
Topic: VLC Version1.0.5 vs Version0.8.6i
Replies: 0
Views: 1019

VLC Version1.0.5 vs Version0.8.6i

I am using the ActiveX plugin of VLC to play some IP streams. Those target streams work fine with vlc0.8.6i, but the screen will be paused automatically when using vlc1.0.5. However, the ActiveX plugin of vlc0.8.6i do not support the following methods, which vlc1.0.5 handles normally - video.crop ; ...
by 5kinman
02 Feb 2010 02:26
Forum: Web and scripting
Topic: import VLC to VB.net
Replies: 2
Views: 3609

Re: import VLC to VB.net

I have try to re-install the VLC but still nothing about VLC appear in the tag "COM Components" of the "Choose Toolbox Items" popup. Then I try to use the "Browse" button to add the component by myself, and the VB.net told me that "Self-registration for C:\Program ...
by 5kinman
01 Feb 2010 10:11
Forum: Web and scripting
Topic: import VLC to VB.net
Replies: 2
Views: 3609

import VLC to VB.net

I have try to import the axvlc.dll to the VB2008 project.
But there is only a namespace AXVLC, and no AxAXVLC namespace is present.

Can anyone show me the functional step to add the activeX plugin to VB.net?

P.S. I am using Vista and VB2008.net, and the VLC is of version 1.05

Thx
by 5kinman
29 Oct 2009 04:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Embedded VLC into a C/C++ program
Replies: 5
Views: 1987

Re: Embedded VLC into a C/C++ program

I have installed the VLC 1.0.2 Goldeneye version at Ubuntu 9.10 beta. But I can only find the libvlc file with extension .so , .so.2, .so.2.2.1 and etc.. Where can I find the appropriate library file for the software development? BTW, is there any suggestion for the application development software?...
by 5kinman
07 Oct 2009 03:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Embedded VLC into a C/C++ program
Replies: 5
Views: 1987

Re: Embedded VLC into a C/C++ program

Thx for the reply.

Do you mean that I should add the libvlc to my project and just call the functions in the libvlc?
by 5kinman
06 Oct 2009 05:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Embedded VLC into a C/C++ program
Replies: 5
Views: 1987

Embedded VLC into a C/C++ program

Hi All,

I am trying to write a IPTV client running in Linux.
Can I embed the VLC into the program (Just like using VLC ActiveX plugin in Window) so that the client will not start a new instance of VLC?

Thx
by 5kinman
12 Jan 2009 11:28
Forum: Web and scripting
Topic: IE always hang ??? [fixed]
Replies: 5
Views: 974

Re: IE always hang ???

Thanks for the reply.

I'll try to run VLC on the IE with other html codings to solve the problem.
by 5kinman
08 Jan 2009 03:41
Forum: Web and scripting
Topic: IE always hang ??? [fixed]
Replies: 5
Views: 974

Re: IE always hang ???

Thx for the reply.

I've try to do other vlc operation after 500ms. But the IE hang up and require to close with the following:

Code: Select all

AppName: iexplore.exe AppVer: 7.0.6000.16762 ModName: libvlc.dll ModVer: 0.0.0.0 Offset: 00004d00
by 5kinman
07 Jan 2009 10:49
Forum: Web and scripting
Topic: IE always hang ??? [fixed]
Replies: 5
Views: 974

IE always hang ??? [fixed]

I am using the IE 7.0, and VLC 0.9.8a I don't know why the html page will crash the IE ... (the JS file VLCobject is downloaded from revolunet ) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE> Streaming Client </TITLE> </HEAD> <BODY> <center> <div id=&q...
by 5kinman
18 Dec 2008 11:31
Forum: VLC stream-output (sout)
Topic: Can a DVB-T source being down-scaling before streaming?
Replies: 3
Views: 471

Re: Can a DVB-T source being down-scaling before streaming?

I have install Fedora 10 and the VLC, but cannot stream out . (I am using the GUI)

The message window display the following:

main error: could not create access

Can anyone help me?
by 5kinman
11 Dec 2008 11:35
Forum: Web and scripting
Topic: Questions ablout ActiveX Control on IE?
Replies: 3
Views: 923

Re: Questions ablout ActiveX Control on IE?

Thx for the reply.

I can change the sub-title and the audio track after using VLC 0.9.8a. (0.9.6 seems does not support H.264 when receiving stream, but 0.8.6 does).

But sometimes the screen is still with rubbish (green / black squares). Still trying to fix this...
by 5kinman
03 Dec 2008 08:48
Forum: Web and scripting
Topic: Questions ablout ActiveX Control on IE?
Replies: 3
Views: 923

Questions ablout ActiveX Control on IE?

I am using the VLC 0.8.6i as the plugin for IE 7.0. When receiving multicast stream of a DVB-T source, the following problems occur: 1. The display area become a mess sometimes. Most of the area is filled with squares of either black or green. The remaining area can display something I think will be...
by 5kinman
02 Dec 2008 03:08
Forum: VLC stream-output (sout)
Topic: HELP! Several Questions about ActiveX Control...
Replies: 0
Views: 134

HELP! Several Questions about ActiveX Control...

My OS is WindowXP and already install VLC 0.8.6. I would like to use a html as a client side receiving the multicast streaming DVB-T signal. Here are the problems I am facing: 1. In some cases, the VLC cannot display correctly. A small part of the display is what I want to see, some small part displ...
by 5kinman
01 Dec 2008 05:42
Forum: VLC stream-output (sout)
Topic: Can a DVB-T source being down-scaling before streaming?
Replies: 3
Views: 471

Can a DVB-T source being down-scaling before streaming?

Dear All, Is it possible to use a SINGLE VLC application to do the following? (I don't want using 2 or more VLC player to complete this) 1. Capture a DVB-T source from a TV-tuner card 2. Down-scale the signal 3. Multicast the processed signal I am using VLC .96 of Window version. If a Window OS is n...

Go to advanced search