Skip to main content
Participant
March 24, 2009
Question

Java Client for Adobe Flash Media Streaming Server

  • March 24, 2009
  • 1 reply
  • 1060 views
Hello

Is it possible to connect to a Adobe Flash Media Streaming Server by a java client?

I need to be able to receive a streamed RTMP flash-video and implement the following functions:
- PLAY
- PAUSE
- STOP
- GO TO A SPECIFIC POSITION

I need to implement this player on a non-top-level Swing JComponent in Java (because this is the restriction I have from sun's wonderland, where I want to implement this player)...

How can I do that in Java? Are there any code examples available or do you know an API or other possibilities to do that?

Thanks for you help.

Kind regards,
Peter
    This topic has been closed for replies.

    1 reply

    Participant
    March 28, 2009
    *up*

    Is this not possible?

    Thanks for an answer.
    Peter

    Inspiring
    March 28, 2009
    This is a pretty big question. Is it possible? Probably. In theory it should. But *normally* the client is based on the flash player. I believe the protocol is publically available if you want to roll your own.

    But if you are looking for readily available solution, there is none that I know of.