Search found 4 matches

Go to advanced search

by nurquhar
11 Dec 2012 13:00
Forum: Development around libVLC
Topic: How turn off Media Title ?
Replies: 3
Views: 4484

Re: How turn off Media Title ?

I think I removed the on screen display in the following way in my C++ code : First I read a vlc command line string from a file into the C string "vlcArgs.c_str()" then parsed it. The string in my file was "-I;dummy;--plugin-path=C:\Program Files\VideoLAN\VLC\plugins;--no-osd" /...
by nurquhar
03 Feb 2012 13:21
Forum: Development around libVLC
Topic: get pos gives wrong answer !!
Replies: 3
Views: 479

Re: get pos gives wrong answer !!

PS? TS? I am sure this answer means something to some people, but for me its two obscure and unknown abreviations. :?: However for those who may also grapple with the meaning of the number returned by libvlc_media_player_get_position() I have the following guess/understanding of what it means and h...
by nurquhar
25 Jan 2012 11:37
Forum: Development around libVLC
Topic: get pos gives wrong answer !!
Replies: 3
Views: 479

get pos gives wrong answer !!

I have a simple app built using vlc 1.1.11 and VC6. It plays a fixed mpeg2 file which is 36 minutes (2160 secs) in length, of which the the last minute of video is all "black" trailer frames. I am trying to syncronise the playing of the same file on a number of machines using some tcp/ip s...
by nurquhar
03 Oct 2011 10:36
Forum: Development around libVLC
Topic: How turn off Media Title ?
Replies: 3
Views: 4484

How turn off Media Title ?

I have just start building a simple MFC C++ app that uses the libVLC DLL. I have made my .lib file and with a few mods to vlc includes copied from the full source code I have it compiling and playing a video file. I have discovered how to turn the full screen opition on but I can't see something whi...

Go to advanced search