views:

3

answers:

0

I have a scenario. I have an audio file on an FTP location. Its a JSP applicaiton. I want to do streaming on my webpage. What I am thinking to open an inputstream on that file that is on ftp location. And connect that input stream to JavaFx player. (never coded Javafx before)

So JavaFx will play that buffer.

My approach is right?