Java does not need additional libraries in order to decode JPEGs but to decode MPEG-4 there is no SE or SDK support. Can you change the format to JPEG? If not then you have to find a good library.. My first guess is to use Xuggle. http://www.xuggle.com/
The fact that you have given me snippets of MRL code, makes me believe that you have another purpose. Can you describe what you trying to do ? Maybe you can achieve it with VLC - VLC can stream video in from a remote source, and I believe record it.
Thanks GroG, if one day I want to record directly from java without having to use the help of vlc, what can I do, You can help me record it directly from java? the video format that you think is easy?
Hello Dedy, What video
Hello Dedy,
What video formats does a panasonic blc111 support - you might want to include links to manuals which have this information too.
Regards,
GroG
sorry am newbie :Di want
sorry am newbie :D
i want record video format MPEG-4, whether it can with panasonic ipcamera blc 111?
MPEG-4
Java does not need additional libraries in order to decode JPEGs but to decode MPEG-4 there is no SE or SDK support. Can you change the format to JPEG? If not then you have to find a good library.. My first guess is to use Xuggle. http://www.xuggle.com/
so, I can record a video
The OpenCV Service can record video
The fact that you have given me snippets of MRL code, makes me believe that you have another purpose. Can you describe what you trying to do ? Maybe you can achieve it with VLC - VLC can stream video in from a remote source, and I believe record it.
It has MPEG4 decoding capability.
Here,
http://www.austech.info/networking-wireless-cabled/73607-streaming-ip-camera-vlc-player-easy-way.html
It even has specifics for a Panasonic MPEG4
Thanks Friends
Thanks GroG, if one day I want to record directly from java without having to use the help of vlc, what can I do, You can help me record it directly from java? the video format that you think is easy?
Please teach me
i want record video in java ipcamera
Doing a little more research
Doing a little more research - I found this stack overflow stating the Xuggle although amazing does not have much support for IP cameras
The recommondation was to use Java bindings to VLC - here is the link
http://caprica.github.io/vlcj/
Here are some examples -
https://code.google.com/p/vlcj/wiki/SimpleExamples
Thanks..
Thanks Grog, my project was finish, now i use ipcamera with VLC
Hello
i am use this code
rtsp://10.10.10.3:554/nphMpeg4/g726-640x480 and save to file ipcam.asf so i am open to vlc, if I want to record, what code should I add to my file? Am newbie