[ 
https://issues.apache.org/jira/browse/PIVOT-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846690#action_12846690
 ] 

Greg Brown commented on PIVOT-434:
----------------------------------

> I was thinking to use external player, for example VLC and Java Native API to 
> get full control of vlc in java. Can this MovieView display a stream from VLC?

In theory yes, but not without a fair amount of work. You'd probably need to 
write an AWT wrapper for it, then figure out how to bridge that into Pivot 
(Pivot doesn't currently support heavyweight components).

Could you possibly delegate your video playback to an external player and 
simply it from your Pivot app? You could use the AWT Desktop class to open a 
QuickTime movie, for example.

If it has to be inline, you might be able to do something with this, but I'm 
not sure - haven't ever looked into it fully:

http://www.alphaworks.ibm.com/tech/tk4mpeg4



> Audio/Video Player (with streaming ability)
> -------------------------------------------
>
>                 Key: PIVOT-434
>                 URL: https://issues.apache.org/jira/browse/PIVOT-434
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk-media
>            Reporter: Dmitriy Mayboroda
>
> I think it would be nice to have it. For example:
> {code:xml}
> <MediaPlayer url="" startFrom="150" loop="-1"  />
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to