Search found 144 matches

Go to advanced search

by jgg
13 Apr 2014 20:22
Forum: VLC media player for Windows Troubleshooting
Topic: VLC crashes when using with FRAPS
Replies: 0
Views: 221

VLC crashes when using with FRAPS

Hi there. What I do is 1. Start the video playback at fullscreen with VideoLAN VLC 2.1.3. 2. Press the FRAPS shortcut to record the Windows Aero desktop. Then VLC crashes and only 1 frame is recorded (FRAPS stops recording automatically). When I restart VLC a 'unexpected crash' message appears. Any ...
by jgg
10 Sep 2009 10:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Displaying two videos at the same time with JVLC
Replies: 2
Views: 522

Re: Displaying two videos at the same time with JVLC

Hi,

I was unable to make it work in any of the two layered structures. I came up using the Gstreamer framework in its Java branch, which allowed me to have two card layered displays; not sure about a different layout.

Regards,
Javi
by jgg
24 Jul 2009 12:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error: no suitable decoder module for fourcc `mpgv'
Replies: 5
Views: 2271

Re: Error: no suitable decoder module for fourcc `mpgv'

Can anyone point me the right configure option, please?

Thanks.
by jgg
21 Jul 2009 11:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error: no suitable decoder module for fourcc `mpgv'
Replies: 5
Views: 2271

Re: Error: no suitable decoder module for fourcc `mpgv'

From 'configure --help' I extract that libmpeg2 is enabled by default.

Which option should I add to my VLC build in order to get it working?


Thanks for your support.
by jgg
17 Jul 2009 13:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error: no suitable decoder module for fourcc `mpgv'
Replies: 5
Views: 2271

Error: no suitable decoder module for fourcc `mpgv'

Hi, I'm trying to play an RTSP stream from VLC (0.9.9a both sides) and, after a fresh configuration and install process I get this error: dulceangustia@spike:~/ffmpeg-0.5$ vlc rtsp://147.83.47.178:8554/rock_GARBAGE_medium VLC media player 0.9.9a Grishenko [00000001] main libvlc debug: VLC media play...
by jgg
23 Apr 2009 17:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.9.9a no audio
Replies: 4
Views: 578

Re: VLC 0.9.9a no audio

Solved.

Solution:

Code: Select all

modprobe snd-pcm-oss
To allow the O.S. to load it on boot time add 'snd-pcm-oss' to the /etc/modules file, and that's all.


Regards.
by jgg
23 Apr 2009 11:01
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.9.9a no audio
Replies: 4
Views: 578

Re: VLC 0.9.9a no audio

How can I check if OSS is set to ALSA or PulseAudio or whichever audio driver? Do I need to have installed any related package? I've installed vlc-plugin-alsa and I've read that vlc-plugin-pulse solved this issue but I can't find this package anywhere. Moreover, I don't really have any /dev/dsp file...
by jgg
22 Apr 2009 20:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.9.9a no audio
Replies: 4
Views: 578

Re: VLC 0.9.9a no audio

I forgot to say that I tested it in 2 boxes and got the same results, with (apparently) nothing using OSS. I didn't know that I needed to enable ALSA or PulseAudio in VLC compilation, I always compiled without explicitly telling it (as you can see in the previous post I used './configure --with-live...
by jgg
22 Apr 2009 18:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 0.9.9a no audio
Replies: 4
Views: 578

VLC 0.9.9a no audio

I have a fresh VLC 0.9.9a compilation and when trying to play any local file or open a RTSP session I get the same error: dulceangustia@jet:~/vlc-0.9.9a$ ./vlc rtsp://147.83.47.178:8554/rock_GARBAGE_medium.mpg VLC media player 0.9.9a Grishenko [00000001] main libvlc debug: VLC media player - version...
by jgg
22 Apr 2009 10:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Missing GL development files when compiling VLC 0.9.9a
Replies: 4
Views: 2953

Re: Missing GL development files when compiling VLC 0.9.9a

Thanks for your answers. I installed both packages and x11proto-xext-dev as needed, but now I get a new error related to ld: --> /usr/bin/ld: cannot find -lXext ... xcommon.c: In function ‘ToggleFullScreen’: xcommon.c:2083: warning: unused variable ‘xevent’ mv -f .deps/libglx_plugin_la-xcommon.Tpo ....
by jgg
21 Apr 2009 17:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Missing GL development files when compiling VLC 0.9.9a
Replies: 4
Views: 2953

Missing GL development files when compiling VLC 0.9.9a

Hi, I'm trying to compile VLC 0.9.9a but I get into dependency errors. When I issue #./configure --prefix=/usr/vlc I get: ... checking for X11/extensions/Xv.h... no checking for X11/Xlib.h... (cached) yes checking GL/glu.h usability... no checking GL/glu.h presence... no checking for GL/glu.h... no ...
by jgg
25 Feb 2009 09:00
Forum: General VLC media player Troubleshooting
Topic: JVLC playlist issues (MediaList and MediaListPlayer objects)
Replies: 9
Views: 2639

Re: JVLC playlist issues (MediaList and MediaListPlayer objects)

So, how the VLC application team succeeded in the development of the application itself? I mean, I can use VLC (the application) to create and play properly a playlist. Don't they use the Medialist objects? How are they able to manage the programming properly? How can be possible that the native imp...
by jgg
18 Feb 2009 14:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Displaying two videos at the same time with JVLC
Replies: 2
Views: 522

Displaying two videos at the same time with JVLC

Hi, I was trying to get a simple application with JVLC able to play two videos at the same time in two different Canvas/JVLC elements, both included in the same JPanel, side by side. I get the sound of both contents but only the video of the first I start playing. I have tried with a JVLC player and...
by jgg
17 Feb 2009 12:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling problem with x264 version
Replies: 2
Views: 429

Re: Compiling problem with x264 version

I guess is something related to x264 libraries version used in 0.9.8a and 0.9.0-test3, so they are not the same, but I don't know which version I need to install in order to get 0.9.0-test3 working.
I hoped someone could tell me which older version I should use...
by jgg
17 Feb 2009 10:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling problem with x264 version
Replies: 2
Views: 429

Compiling problem with x264 version

Hi, In order to get a "full compatible" VLC version with the Java bindings I need to install VLC 0.9.0-test3. When I try to compile it, having VLC 0.9.8a installed it, so dependencies are installed as well, I get this error: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../....
by jgg
22 Jan 2009 11:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Missing srt subtitles
Replies: 9
Views: 1046

Re: Missing srt subtitles

Thank you for your answer. Anyway, I had checked that both names were the same and case matching. I think that the problem can have something to do with the error message I quoted in the first post, but I don't know how to solve it.

Any idea would be much appreciated.
by jgg
14 Jan 2009 17:27
Forum: VLM
Topic: Subtitles streaming. Is it possible?
Replies: 6
Views: 1420

Re: Subtitles streaming. Is it possible?

Still waiting for an update. Any idea, please?

Thanks.
by jgg
23 Dec 2008 15:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Behaviour when configuring a RTSP session with liveMediaServ
Replies: 25
Views: 2031

Re: Behaviour when configuring a RTSP session with liveMediaServ

I add a comment just to help anybody in case he/she is interested in this issue. As Remi said, VoD server seems to be a piece of VLC software which is programmed somehow independently from the rest of VLC functionalities and not in a very smart way. It can be noted how two rtsp.c files exist in the ...
by jgg
17 Dec 2008 17:20
Forum: VLM
Topic: Subtitles streaming. Is it possible?
Replies: 6
Views: 1420

Re: Subtitles streaming. Is it possible?

Any additional info?
by jgg
17 Dec 2008 08:30
Forum: VLC stream-output (sout)
Topic: VLC VOD server behind a router
Replies: 4
Views: 904

Re: VLC VOD server behind a router

Adding the server ports information in the convenient RTSP messages would suffice?
by jgg
16 Dec 2008 19:35
Forum: VLC stream-output (sout)
Topic: VLC VOD server behind a router
Replies: 4
Views: 904

Re: VLC VOD server behind a router

So, could you please tell me how to solve it?


Thank you.
by jgg
16 Dec 2008 11:20
Forum: VLC stream-output (sout)
Topic: VLC VOD server behind a router
Replies: 4
Views: 904

VLC VOD server behind a router

Hi, I have been trying VLM-based VoD for some time in a LAN or in a WAN and everything worked fine. Now I'm trying to get a more realistic testbed where the server is in a WAN and streams to computers in a LAN network. I have been experiencing some problems with this and I have search through this f...

Go to advanced search