Search found 5 matches

Go to advanced search

by sum_agg
16 Jul 2010 16:33
Forum: Development around libVLC
Topic: vlc1.0.5 memory leak
Replies: 3
Views: 738

Re: vlc1.0.5 memory leak

Did you get the solution of memory leak?
Please post your solution if any.

Thanks
by sum_agg
09 Jul 2010 14:28
Forum: Development around libVLC
Topic: vlc1.0.5 memory leak
Replies: 3
Views: 738

Re: vlc1.0.5 memory leak

For looping purpose,you need not call libvlc_new, libvlc_medial_player_new and libvlc_media_new. Just call "play" in the loop. This should achieve the purpose without object creation overhead.
offcourse memory leak should be solved.
Try vlc 1.1.0 as suggested..
by sum_agg
07 Jul 2010 11:17
Forum: VLC media player Feature Requests
Topic: D1 resolution - problem
Replies: 4
Views: 652

Re: D1 resolution - problem

I'm not able to capture D1 from camera as VLC does not play but 2/3 D1 recording is attached in link below.
http://www.fileflyer.com/view/HaqLoAY

I guess problem could be in live555 module because at D1 VLC exits with message "no data received in 10s. Switching to TCP".


Thanks
by sum_agg
07 Jul 2010 09:09
Forum: VLC media player Feature Requests
Topic: D1 resolution - problem
Replies: 4
Views: 652

Re: D1 resolution - problem

I'm also facing the same problem. The video to be played is a h263 stream. VLC does not play D1(4CIF) at all. At 2/3 D1 it displays two videos in same window; means copy of same video displayed in 2 parts with each part stretched in width. The problem does NOT come at CIF or 2CIF. Is there a decoder...
by sum_agg
18 Mar 2010 06:16
Forum: Development around libVLC
Topic: Editing VLC Source Code
Replies: 15
Views: 8414

Re: Editing VLC Source Code

Please check the version of gcc and g++ using "gcc --version". Updating to gcc 4.5 and g++ 4.5 should solve this issue.

Go to advanced search