Search found 9 matches

Go to advanced search

by zplzk2
23 May 2012 10:10
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hang in 1.1.11
Replies: 5
Views: 2149

Re: libvlc_media_player_stop() hang in 1.1.11

Oh, sorry, I misunderstood you. The stack inside libvlc is as followed, just the same with @solud in this thread: http://forum.videolan.org/viewtopic.php?f=32&t=87932 ntdll.dll!NtWaitForSingleObject() kernel32.dll!WaitForSingleObjectEx() libvlccore.dll!vlc_join() I'd double check my App and repo...
by zplzk2
23 May 2012 09:29
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hang in 1.1.11
Replies: 5
Views: 2149

Re: libvlc_media_player_stop() hang in 1.1.11

Thanks, Remi, for the quick reply. I've checked with WinDbg and Visual Studio TrackStack to see the actual call stack, nothing unusual. My own application is not dead-locked, 'cause I added a lock to make sure no thread / method re-entry in the libvlc_media_player_stop() invoke procedure. The lock w...
by zplzk2
23 May 2012 07:21
Forum: Development around libVLC
Topic: libvlc_media_player_stop() hang in 1.1.11
Replies: 5
Views: 2149

libvlc_media_player_stop() hang in 1.1.11

Hi guys, I know it's an old topic, but it happens again in vlc 1.1.11, and I am sure I didnot call libvlc_media_player_stop() and libvlc_media_player_play() too close or in different threads simultaneously because I've checked my log. I've already checked these threads in the forum, but without luck...
by zplzk2
28 Dec 2011 07:08
Forum: VLC stream-output (sout)
Topic: VLC 1.02 transcode with twice aspect-ratio
Replies: 3
Views: 1028

Re: VLC 1.02 transcode with twice aspect-ratio

I do not know if my vlc version is too old (1.0.2), because in this thread I found somebody met the same problem with me http://forum.videolan.org/viewtopic.php?f=14&t=59658&p=230541 and bug #2793 seems to fix that in Dec. 2009, when 1.1 is about to come http://trac.videolan.org/vlc/ticket/2...
by zplzk2
27 Dec 2011 04:05
Forum: VLC stream-output (sout)
Topic: VLC 1.02 transcode with twice aspect-ratio
Replies: 3
Views: 1028

VLC 1.02 transcode with twice aspect-ratio

Hi guys, I know it is an old problem, and I've looked upon everywhere trying to find a solution but got nothing. Here is my problem: vlc 1.02, transcode 720p source(1280*720) with sout options, everything OK vlc 1.02, transcode 480p 576p NTSC or PAL, with the same sout options(except the vfilter siz...
by zplzk2
26 Dec 2011 07:58
Forum: VLC stream-output (sout)
Topic: transcode and size problem
Replies: 1
Views: 896

Re: transcode and size problem

I have met exactly the same problem with cable007 I am using vlc 1.0.2 two major issues: 1) aspect-ratio not right——incorrect width is the same as screen-width, this only happens when the source is 480p(720*480) or 576p(720*576). when the source is 720p(1280*720), the aspect is right 2) the first 5 ...
by zplzk2
12 Dec 2011 02:24
Forum: VLC stream-output (sout)
Topic: Stream MPEG-TS on UDP out questions
Replies: 1
Views: 1803

Re: Stream MPEG-TS on UDP out questions

add this para:

sout=#transcode{vcodec=mp2v,fps=30}:std{access=udp,mux=ts,dst=[yourip:yourport]}

hope that will work
by zplzk2
08 Dec 2011 06:26
Forum: VLC stream-output (sout)
Topic: [Solved]how to avoid sout file be overwritten?
Replies: 0
Views: 358

[Solved]how to avoid sout file be overwritten?

hi guys, right now I'm doing a project with C# and VLC, here is my problem: my program would transcode some live signals with vlc and save them to local files, also, my program should be able to play various kinds of local files. these two functions work fine separately, but when I dynamically chang...
by zplzk2
28 Nov 2011 09:54
Forum: Development around libVLC
Topic: [Solved]Endreached Issues
Replies: 0
Views: 682

[Solved]Endreached Issues

Hi guys, I know that the event Endreached have been asked for many times, both in and out of this forum, but sadly few threads have been solved till now So here is my question: I am using C# and libvlc, my app can handle the endreached event but before I set stop and play, it dead totally(because vl...

Go to advanced search