Search found 12 matches

Go to advanced search

by xpapax
26 Aug 2011 18:56
Forum: Development around libVLC
Topic: numerous xdg-screensaver's running
Replies: 8
Views: 1688

Re: numerous xdg-screensaver's running

Oh I can see it being my code. Its pretty hacked together. I'm not sure what section of the code to post, but I will give a brief run down of how I have it working, and a few questions I've had about the proper way doing things. I have a playlist stored in a local DB, when the player starts its pull...
by xpapax
26 Aug 2011 17:14
Forum: Development around libVLC
Topic: numerous xdg-screensaver's running
Replies: 8
Views: 1688

numerous xdg-screensaver's running

I'm using the MediaListPlayer to play about 20 videos in a loop. I left them playing through the night last night and when I did a ps -A this morning there was about 30 xdg-screensaver's running, and I was unable to start any programs until I killed my VLC / Java code. My question is; Is it normal f...
by xpapax
24 Aug 2011 23:05
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Logo aspect ratio
Replies: 1
Views: 358

Re: Logo aspect ratio

Another note, I just played my list of videos through for the first time and the logo only shows up on the 360p videos not the 720p videos. If i run a single 720p video from command line the logo shows up, and same if i run a 360p (although zoomed). But if using the Media Play List and adding the ar...
by xpapax
24 Aug 2011 18:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Logo aspect ratio
Replies: 1
Views: 358

Logo aspect ratio

I'm using the Media List player to play several different videos but unfortunately the videos are not all the same resolution. I created a .png logo that fits perfect on the 720p videos but if I use the same logo for a 360p video the logo gets stretched. The 360p video is zoomed to fit the size of t...
by xpapax
06 Jul 2011 16:31
Forum: Development around libVLC
Topic: Playback changing to ASCII randomly
Replies: 1
Views: 540

Playback changing to ASCII randomly

Hi all again, So this time I've loading my little video playback program onto one of my other computers. Same spec's and setup (I believe) as the last one and I was able to just copy over my java, install vlc and everything runs. But now I'm getting a very odd thing happening; playback will randomly...
by xpapax
14 Jun 2011 23:52
Forum: Development around libVLC
Topic: number of reference frames exceeds max
Replies: 1
Views: 1368

Re: number of reference frames exceeds max

Is there an Exception I can use in a catch?
by xpapax
13 Jun 2011 18:58
Forum: Development around libVLC
Topic: number of reference frames exceeds max
Replies: 1
Views: 1368

number of reference frames exceeds max

I'm running a roughly 20 vid, 40 image playlist. I will go through the whole set probably 5-6 times, but I get the following output error after roughly 12-20 hours of run time. [0x2128c0e0] main input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 3272 ms) number of referen...
by xpapax
01 Jun 2011 16:43
Forum: Development around libVLC
Topic: VLCJ input_SplitMRI... not a valid URI
Replies: 10
Views: 1240

Re: VLCJ input_SplitMRI... not a valid URI

So I was having no luck with playlist.addMedia("/home/me/2.jpg", "image-duration=3"); so I went back to using mediaList.addMedia("fake://C:\\test.jpg", "fake-duration=3000"); . I moved it onto a linux machine last night and I get no "Reparenting" err...
by xpapax
30 May 2011 21:45
Forum: Development around libVLC
Topic: VLCJ input_SplitMRI... not a valid URI
Replies: 10
Views: 1240

Re: VLCJ input_SplitMRI... not a valid URI

VLCJ 1.2.0
VLC 1.1.9.0

I should be fully up to date.
Maybe something to do with windows?
by xpapax
30 May 2011 21:13
Forum: Development around libVLC
Topic: VLCJ input_SplitMRI... not a valid URI
Replies: 10
Views: 1240

Re: VLCJ input_SplitMRI... not a valid URI

Okay, so i tried changing it to mediaList.addMedia("C:\\test.jpg", "image-duration=5"); and now the image is staying on screen for about 1 second, same as if i didnt add "image-duration=..." at all. Im also now receiving the following error. [0d5afda0] main subpicture e...
by xpapax
30 May 2011 17:30
Forum: Development around libVLC
Topic: VLCJ input_SplitMRI... not a valid URI
Replies: 10
Views: 1240

VLCJ input_SplitMRI... not a valid URI

I have a very basic little player set up, it consists of two videos and an image currently. I use the Media Play List to play all three items, and run them in a loop. I used the following code to get the image to display in the video and remain on the screen, but I'm getting the following error outp...
by xpapax
30 May 2011 17:00
Forum: Development around libVLC
Topic: Reparenting an object is dangerous?
Replies: 4
Views: 675

Re: Reparenting an object is dangerous?

Is it a problem with VLC, or vlcj? I'm getting the same output when playing a playlist in my java program, which should I be checking for a new version for?

Go to advanced search