video player that supports pseudo streaming flv
Hey guys!
I just started learning Java and have made a couple of programs with it so I do understand the basics now. But now I wanted to create a video player that supports playing flv files located on a server, and the server supports pseudo streaming. But how can I implement pseudo streaming flv into a java video player?
Thanks,
Wessel
Re: video player that supports pseudo streaming flv
define 'just started learning java'. as in did u learn OOP yet? the basic building block of java?
Re: video player that supports pseudo streaming flv
I've been learning it for over half a year now and know the OOP structure etc. :P My first project was a program with a GUI interface which searched for users in a database and displayed the results in a table (plus the possibility to add/edit/delete users).
I tried to make a simple video player in javafx which could play files on the harddrive, but Ubuntu doesn't support javafx for so far I can find. So I stumbled upon Xugler which could do the job I think, although I don't really understand how to implement and use it (maybe because I didn't read much of the documentation much).