Search found 91 matches

Go to advanced search

by spider58
12 Mar 2015 13:52
Forum: Development around libVLC
Topic: LibVlc 2.0.2.0 Subtitle Second Line Problem
Replies: 0
Views: 421

LibVlc 2.0.2.0 Subtitle Second Line Problem

Hello. Since months, im using libvlc 2.0.2.0. And i have some UDP streams which has subtitles from different languages. Yesterday i've noticed second lines of subtitles being invisible after 2-3 minutes after playback started (with subtitle). First lines has no problem. First 2-3 minutes of playback...
by spider58
27 Jan 2015 14:30
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

This is really annoying. Please help for equalizer

Your problems with LibVLC will probably be over when 2.2.0 final is released, right now you're working with a pre-release version. I can't provide you with any link, especially not for Windows, I build vlc from vlc-git and vlc-2.2-git on Linux regularly and I use that. I do know that [KU]buntu 14.1...
by spider58
27 Jan 2015 11:05
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

Re: This is really annoying. Please help for equalizer

Yep, my mistake, I got it working with fontconfig too but that's neither here nor there! So I got a working vlc-2.2-git build at: vlc: 2.2.0-rc2 Weatherwax, changeset 2.2.0-rc2-131-gf966a0f I tested it just now and the equalizer works just fine. @sherington can you give me a link for vlc: 2.2.0-rc2...
by spider58
15 Jan 2015 08:39
Forum: Development around libVLC
Topic: libvlc crash report on some UDP streams
Replies: 0
Views: 439

libvlc crash report on some UDP streams

Hello. My libvlc version is 2.0.2 (I can't use other versions because they has many problem with my streams. This is most stable version for me) I'm asking too many questions but i want to made a stable iptv program, sorry for inconvenience. my local area network has some UDP streams. my application...
by spider58
13 Jan 2015 07:53
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

Re: This is really annoying. Please help for equalizer

I FOUND PROBLEM

2.2.0 has problem. 3.0 nightly building working good without any code changes.


http://nightlies.videolan.org/build/win ... 2-win64.7z

So what can i do? I can't use nightly building. I must use stable version.
by spider58
13 Jan 2015 07:42
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

Re: This is really annoying. Please help for equalizer

I wrote some test code when the equalizer in LibVLC was first implemented, I've copied it here: https://gist.github.com/caprica/1a6d0468675af33f7d36 The linked code contains test cases for setting equalizer before playback, during playback, having the equalizer settings persist when changing media ...
by spider58
13 Jan 2015 07:41
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

Re: This is really annoying. Please help for equalizer

"All my code below...."

Don't you need a call to libvlc_media_player_set_equalizer()? I thought THAT's when the change happened.
my code has this line. you can scroll down :)
by spider58
12 Jan 2015 17:37
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

Re: This is really annoying. Please help for equalizer

note: i using 2.2.0 x64 and compiling my application as ANY CPU. i'm tried to get amp after set amp libvlc_audio_equalizer_get_amp_at_index(equal,0) this returns correct value which i applied before. But why sound not affected by equalizer i have no idea. Im working on hours for this problem. gonna ...
by spider58
12 Jan 2015 10:15
Forum: Development around libVLC
Topic: This is really annoying. Please help for equalizer
Replies: 18
Views: 1820

This is really annoying. Please help for equalizer

All my code below. Whats wrong i can't understand Defines <DllImport("libvlc",CallingConvention:=CallinConvention.Cdecl)> _ Public Shared Function libvlc_audio_equalizer_new() as Intptr <DllImport("libvlc",CallingConvention:=CallinConvention.Cdecl)> _ Public Shared Function libvl...
by spider58
12 Jan 2015 08:30
Forum: Development around libVLC
Topic: 2.2.0 Adjust and Equalizer Problems
Replies: 4
Views: 598

Re: 2.2.0 Adjust and Equalizer Problems

"2) libvlc_media_player_set_equalizer(handle, equalizer.handle) doesn't work." That may be a little too broad. It works, since I'm using it. libvlc_equalizer_t *eq = libvlc_audio_equalizer_new_from_preset(eqIndex); ....I check return value and do some other things here.... libvlc_media_pl...
by spider58
08 Jan 2015 12:20
Forum: Development around libVLC
Topic: 2.2.0 Adjust and Equalizer Problems
Replies: 4
Views: 598

2.2.0 Adjust and Equalizer Problems

Hello. Yesterday i'm upgraded to 2.2.0. Im faced 2 problems. 1) libvlc_video_set_adjust_int and libvlc_video_set_adjust_float doesnt working. old dlls working good. Defines <DLLImport("libvlc",CallingConvention:=CallingConvention.Cdecl)> _ Friend Shared Sub libvlc_video_set_adjust_int(Byva...
by spider58
08 Jan 2015 10:56
Forum: Development around libVLC
Topic: LibVLC 2.1.3.0 Volume Issue on Create new instance
Replies: 2
Views: 386

Re: LibVLC 2.1.3.0 Volume Issue on Create new instance

2.2.0 nightly building has no problems. I've upgraded and my problem is solved.

But i faced new problem with 2.2.0

video effects ( brightness, sharpeness etc..) doesnt working on 2.2.0
by spider58
08 Jan 2015 10:26
Forum: Development around libVLC
Topic: LibVLC 2.1.3.0 Volume Issue on Create new instance
Replies: 2
Views: 386

LibVLC 2.1.3.0 Volume Issue on Create new instance

2.2.0 nightly building has no problems. I've upgraded and my problem is solved.
by spider58
24 Jul 2014 08:21
Forum: Development around libVLC
Topic: Libvlc 3.0.0 DIRECT3D Popup problem
Replies: 2
Views: 487

Re: Libvlc 3.0.0 DIRECT3D Popup problem

There is no LibVLC 3.0.0 or 3.3.0 at the time of writing.
sory. in topic i wrote 3.0.0, just title has wrong version. Version is 3.0.0
by spider58
23 Jul 2014 17:01
Forum: Development around libVLC
Topic: Libvlc 3.0.0 DIRECT3D Popup problem
Replies: 2
Views: 487

Libvlc 3.0.0 DIRECT3D Popup problem

Hello. I have an application which show channels as mosaic. My mosaic shows 12 tv channels on same time (1 vlc wrapper and 12 instances) DIRECT3D output popup appears and some channels shown in this popup when i change channels. (2-3 popup shows per 12 channels change) I think this can be drawable e...
by spider58
23 Jul 2014 09:46
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

What about Float vs Double in vb.net, is that a thing? Public Sub libvlc_media_player_set_rate(Byval player as Intptr, Byval Speed as Float) End Sub oh man. thanks for the tip. In google i found single variable type. and i tried to use SINGLE instead of DOUBLE. This is working perfect!! Thanks for ...
by spider58
23 Jul 2014 09:38
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

What about Float vs Double in vb.net, is that a thing?

Code: Select all

Public Sub libvlc_media_player_set_rate(Byval player as Intptr, Byval Speed as Float) End Sub
in vb.net we use double instead of float. its same. No float type can define in vb.net
by spider58
23 Jul 2014 08:36
Forum: Development around libVLC
Topic: vlc 2.1.4 compile with VS2013
Replies: 3
Views: 917

Re: vlc 2.1.4 compile with VS2013

Hi. Everyone. I was to update VS2013 version of update 2. amazing!!!! :D It fixed some C99. Most of modify part is not necessary. This is new URL for VS2013 version of update 2. https://github.com/sunqueen/vlc-2.1.4.32.subproject-2013-update2.git I'm very sorry. If you get previous source, please d...
by spider58
23 Jul 2014 08:32
Forum: Development around libVLC
Topic: teletext and subtitles
Replies: 7
Views: 5364

Re: teletext and subtitles

I have the same problem. Any news ? :oops:

I have also a problem with libvlc_video_set_teletext . Each time i call it, I have a "Tentative d'écriture dans un espace mémoire protégé" :-|

Edit : libvlc 1.1.11
same problem
by spider58
23 Jul 2014 08:31
Forum: Development around libVLC
Topic: teletext and subtitles
Replies: 7
Views: 5364

Re: teletext and subtitles

Hello!

In my case I forgot to copy text_renderer into plugins folder. When I copied it libvlc_video_set_teletext() began to work properly.
hello. i have same problem. text_Renderer in my plugins directory
by spider58
23 Jul 2014 07:53
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

An interesting situation, how it worked i don't know but tried to set rate value as 1.9f it's working but such as 20f , too fast. not like 1.9f, my video has 2 minutes length. It finishing to play in 3-4 seconds with 1.9f speed. tried to set rate 1.89f it's working too, but such as 0.03f, so slow, m...
by spider58
22 Jul 2014 10:25
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

Not all inputs can have their rate changed. For instance, it obviously cannot work for live streams.
yes you're right. but i dont work with live streams. Recording live streams to disk as TS format. And playing from disk.
by spider58
21 Jul 2014 17:02
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

Hmm... that LibVLC API function still works just fine for me with latest VLC 2.2.0-git. thanks for reply. can you share function defining and usage code please? I want to check my code for differences. Best regards. Well, I don't know what language you're using so I don't think I can help you with ...
by spider58
21 Jul 2014 15:15
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

Re: libvlc_media_player_set_rate doesn't work

Hmm... that LibVLC API function still works just fine for me with latest VLC 2.2.0-git.
thanks for reply. can you share function defining and usage code please? I want to check my code for differences.

Best regards.
by spider58
21 Jul 2014 10:31
Forum: Development around libVLC
Topic: libvlc_media_player_set_rate doesn't work
Replies: 10
Views: 1720

libvlc_media_player_set_rate doesn't work

Hello. Im using 2.2.0 nighty building. I want to change video rate while play. Public Sub libvlc_media_player_set_rate(Byval player as Intptr, Byval Speed as Double) End Sub In i can call this sub such as Player.libvlc_media_player_set_rate(playerhandle, 1.5F) This code must be set rate to 1.5 But d...

Go to advanced search