Search found 47 matches

Go to advanced search

by coldfire
26 Aug 2008 13:47
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Resizing Mozilla plugin doesn't work in Nightly Builds
Replies: 5
Views: 975

Re: Resizing Mozilla plugin doesn't work in Nightly Builds

are u having problems with plugin size which is embedded in ur browser...whats the problem with that....how are u actually resizing it....doesnt it needs to be done from editing the width/height in html source
by coldfire
26 Aug 2008 13:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Viewing a UDP stream
Replies: 2
Views: 433

Re: Viewing a UDP stream

i think, the IP will be of ur video streaming server........and to list the address, you have to select the appropriate radio box , since u see it as greyed
by coldfire
26 Aug 2008 13:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: total noob
Replies: 1
Views: 449

Re: total noob

select your OS from here and conitnue following the directions specified. Can u mention which linux distribution you are using any version etc. !!!
by coldfire
25 Aug 2008 09:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Steps for Installation of VLC 0.8.6 & above on UBUNTU
Replies: 0
Views: 750

Steps for Installation of VLC 0.8.6 & above on UBUNTU

Download and Installation Steps for VLC (0.8.6 and above) on UBUNTU 8.04 Lets start... There are two versions of VLC (the Release version and the Test version which is often knows as Nightly Builds) STEP - 0a Get Release VLC source code via Git $ git clone git://git.videolan.org/vlc.git or if u want...
by coldfire
21 Aug 2008 15:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: html over video
Replies: 4
Views: 868

Re: html over video

well, as it turned out, HTML5 <video> element did it.

Image

tested on firefox beta ... sadly its not vlc plugin that is runnig video
by coldfire
19 Aug 2008 16:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: html over video
Replies: 4
Views: 868

Re: html over video

Have you tried to remove overlay ?
i didnt understand, "Have you tried to remove overlay ?"
by coldfire
18 Aug 2008 13:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: html over video
Replies: 4
Views: 868

html over video

hello, I am trying to achieve functionality like video is running in the browser while any html related content(e.g. a set of <div>s) to appear over video screen. I have been trying to use the Atom net_wm_state_below = XInternAtom( dpy, "_NET_WM_STATE_BELOW", False ); to send the vlc windo...
by coldfire
12 Aug 2008 09:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Manually setting video output module
Replies: 3
Views: 881

Manually setting video output module

How to set in the code that I want to use only glx or x11 or any other module?

i think the command line option is

vlc --module <module-name>

module-name can be x11,glx, xvideo

But I need to set it manually in the code ?
by coldfire
11 Aug 2008 17:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Image Resize Error in FullScreen
Replies: 8
Views: 2001

Re: Image Resize Error in FullScreen

yes, i dont have video acceleration support as
jars@jars-desktop:~/dev/vlc$ xvinfo
X-Video Extension version 2.2
screen #0
no adaptors present
jars@jars-desktop:~/dev/vlc$
but does it mean that if i use xvideo module than it would be fixed ?
by coldfire
11 Aug 2008 15:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Image Resize Error in FullScreen
Replies: 8
Views: 2001

Re: Image Resize Error in FullScreen

whats actually the problem..any ideas ? The above affected codecs indicate a problem with ffmpeg. Most likely with direct rendering. Can you post a more full debug by running "vlc -vvv ". It would be interesting to see which video output module is used. I stopped it after running a few se...
by coldfire
11 Aug 2008 09:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Grab parent pointer in Fullscreen X11
Replies: 2
Views: 562

Re: Grab parent pointer in Fullscreen X11

i want the video player window to appear on top of Fullscreen video. How can I do that ??
by coldfire
11 Aug 2008 09:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Image Resize Error in FullScreen
Replies: 8
Views: 2001

Re: Image Resize Error in FullScreen

whats actually the problem..any ideas ?
by coldfire
10 Aug 2008 13:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Fix warning libxvideo_plugin.so
Replies: 0
Views: 401

Fix warning libxvideo_plugin.so

how to fix these two warning relating to libxvideo_plugin.so? jars@jars-desktop:~/dev/vlc$ ./vlc -vvv VLC media player 0.9.0-test3 Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-test3 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was confi...
by coldfire
09 Aug 2008 21:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: quick compile and run
Replies: 2
Views: 466

Re: quick compile and run

Don't make install and just run a make in the good subfolder.
yes, i am not doing make install , i do only make but it doesnt affect the output.
by coldfire
08 Aug 2008 18:09
Forum: VLC media player for Linux and friends Troubleshooting
Topic: quick compile and run
Replies: 2
Views: 466

quick compile and run

under ubuntu8.04.
whenver i change or say add a printf in my vlc code, previously the make was working fine but now i had to make-clean and then make it again. it wastes a lot of time, if i dont do make-clean the output remains the old one. any quick tip to escape this would be appreciable.

thanks
by coldfire
08 Aug 2008 10:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Image Resize Error in FullScreen
Replies: 8
Views: 2001

Re: Image Resize Error in FullScreen

Does it happen with all medias? well i tested with mp4v -- same wrong result as above standard mpeg2 -- OK in fullscreen mp42 video -- OK in fullscreen dx50 video - same wrong result as above mpgv MPEG-2_with_DVD_Extensions -- OK in fullscreen wmv video - same wrong result as above (if i do fullscr...
by coldfire
07 Aug 2008 22:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Image Resize Error in FullScreen
Replies: 8
Views: 2001

Image Resize Error in FullScreen

Running under Ubuntu 8.0.4 VLC 0.9.0-test3 Grishenko I need to know that what I have to fix or whats wrong happening with this video output in FullScreen Mode as shown in figure. http://img523.imageshack.us/img523/9291/screenshotrq0.th.png The debug trace of this run is below.... maybe the warning i...
by coldfire
07 Aug 2008 22:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Grab parent pointer in Fullscreen X11
Replies: 2
Views: 562

Re: Grab parent pointer in Fullscreen X11

What I need is to get the Window Id of the browser in case of playing vlc as plugin OR the window id of vlc-player in case I am playing video as in normal player. The code to get the IDs (root,children,parent) depends on the location of function call XQueryTree()....I dont know where I can get the a...
by coldfire
07 Aug 2008 18:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Grab parent pointer in Fullscreen X11
Replies: 2
Views: 562

Grab parent pointer in Fullscreen X11

Hy, i am in a situation, when I play the video (under ubuntu) from FF plugin in fullscreen mode (X code will be called). I get the pointer to the fullscreen window which is apparently the subwindow created after function call "CreateWindow()" in xcommon.c I want to grab the parent of this ...
by coldfire
05 Aug 2008 17:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: X11 window on top
Replies: 2
Views: 442

Re: X11 window on top

anyone ?????
by coldfire
05 Aug 2008 15:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: X11 window on top
Replies: 2
Views: 442

Re: X11 window on top

or maybe can I use XCirculateSubwindows(display,window,<LowerHighest> or <RaiseLowest>) ????
by coldfire
05 Aug 2008 14:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: X11 window on top
Replies: 2
Views: 442

X11 window on top

regarding this function: static int WindowOnTop( vout_thread_t *, bool ); /// @ /modules/video_output/x11/xcommon.c I need to know that is this function working with the stable release or even with nightlies under X windows system. I want my browser-window that has embedded vlc plugin to appear on t...
by coldfire
01 Aug 2008 16:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Alpha transparency with browser window on top
Replies: 0
Views: 466

Alpha transparency with browser window on top

the x11 video output module renders video under Unix env. i have installed the vlc firefox plugin and now i want to make the root window of plugin (i.e. browser) as alpha transparent. which i can do it separately by using xcompmgr ( here ) and transset-df ( here ). now i am integrating this in x11 c...
by coldfire
16 Jul 2008 15:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC PLugin Firefox UBUNTU Problem [solved]
Replies: 22
Views: 15468

Re: VLC PLugin Firefox UBUNTU Problem

ok its solved now, i have removed the line from sources.list which was getting everytime the latest build (importing unwanted code that was maybe bugged), i only need to work on current build. unistallation/installtion worked out ok.

Go to advanced search