Sandip Narwade
Sandip Narwade
Can I have sample code, It will be more helpful to me
is xuggler will work for taking an image from rtsp?
ok sir I will try
Hello Sir I got following error >SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "main" java.lang.RuntimeException:...
@jaysentang It is not working is showing below warning **WARNING: VLCj does not support webcam devices discovery on Windows platform** and **SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to...
@sarxos it is opeming in VLC. I used same code that above given by @jaysentang . Its not saving image and not showing video in jframe
import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.nio.file.FileSystems; import java.util.ArrayList; import java.util.Arrays; import javax.imageio.ImageIO; import javax.swing.JFrame; import com.github.sarxos.webcam.Webcam; import com.github.sarxos.webcam.WebcamPanel; import com.github.sarxos.webcam.WebcamResolution; import uk.co.caprica.vlcj.medialist.MediaListItem; public class ImageCapture { static {...
**rtsp://192.168.15.233/StreamingSetting?version=1.0&action=login&username=admin&password=&getRTSPStream&ChannelID=1&ChannelName=Channel1** Using this link I am able to see video in VLC player
@jaysentang & @sarxos now following warning are coming **log4j:WARN No appenders could be found for logger (uk.co.caprica.vlcj.Info). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info....
@sarxos then why not video streaming in not coming  showing like this