Search found 7 matches

Go to advanced search

by tom.abcd
18 May 2017 23:06
Forum: Development around libVLC
Topic: Where is the debug version of 2.2.4 of libvlc for windows?
Replies: 3
Views: 579

Re: Where is the debug version of 2.2.4 of libvlc for windows?

Where is the stable version of 3.0?
I could find the nightly builds but have no idea where the "Stable" version of 3.0 is.
by tom.abcd
18 May 2017 23:03
Forum: Development around libVLC
Topic: RTSP stream resolution changes cause VLClib to crash app.
Replies: 1
Views: 919

RTSP stream resolution changes cause VLClib to crash app.

I am using VLCLib in my application to display an RTSP stream. If my app is displaying the stream and then the stream source changes its resolution my app crashes. I have this issue with 2.2.4, 2.2.5.1, 2.2.6 latest nightly build. If I use the latest nightly build of 3.0.0 then it does not crash on ...
by tom.abcd
10 Apr 2017 23:27
Forum: Development around libVLC
Topic: Where is the debug version of 2.2.4 of libvlc for windows?
Replies: 3
Views: 579

Where is the debug version of 2.2.4 of libvlc for windows?

I am currently using the 2.2.4 windows version of libvlc for playing a RTSP stream. I am have an issue that if the resolution of the RTSP stream is increased when the stream is playing (ie I changed the stream source to a larger resolution) my application will crash. From post I have seen on the for...
by tom.abcd
27 Sep 2016 19:28
Forum: Development around libVLC
Topic: RTSP video is freezing in hours to days. How to detect?
Replies: 1
Views: 555

RTSP video is freezing in hours to days. How to detect?

I am using libVLC in my app to show a RTSP stream. This all works but eventually hours or days later the video image on the screen will freeze. I have done a check and at the time the video is froze the app is still receiving the RTSP stream. I can tell because the network traffic is still happening...
by tom.abcd
10 Aug 2016 15:58
Forum: Development around libVLC
Topic: Missing strtok_s from MSVCRT.dll on Xp
Replies: 2
Views: 2918

Re: Missing strtok_s from MSVCRT.dll on Xp

I did look through the documentation but missed the fact that I had to do the
SetErrorMode(SEM_FAILCRITICALERRORS) for XP since the doc just mentioned Vista/2008. (Sorry)

Thanks
Tom
by tom.abcd
09 Aug 2016 23:11
Forum: Development around libVLC
Topic: Error detection on a Network stream.
Replies: 1
Views: 3552

Error detection on a Network stream.

I have an app that uses the LibVlc dlls and I am trying to display a RTSP network stream. I have been able to get it to work but am now trying to add the error handling. In the VLC app if I tell it to use a network source that it can not connect to I get a Connection Failed message. If I use the lib...
by tom.abcd
09 Aug 2016 22:45
Forum: Development around libVLC
Topic: Missing strtok_s from MSVCRT.dll on Xp
Replies: 2
Views: 2918

Missing strtok_s from MSVCRT.dll on Xp

I am working on a app that uses the libvlc.dlls and have a problem on XP. ( works fine on Win7) In my code when I run this function: // create new vlc instance vlcInstance := libvlc_new(0, nil); I get two different errors. (If I say ok to the errors and go on the video does show.) 1. The procedure e...

Go to advanced search