Search found 46 matches

Go to advanced search

by henrymark
24 Apr 2013 08:39
Forum: Development around libVLC
Topic: Help for using libvlc_media_get_stats libvlc 2.0.6?
Replies: 8
Views: 1561

Re: Help for using libvlc_media_get_stats libvlc 2.0.6?

I just try two ways,and both always return zero. 1. [DllImport("libvlc")] public static extern int libvlc_media_get_stats(MediaPlayerHandle mediaPlayerHandle, ref libvlc_media_stats_t stats); libvlc_media_stats stats = new libvlc_media_stats(); libvlc_media_get_stats(MediaPlayerHandle, ref...
by henrymark
24 Apr 2013 05:53
Forum: Development around libVLC
Topic: Help for using libvlc_media_get_stats libvlc 2.0.6?
Replies: 8
Views: 1561

Re: Help for using libvlc_media_get_stats libvlc 2.0.6?

Thanks for your reply,sherington , sorry about my poor coding experience.

Could you please give me some advice or hint.

Maybe I have written wrong code.In c#, I use [out] to get libvlc_media_stats_t structure. Is this right??
by henrymark
23 Apr 2013 03:32
Forum: Development around libVLC
Topic: Help for using libvlc_media_get_stats libvlc 2.0.6?
Replies: 8
Views: 1561

Re: Help for using libvlc_media_get_stats libvlc 2.0.6?

Thanks a lot for reply.

I just checked the play state were playing(rtsp).

So I don't know that if my usage is wrong or this function not work?
by henrymark
22 Apr 2013 11:38
Forum: Development around libVLC
Topic: Help for using libvlc_media_get_stats libvlc 2.0.6?
Replies: 8
Views: 1561

Help for using libvlc_media_get_stats libvlc 2.0.6?

When I use libvlc_media_get_stats in c#, I always get zero in all fields? Does anybody get right response in this function? My Code just like: libvlc_media_get_stats(IntPtr handle, out libvlc_media_stats_t info); [StructLayout(LayoutKind.Sequential)] struct libvlc_media_stats { public float f_demux_...
by henrymark
19 Apr 2013 11:34
Forum: General VLC media player Troubleshooting
Topic: v2.0.6 rtsp Bug
Replies: 1
Views: 414

Re: v2.0.6 rtsp Bug

BTW, the debug message like: avcodec error: more than 5 seconds of late video -> dropping frame (computer too slow ?) main warning: audio output out of sync, adjusting dates (60800 us) main warning: not synchronized (60804 us), resampling main warning: picture is too late to be displayed (missing 11...
by henrymark
19 Apr 2013 10:50
Forum: General VLC media player Troubleshooting
Topic: v2.0.6 rtsp Bug
Replies: 1
Views: 414

v2.0.6 rtsp Bug

Hi, folks, When I try to play rtsp with vlc,there are two situations happened. One is the video decoder will stop decoding after few minutes, and the video will freeze. The other is the decoder will drop a lot of frames, then display will slow down and being not smooth. But althogh the display will ...
by henrymark
05 Mar 2012 04:24
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.0 AMR audio is intermittent
Replies: 1
Views: 284

VLC 2.0 AMR audio is intermittent

Dear vlc team, When I play rtsp or mp4 file with AMR audio, the audio will be cutting about per 5 seconds periodically. This situation also happen on vlc 1.1.0 and later which support amr format. I try mp4 file with AMR audio on QuickTime player, and this intermittent situation won't happen. Will VL...
by henrymark
08 Feb 2012 12:29
Forum: General VLC media player Troubleshooting
Topic: IPv6 supporting on video on demand
Replies: 14
Views: 2484

Re: IPv6 supporting on video on demand

hahaha, it maybe the cruelly truth. But so many solutions (to compile with modified vlc source code ) have post on blogger, will vlc team need waiting for live555 team?
by henrymark
08 Feb 2012 06:50
Forum: General VLC media player Troubleshooting
Topic: IPv6 supporting on video on demand
Replies: 14
Views: 2484

Re: IPv6 supporting on video on demand

Will the next version has rtsp ipv6 feature? thanks!
by henrymark
03 Mar 2011 08:02
Forum: Development around libVLC
Topic: libvlc_video_take_snapshot() in C#
Replies: 2
Views: 2158

Re: libvlc_video_take_snapshot() in C#

Excuse me, could you share your method? I have the same problem! Thx A Lot!
by henrymark
09 Feb 2011 04:18
Forum: VLC media player for Windows Troubleshooting
Topic: ffmpeg revision for vlc-1.0.5
Replies: 10
Views: 1555

Re: ffmpeg revision for vlc-1.0.5

Today I see the whole new VLC page that moves me, I want to say THANKS VERY VERY MUCH for the effort, support , of all of VLC Team.
by henrymark
11 Jan 2011 04:28
Forum: VLC media player for Windows Troubleshooting
Topic: ffmpeg revision for vlc-1.0.5
Replies: 10
Views: 1555

Re: ffmpeg revision for vlc-1.0.5

Would you please share the solution ? (About the ffmpeg's parameters of configure, or some infomation to resolve.)Thanks a lot.
by henrymark
04 Jan 2011 07:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compile VLC 1.0.5 with amr support
Replies: 3
Views: 4023

Re: Compile VLC 1.0.5 with amr support

Does anyone build vlc 1.0.5 with AMR by compile ffmpeg and vlc1.0.5 successfully?

I try build on cygwin, but vlc always tell me he can't recogonize amr declared in header file.
by henrymark
11 May 2010 09:13
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Re: Problem! libvlc_audio_set_mute doesn't work?

Hi, all I know v1.0.5 all the audio function not work, but I try the v1.0.5 fullscreen feature, it will reparent and can back to original handle by itself, so vlc can reparent by itself. So I want to know will we have chance to change handle to let toggle_fullscreen works in future version?? Thanks ...
by henrymark
10 May 2010 11:27
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Re: Problem! libvlc_audio_set_mute doesn't work?

Thanks again, Rémi Denis-Courmont!
But I think when playing the vlc won't forward the mouse event so I can't get the double click event. or any other api can forward the mouse event?
Thanks.
by henrymark
06 May 2010 11:27
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Re: Problem! libvlc_audio_set_mute doesn't work?

Thanks for your reply, Rémi Denis-Courmont ! I just use the libvlc_media_player_set_hwnd to set drawable handle, and I don't know which function I can use to set_hwnd to none to let toggle_fullscreen work? It's means that I just try to use libvlc_media_player_set_hwnd to none to let fullscreen work,...
by henrymark
05 May 2010 09:06
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Re: Problem! libvlc_audio_set_mute doesn't work?

Anyone try this API to set fullscreen??
by henrymark
05 May 2010 08:51
Forum: Development around libVLC
Topic: libvlc_media_player_get_time() return -1
Replies: 5
Views: 1026

Re: libvlc_media_player_get_time() return -1

Does it is normal ?? When playing you will get correct time, otherwise you will get -1.
by henrymark
04 May 2010 03:03
Forum: Development around libVLC
Topic: Help! libvlc_media_player_get_fps always return 0 !
Replies: 7
Views: 1920

Re: Help! libvlc_media_player_get_fps always return 0 !

Thx for your response,and I just try v1.1 library to get fps and it works. So you can try v1.1 to get fps, but I think there maybe some bugs inside version 1.1, v1.1 need more testing.
by henrymark
03 May 2010 09:39
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Re: Problem! libvlc_audio_set_mute doesn't work?

Thanks a lot a lot for your quick reply, Rémi Denis-Courmont, I just try vlc-1.1.0-pre3-20100503-0202-win32-debug.7z from nightly builder, these audio function seems works, BBBUT, double clicked to show fullscreen is gone, So I need to try libvlc_toggle_fullscreen and it does't work too. Am I downlo...
by henrymark
30 Apr 2010 03:36
Forum: Development around libVLC
Topic: Problem! libvlc_audio_set_mute doesn't work?
Replies: 9
Views: 1549

Problem! libvlc_audio_set_mute doesn't work?

hi,all,

Itry to use v1.0.5 libvlc.dll libvlc_audio function, but it always tells me that media handle is accessing violation.

Does anyone meet this scenario ? or these funciotn need some init process?? thanks for help.
by henrymark
04 Mar 2010 10:29
Forum: Development around libVLC
Topic: Could mediacontrol_display_text show Traditional Chinese?
Replies: 8
Views: 1368

Re: Could mediacontrol_display_text show Traditional Chinese

hi, folks,
Anyone has this situation ? or has some ideas? thanks a lot.
by henrymark
26 Feb 2010 02:54
Forum: Development around libVLC
Topic: Help! libvlc_media_player_get_fps always return 0 !
Replies: 7
Views: 1920

Re: Help! libvlc_media_player_get_fps always return 0 !

Hi, all,
I found libvlc_media_player_get_fps always return zero even playing local file!

So I think it's a bug and need to fix......thx~~
by henrymark
22 Feb 2010 04:18
Forum: Development around libVLC
Topic: Could mediacontrol_display_text show Traditional Chinese?
Replies: 8
Views: 1368

Re: Could mediacontrol_display_text show Traditional Chinese?

Hi, I try to use marquee to show traditional chinese and I set the freetype font and then it works. When I use the API mediacontrol_display_text to show traditional chinese, it's still cannot recognize the font type. I think that does it need to modify mediacontrol_audio_video.c to put the font type...
by henrymark
11 Jan 2010 12:15
Forum: Development around libVLC
Topic: VLC Player can't play http with HTTP/1.0 200 OK???
Replies: 4
Views: 1964

Re: VLC Player can't play http with HTTP/1.0 200 OK???

Thanks a lot for your help. I will try to describe more exactly as below. I try to play http url which should catch video in HD, seekable. When VLC player behind my company's proxy, it won't start to buffer these content to HD but just show an error which is that the format of XXX cannot be detected...

Go to advanced search