Coder Social home page Coder Social logo

reops's People

Watchers

 avatar

reops's Issues

Feature Request to add ability to specify the additional parameter "true" for FMSURL for RTMP streaming

This is a request for additional feature and not a defect.

First, many thanks for making this sample player available.  It is a great
and flexible player.

One additional feature that I believe would be very useful is to be able to
set the configurations such that FMSURL is instantiated with the additional
parameter "true".  This is needed in the cases similar to the one
highlighted in this discussion thread

http://groups.adobe.com/posts/25d1da1e64

As indicated in the discussion thread, the following is needed in order to
connect to some RTMP streams hosted by some streaming services.

"2) When constructing the URL, use the FMSURL class, passing a "true" value
in for the useInstance param, as follows: var resource = new
URLResource(new FMSURL(videoUrl, true));  The useInstance param was added
specifically for this case."

Adding the ability to have the parameter "true" for FMSURL would allow the
users of the player to use it to play RTMP streams from those streaming
services.

What version of the product are you using? On what operating system?
REOPS 0.1


Please provide any additional information below.

Once again, thanks.

Original issue reported on code.google.com by [email protected] on 16 Feb 2010 at 12:23

Problems with extending an existing skin

I am trying to customize a skin. I do need some extra functinallity. When ever 
I add a new button (as a MovieClip) in the Luna.fla connected to my own class, 
I cannot run the Player anymore (a FlashBuilder 4 project). 

I am alsways getting the following error:

ReferenceError: Error #1065: Variable ControlBar ist nicht definiert.
at flash.system::ApplicationDomain/getDefinition()
at 
com.realeyes.osmfplayer.model.config.skin::SkinElement/buildSkinElement()[C:\_li
braries\REOPS\src\com\realeyes\osmfplayer\model\config\skin\SkinElement.as:68]
at 
com.realeyes.osmfplayer.view::SkinContainer/_generateInstance()[C:\_libraries\RE
OPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:247]
at 
com.realeyes.osmfplayer.view::SkinContainer/generateSkinInstance()[C:\_libraries
\REOPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:649]
at 
com.realeyes.osmfplayer.view::SkinContainer/_generateSkin()[C:\_libraries\REOPS\
src\com\realeyes\osmfplayer\view\SkinContainer.as:679]
at 
com.realeyes.osmfplayer.view::SkinContainer/_skinLoadComplete()[C:\_libraries\RE
OPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:791]


Wich pretty much translates into:

ReferenceError: Error #1065: Variable ControlBar is undefined.
at flash.system::ApplicationDomain/getDefinition()
at 
com.realeyes.osmfplayer.model.config.skin::SkinElement/buildSkinElement()[C:\_li
braries\REOPS\src\com\realeyes\osmfplayer\model\config\skin\SkinElement.as:68]
at 
com.realeyes.osmfplayer.view::SkinContainer/_generateInstance()[C:\_libraries\RE
OPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:247]
at 
com.realeyes.osmfplayer.view::SkinContainer/generateSkinInstance()[C:\_libraries
\REOPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:649]
at 
com.realeyes.osmfplayer.view::SkinContainer/_generateSkin()[C:\_libraries\REOPS\
src\com\realeyes\osmfplayer\view\SkinContainer.as:679]
at 
com.realeyes.osmfplayer.view::SkinContainer/_skinLoadComplete()[C:\_libraries\RE
OPS\src\com\realeyes\osmfplayer\view\SkinContainer.as:791]

I am using the latest REOPSLib.swc on a MacOSX (10.6) System.


How can I extend the Skin and add some extra functionallity. Could you please 
help?

I also tried to use the classes instead of the REOPSLib.swc but then the 
captioning plugin is not working anymore and I cannot compile the Lunar.swf, it 
will throw an error like: 
The interface method get text in namespace 
com.realeyes.osmfplayer.controls:IClosedCaptionField is implemented with an 
incompatible signature in class 
com.realeyes.osmfplayer.controls:ClosedCaptionField

Original issue reported on code.google.com by [email protected] on 9 Nov 2010 at 10:56

Videos player does not appear in Wordpress Category view

I have used the flash player in wordpress. It is working in Single post view 
like 
http://www.vidionline.com/rac/atlantic/archives/adjusting-the-i-20-sprinkler

But when I take Category View of posts like 
http://www.vidionline.com/rac/atlantic/archives/category/how-to

This is bad view of Category. Player should appear in Post's Categories view 
also so we can make list of videos.

Regards,
Waheed.


Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 7:45

The Full screen button on the skin does not work properly

Hi, thanks for making this REOPS player source code available to all of us, I 
think it is a great example that we can use as a stepping stone.

I tried to deploy a player by using those skins that come with the source code, 
but the full screen button does not work as expected.  It does make the video 
zoom, but it cropped at the edge of the stage.

Thanks

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 9:43

Controlbar stays hidden when FullScreen is restored

What steps will reproduce the problem?
1. in the config file, in the skinElement controlBar node, set the autoHide 
property to "false". 
2. reproduce a video
3. click fullscreen
4. wait until controlBar hide (no mouse move)
5. now press escape key on the keyboard (this is is what is causing the bug)
6. controlbar stays hidden.

What is the expected output? What do you see instead?
Controlbar should be visible.

What version of the product are you using? On what operating system?


Please provide any additional information below.
if you add showControls function in the SkinContainer._onFullScreenRestore 
method, problem is fixed.


Original issue reported on code.google.com by [email protected] on 24 Aug 2010 at 7:38

Fullscreen mode displays in the dimension of the primary monitor on systems with one graphic card and several monitors.

What steps will reproduce the problem?
1. Draw the window with the player in it on a secondary screen, press 
fullscreen.


What is the expected output? What do you see instead?
It should scale to the monitor selected to be displayed in. It scales to the 
dimensions of the primary monitor instead. It works with a recent strobe release

What version of the product are you using? On what operating system?
I use the recent release of reops.
My OS is Windows XP, Multiple Monitors, NVIDIA Graphics card

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Aug 2011 at 10:54

Sugestion: Turn all private properties and methods to protected, so we can extend the classes

Hey guys, I want you to know that is probably the best skin featured video 
player that I know. I started using REOPS because using OSMF directly was 
giving me a headache, so thanks for sharing. 

As the title says, I have a suggestion:  Turn all private properties and 
methods to protected, so we can extend the classes. This request is particulary 
aimed to SkinContainer and REOPS classes. This way we can add functionality and 
make more complex skins.

For example I have a video player that has a background image that is bigger 
than the video player bounds, so when I hit the fullscreen button it breaks all 
the layout in fullcreen mode because the mediaPlayerShell is not on (0, 0), 
it's on (10, 10). 

Thanks again!

Original issue reported on code.google.com by [email protected] on 1 Oct 2010 at 4:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.