my code for stream ipcamera :
rtsp://10.10.10.3:554/nphMpeg4/g726-640x480 and save to test.asf
how record ipcamera using *.*asf file...??? Please help me
my code for stream ipcamera :
rtsp://10.10.10.3:554/nphMpeg4/g726-640x480 and save to test.asf
how record ipcamera using *.*asf file...??? Please help me
You said you wanted it in
You said you wanted it in Java so a quick search bring up this video :
Its an example of how to use VLCJ to play media, The second "file" in the video would be your rtsp://... url.
You will have to look up how to save the media using VLCJ.
"Unable to load library 'libvlc' I am Using Windows 7 64 Bit..
You need to add a command
You need to add a command line parameter to java when it starts your class. This tells where Java where it can look for required native files - such as libvlc.dll - find the file and add the path to this JVM argument.
java -Djava.library.path="C:\ Program Files (x86)\VideoLAN\VLC;"
It would help to know if you are using Eclipse or some other IDE to debug.
how do i run the command
Looking at the code you
Looking at the code you posted :
I see this line
If libvlc.dll is not in "C:\\Program Files (x86)\\VideoLAN\\VLC" - then that is your first problem.
Another possible problem is you have Windows 64 operating system, but 32 bit Java, and a 64 bit VLC dll. When you mix it like this it will not work.
Find the Java bitness this way
what should I do to resolve e this?
my java version 64 Bit:
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
I think I did not mix the java version and Windows version..
am use java 64 bit and windows 64 bit.
i see libvlc.dll in my computer C:\\Program Files (x86)\\VideoLAN\\VLC
my error code :
Where is libvlc.dll on your
Where is libvlc.dll on your system?
what should I do?
libvlc.dll and libvlccore.dll on C:\Program Files (x86)\VideoLAN\VLC..
if libvlc.dll I have found, what should I do?
I expect an answer from you please help me
Hmmm.. I'll have to try it
Hmmm.. I'll have to try it myself....
Thanks Friends
it's work..
the trouble at bit vlc version, this is my wrong..
your answer is true..
thanks grog