Search found 8 matches

Go to advanced search

by wollnyst
22 Oct 2008 20:16
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3070

Re: How to record stream RTSP with JVLC?

oh, wow as you say, looks good...
now i checked it, the e:\test.avi is creating, but if i open it with vlc the first 10-15 seconds are black...

what can i do to transform the video into simple mpeg1 or mpeg2 ?
by wollnyst
22 Oct 2008 11:54
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3070

Re: How to record stream RTSP with JVLC?

ah ok... i dont know wich part is important, so the hole output: [00000001] main libvlc debug: VLC media player - version 0.9.2 Grishenko - (c) 1996-2008 the VideoLAN team [00000001] main libvlc debug: libvlc was configured with ./configure '--host=i586-mingw32msvc' '--build=i386-linux' '--enable-mk...
by wollnyst
22 Oct 2008 11:32
Forum: General VLC media player Troubleshooting
Topic: Change marq dynamic? with JVLC?
Replies: 0
Views: 194

Change marq dynamic? with JVLC?

Hi there, is it possible to change marq dyamic? i got this: mdist.addOption(":sub-filter=marq"); mdist.addOption(":marq-marquee=%d.%m.%Y %H:%M x1 x2"); mdist.addOption(":marq-x=20"); mdist.addOption(":marq-y=440"); mdist.addOption(":marq-size=18"); a...
by wollnyst
22 Oct 2008 11:26
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3070

Re: How to record stream RTSP with JVLC?

hum? -vvv works with jvlc? if I try String[] arg = new String[5]; arg[0] = "--vvv"; arg[1] = "--no-ignore-config"; arg[2] = "--no-plugins-cache"; arg[3] = "--plugin-path=plugins"; arg[4] = "--no-snapshot-preview"; // ** neue JVLC Instanz erzeugen ** ...
by wollnyst
13 Oct 2008 16:45
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3070

Re: How to record stream RTSP with JVLC?

hmm i dont know realy much about vlc commands arguments / commands, is there a faq/tut? i tried public static void main(String[] args) { String[] arg = new String[5]; arg[0] = "--intf=dummy"; arg[1] = "--ignore-config"; arg[2] = "--no-plugins-cache"; arg[3] = "--pl...
by wollnyst
12 Oct 2008 19:09
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3070

Re: How to record stream RTSP with JVLC?

i got pretty much the same problem...
any solutions?
by wollnyst
11 Oct 2008 18:17
Forum: VLC media player for Windows Troubleshooting
Topic: main access error: no access module matched "any"
Replies: 17
Views: 11914

Re: main access error: no access module matched "any"

hi, i followd the "guide", but no i get an UnsatisfiedLinkError exception. whats wrong? Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc': Das angegebene Modul wurde nicht gefunden. at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.ja...
by wollnyst
10 Oct 2008 16:55
Forum: VLC media player for Windows Troubleshooting
Topic: [JVLC] Creating MediaPlayer by rtsp-Stream
Replies: 0
Views: 268

[JVLC] Creating MediaPlayer by rtsp-Stream

So JVLC is much trickier then I thougt... Whatever, whats my mistake? I want to display a rtsp-Stream in a Canvas, manipulate, take Snapshots and record it. If I use a Playlist it works jvlc.setVideoOutput(V_mainFrame.c_video); try { playlist.add("rtsp://169.254.239.208/mpeg4/media.amp", &...

Go to advanced search