Search found 25 matches

Go to advanced search

by X-h
28 Aug 2008 12:37
Forum: Web and scripting
Topic: createElement and progid
Replies: 1
Views: 879

Re: createElement and progid

If not, is there a config file where I can force to use VideoLAN.VLCPlugin.2 ?
I had a look to the source code, but no luck so far

PS: it is for firefox under linux
by X-h
28 Aug 2008 12:31
Forum: Web and scripting
Topic: VLC crash Firefox
Replies: 1
Views: 1164

VLC crash Firefox

If I reload a page or type a different location in the address bar while vlc plugin is loaded, Firefox crash.
Any idea how to fix this ?
Xavier
by X-h
28 Aug 2008 12:26
Forum: Web and scripting
Topic: Always see (no video)
Replies: 4
Views: 1673

Re: Always see (no video)

I had the same problem. do you use the full path of the video ?
by X-h
19 Aug 2008 14:22
Forum: Web and scripting
Topic: createElement and progid
Replies: 1
Views: 879

createElement and progid

Hi, is there any way to specify the progid, when creating a VLC instance using createElement ? It seems that : vlc = document.createElement("EMBED"); vlc.progid="VideoLAN.VLCPlugin.2"; vlc.type="application/x-vlc-plugin"; document.body.appendChild(vlc); does not take pr...
by X-h
19 Aug 2008 12:26
Forum: Web and scripting
Topic: Always see (no video)
Replies: 4
Views: 1673

Re: Always see (no video)

do you know you need to use javascript to interact with the plugin ? theres an official API here : http://wiki.videolan.org/Documentation:Play_HowTo/Advanced_Use_of_VLC#Building_HTML_pages_for_Mozilla.2FFirefox.2FInternet_Explorere.2FSafari_.28VLC_version_0.8.6_and_above.29 and a lib i created to a...
by X-h
02 Jul 2008 16:02
Forum: VLM
Topic: Specifying logo parameters with VLM?
Replies: 9
Views: 7000

Re: Specifying logo parameters with VLM?

Does not work with 0.8.6h neither (?)
by X-h
10 Dec 2007 14:01
Forum: General VLC media player Troubleshooting
Topic: Multiple players
Replies: 1
Views: 336

Re: Multiple players

I guess the answer is yes, simply broadcast your video using vlc and use vlc to play the streaming on each computer.
The sync won't be perfect if you have two computer next to each other, but good enough to follow your favorite video from different room :)
by X-h
21 Nov 2007 15:30
Forum: VLC media player Feature Requests
Topic: Better Volume Control
Replies: 14
Views: 3873

Re: Better Volume Control

...when the mouse is over the slide ?
:D
Nothing redundant here, you can choose to change the volume by wheeling the mouse when the mouse is over the video or when the mouse is over slide only ;)
by X-h
19 Nov 2007 14:21
Forum: VLC media player Feature Requests
Topic: Better Volume Control
Replies: 14
Views: 3873

Re: Better Volume Control

I agree to... far too small.
Instead of changing the size of the volume control, what about a more precise control via the mouse wheel when the mouse is over the slide ?
by X-h
16 Nov 2007 22:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED] cross compil arm support mp4v
Replies: 7
Views: 1764

Re: [SOLVED] cross compil arm support mp4v

It's been a while but I think I managed to compile ffmpeg. I gave up in the end as the performance was not good enough :(
Sorry that I can't help you more ...
by X-h
16 Oct 2007 14:29
Forum: General VLC media player Troubleshooting
Topic: Get details from Video file
Replies: 4
Views: 743

Re: Get details from Video file

I tried using using ffmpeg where you do : -i and a file name without an output > into a text file
but It will not output to a text file..
use

Code: Select all

ffmpeg -i <videofile> 2> <textfile>
It's because ffmpeg use the error output (2) instead of standard output (1)
by X-h
10 Oct 2007 13:56
Forum: Coffee Corner
Topic: Coffee Corner
Replies: 20
Views: 6340

Re: Coffee Corner

hot coffee, made with an italian machine, and a sugar (because it's strong)
And please .... NO MILK :x
by X-h
10 Oct 2007 12:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Framebuffer output cannot get terminal mode error
Replies: 5
Views: 7157

Re: Framebuffer output cannot get terminal mode error

Hi:
I also got the same problem, but I commented out those codes, it works for me, but I am not sure what will be the side effects.
I commented out as well and it does work, my main side effect is that is working now :)
by X-h
04 Oct 2007 15:15
Forum: VLC media player Feature Requests
Topic: vlc memory on dvd
Replies: 1
Views: 630

Re: vlc memory on dvd

Discussed several time already :
Remember playback positions
Bookmarking.
Are bookmarks implemented?
would be nice though
Xavier
by X-h
18 Sep 2007 11:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I can't see the VLC media player
Replies: 6
Views: 2175

Re: I can't see the VLC media player

Why don't you change the default video output ?
Preferences -> Video -> output
and save
by X-h
17 Sep 2007 19:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I can't see the VLC media player
Replies: 6
Views: 2175

Re: I can't see the VLC media player

dummy interface is a fake interface which is suitable to display nothing :D, change this for something else.
take a look to vlc --help for more information, and the parameter --intf
by X-h
17 Sep 2007 17:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I can't see the VLC media player
Replies: 6
Views: 2175

Re: I can't see the VLC media player

delete or move your .vlc rirectory ($HOME/.vlc)) ?
by X-h
17 Sep 2007 14:52
Forum: Forum, Website and Artwork discussion
Topic: Shoutcat radio listings
Replies: 2
Views: 2392

Re: Shoutcat radio listings

As far as I remember, VLC is open source, so you just need to look at the code :wink:
maybe somewhere here : http://git.videolan.org/cgi-bin/gitweb. ... 11;hb=HEAD
by X-h
12 Sep 2007 11:58
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ARM11 + Frame buffer = too slow
Replies: 0
Views: 1005

ARM11 + Frame buffer = too slow

I tried VLC on an ARM11 using frame buffer. I played a mpeg4 but : ffmpeg error: more than 5 seconds of late video -> dropping frame (computer too slow ?) ffmpeg error: more than 5 seconds of late video -> dropping frame (computer too slow ?) ffmpeg error: more than 5 seconds of late video -> droppi...
by X-h
11 Sep 2007 13:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Framebuffer output cannot get terminal mode error
Replies: 5
Views: 7157

Re: Framebuffer output cannot get terminal mode error

I did try to change the source code regarding tty as explain here.
but still get the same error
by X-h
11 Sep 2007 13:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Framebuffer output cannot get terminal mode error
Replies: 5
Views: 7157

Re: Framebuffer output cannot get terminal mode error

I have the same problem here. I finally build successfully vlc for arm. I try to start vlc from a ssh session vlc --vout fb --fbdev=/dev/fd0 movie.mp4 here is the log related to the frame buffer: fb video output warning: disabling tty handling, use with caution because there is no way to return to t...
by X-h
11 Sep 2007 11:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED] cross compil arm support mp4v
Replies: 7
Views: 1764

Re: cross compil arm support mp4v

I'm afraid you understand badly.
unfortunately right :(
x264 is an h264 encoder.

Mpeg4 video is decoded by ffmpeg.
Ok
The target option is only usefull if you compile compilers. it's of no use for vlc or ffmpeg
Make sense then.
Thank you very much for this quick answer
by X-h
10 Sep 2007 19:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED] cross compil arm support mp4v
Replies: 7
Views: 1764

Re: cross compil arm support mp4v

As far as i understand mp4v support is done by x264: I build it with the following option: ./configure --host=arm-none-linux-gnueabi and try to build vlc as follow: ./configure --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi -prefix=/home/xavier/arm-linux \ --disable-mad \ --disable-a5...
by X-h
10 Sep 2007 16:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED] cross compil arm support mp4v
Replies: 7
Views: 1764

[SOLVED] cross compil arm support mp4v

I finally manage to build vlc for arm by removing a lot of options (cf http://forum.videolan.org/viewtopic.php?f=13&t=36930&hilit= ): --disable-mad \ --disable-ffmpeg \ --disable-a52 \ --disable-libmpeg2 \ --disable-hal \ --disable-dbus \ --disable-dvdnav \ --disable-libcddb \ --disable-x11 ...
by X-h
07 Sep 2007 10:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cross-Compilation 0.8.6a for Davinci
Replies: 5
Views: 1799

Re: Cross-Compilation 0.8.6a for Davinci

Hi amareshram,
I'm trying to cross compil vlc for the mx31.
I have the same linkage problem than you (undefined reference to addMD5)
Did you find the solution or did you give up ?

Go to advanced search