Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

JMF - Playing same mpeg to 2 seperate panels

  • 02-06-2006 02:34PM
    #1
    Moderators, Education Moderators Posts: 1,699 Mod ✭✭✭✭


    I have developed a media application that plays mp3's/mpeg files.

    All the playing is done using the jmf. When a user chooses a video it's played
    in a small panel on the screen and when the user touches the panel it displays the video on full screen.

    My computer is also hooked up to a video card that has a s-video connection.
    I essentially have another desktop area I can put something, this would be quite handy to put a another panel with the same video at say setLocation(1280,0);

    This would only happen if the extra graphical device is available.

    Video at the moment plays fine but I would like to have a video play in the small panel on the user graphical device then the same video play on the fullscreen graphical device.

    I have managed to get the same datasource video playing with 2 different players playing using the clone example on the JMF site but surely there is a more efficient method which just shares the stream data to both panels instead of having to sperately create and realize 2 players and start them at the exact same time?


Advertisement