hey guys I have written a video player in JMF. I can successfully read a local file on my system and play it in the player.
But now I have to use the socket video data which is received in buffer...! and pass this buffered data to the player...
I have searched the web for long but I cudnt find how to pass the buffered data to the player and get it rendered on the screen.
please do lend me a helping hand...!