Hi all!
I am working to a Java project and I need to acquire and reproduce a video stream.
I am going to explain me better:
I have got a Raspberry that works as a server and send me a video stream to a specific address (let's take for example 192.168.0.6:8082); and I need to acquire this video stream ("capturing it" from the url: 192.168.0.6:8082) and to reproduce it inside a Java application using a JFrame/JPanel/whatever I can use.
Trying to be as clear as possible to explain my situation, I want to specify that the problem only consist on receiving the video stram that I do not know how to do (I have the video stream avaiable at the address I used before as example - I can reproduce it using vlc media player or the web browser -what I have to do is "capture" and reproduce it with Java).
Thanks in advance to all.