1

I am running a JavaFX application on a Raspberry Pi that is on the same network as my Wansview NBC540W ip camera. At the moment I simply would like to see the output of the ip camera in the JavaFX application. Any suggestions or working examples?

1 Answers1

1

If you look at this link: https://www.ispyconnect.com/man.aspx?n=wansview you can see that the video stream from that camera is an .asf stream.

Here is some information on streaming in Java applications: How to play radio live stream .asx video/x-ms-asf?

Community
  • 1
  • 1
Gremash
  • 8,158
  • 6
  • 30
  • 44