Search found 9 matches

Go to advanced search

by Tommy_y
01 Nov 2012 09:39
Forum: Development around libVLC
Topic: Access violation in libfreetype_pludgin.dll
Replies: 5
Views: 1459

Re: Access violation in libfreetype_pludgin.dll

Something is trying to dereference a NULL pointer. Without a more detailled stack trace, I doubt anyone can help any further than that. is there a way to trace into dll files? I tried to find one, but failed. There's another error window printed more information "Unhandled exception at 0x04356...
by Tommy_y
01 Nov 2012 09:05
Forum: Development around libVLC
Topic: where can I get the corresponding SDK for VLC
Replies: 5
Views: 4966

Re: where can I get the corresponding SDK for VLC

Firstly, where to download the files 1.all versions are listed here: http://download.videolan.org/pub/videolan/vlc/ 2.click into a subdirectory, you will see: ../ macos/ win32/ ----------------------------------------DLLs and a runnable vlc executive file are under this subdirectory vlc-X.X.X.tar.XX...
by Tommy_y
01 Nov 2012 08:02
Forum: Development around libVLC
Topic: Access violation in libfreetype_pludgin.dll
Replies: 5
Views: 1459

Re: Access violation in libfreetype_pludgin.dll

and I add a line in size_t CPlayer::PlayFile(char *pstrFilePath): ... ibvlc_media_t *pMedia = libvlc_media_new_path(m_pVlcInstance, pstrFilePath); libvlc_media_add_option(pMedia, m_strMediaOption.c_str()); libvlc_media_player_set_media(m_pMediaPlayer, pMedia); libvlc_media_release(pMedia); // The ne...
by Tommy_y
01 Nov 2012 07:43
Forum: Development around libVLC
Topic: Access violation in libfreetype_pludgin.dll
Replies: 5
Views: 1459

Access violation in libfreetype_pludgin.dll

Hello everyone, I wrote a small demo with libvlc API, it randomly crashes for the "Unhandled exception in MyDemo.exe(libfreetype_pludgin.dll)0x0000005:Access voilation" error. ***programming environment: Visual Studio 2005 on Windows OS ***programming language: c++ ***detailed call stack i...
by Tommy_y
26 May 2012 07:56
Forum: VLC stream-output (sout)
Topic: Streaming: udp byte order(package structure)
Replies: 0
Views: 372

Streaming: udp byte order(package structure)

Previously, I posted a topic to ask for how to chech the network stream status to make sure the stream can be played smothly: http://forum.videolan.org/viewtopic.php?f=32&t=101209 I tried events catching(helpless) and libvlc_media_stats_t data chech(unefficient), results detialed in the previous...
by Tommy_y
25 May 2012 03:24
Forum: Development around libVLC
Topic: Events catching when receiving net stream
Replies: 4
Views: 854

Re: Events catching when receiving net stream

Sorry, Jean-Baptiste Kempf I didn't notice that we should not PM...
by Tommy_y
25 May 2012 03:21
Forum: Development around libVLC
Topic: Events catching when receiving net stream
Replies: 4
Views: 854

Re: Events catching when receiving net stream

I expect the libvlc_MediaPlayerBuffering event would be sent, but I simulated a streaming interruption, nothing happened, no event triggered. I attached all events to a callback and output triggered events, result is : 258||270||269||273||260||273|| 268||267||268||267||268||267||268||267||268||267||...
by Tommy_y
22 May 2012 04:50
Forum: Development around libVLC
Topic: Events catching when receiving net stream
Replies: 4
Views: 854

Re: Events catching when receiving net stream

Is it too stupid? then would you please give me a link of relevant documents or demo :( ..
by Tommy_y
21 May 2012 03:38
Forum: Development around libVLC
Topic: Events catching when receiving net stream
Replies: 4
Views: 854

Events catching when receiving net stream

Hi, hope my poor English can clearly describe my questions: 1. How can I catch the state when receiving steam from network? I'd like to show some local picture on the output dialog when the net status is not good(I mean, always buffering, can not play smoothly). 2. What can I do when access to the M...

Go to advanced search