Search found 10 matches

Go to advanced search

by ivanisimus
24 Oct 2013 13:44
Forum: Development around libVLC
Topic: cannot calculate video length
Replies: 1
Views: 448

Re: cannot calculate video length

Please somebody help
by ivanisimus
23 Oct 2013 15:05
Forum: Development around libVLC
Topic: cannot calculate video length
Replies: 1
Views: 448

cannot calculate video length

hi! vlc cannot determine video length of some sources for example this video plays ok: http://boom.ourea.feralhosting.com/video2.mp4 but this video plays but vlc cannot determine its length http://boom.ourea.feralhosting.com/video.avi when i download these files to local hard drive everything is ok ...
by ivanisimus
11 Oct 2013 11:50
Forum: Development around libVLC
Topic: online streaming
Replies: 2
Views: 362

Re: online streaming

any format. its okay that jumping takes time because server need time to prefetch video(my server is just a proxy)
problem is that libvlc doesnot refresh video frame while buffering...
by ivanisimus
10 Oct 2013 15:25
Forum: Development around libVLC
Topic: online streaming
Replies: 2
Views: 362

online streaming

hello! i stream video from http video starts and its length displays correctly jumping works fine except one thing: while jumping, libvlc doesnot refresh video frame. jumping can take much time, and if anything move over my videoframe(other windows etc) it looks like artifacts and bug how to avoid t...
by ivanisimus
01 Oct 2013 19:04
Forum: Development around libVLC
Topic: play-pause without notification
Replies: 1
Views: 308

play-pause without notification

How can i play/pause video without display white symbols in top left corner?
VLC media player displays it if i press "space" and doesnot display it if i mouseclick on PlayPause button in the interface
by ivanisimus
17 Sep 2013 10:03
Forum: Development around libVLC
Topic: quiet libvlc_video_take_snapshot
Replies: 3
Views: 813

Re: quiet libvlc_video_take_snapshot

give me please some advise
what is the easiest way to do snapshot without notification? (create new plugin etc..)
by ivanisimus
16 Sep 2013 15:44
Forum: Development around libVLC
Topic: quiet libvlc_video_take_snapshot
Replies: 3
Views: 813

quiet libvlc_video_take_snapshot

can i call libvlc_video_take_snapshot without display notification on player area?
thank you
by ivanisimus
24 Jun 2013 17:24
Forum: Development around libVLC
Topic: libvlc_video_take_snapshot
Replies: 4
Views: 2378

Re: libvlc_video_take_snapshot

what should i do? do i need to create new thread every time for create snapshot? thanks for answers
by ivanisimus
24 Jun 2013 11:49
Forum: Development around libVLC
Topic: libvlc_video_take_snapshot
Replies: 4
Views: 2378

libvlc_video_take_snapshot

please help with libvlc_video_take_snapshot here is my code bool TVLCManager::SnapShot(String fn) { if (mp) { return libvlc_video_take_snapshot(mp,0,AnsiString(fn).c_str(),0,0)==0; } return false; } i call this from main thread when i call this, my program hangs (snapshot created, but movie stops, a...
by ivanisimus
30 Apr 2013 12:04
Forum: Development around libVLC
Topic: libvlc 2.0.6 video duration
Replies: 1
Views: 351

libvlc 2.0.6 video duration

when I load video file file "libvlc_media_player_get_length" function and "libvlc_MediaDurationChanged" event works fine. but when I load video from "http://" both methods ruturn 0 (video played norm) can anyone tell me what is the best way to get video length for movie...

Go to advanced search