supernginx / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
0 stars 0 forks source link

BuiltInConfig uses the wrong variable name for rtmp config #512

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Look in svn core/src/actionscript-builtin/BuiltInConfig.as, at the 
RTMPStreamProvider private var:

http://code.google.com/p/flowplayer-core/source/browse/flowplayer/trunk/src/acti
onscript-builtin/BuiltInConfig.as

What is the expected output? What do you see instead?
It currently looks like this:

//    private var pseudo:org.flowplayer.rtmp.RTMPStreamProvider;

It should probably look like this:

//    private var rtmp:org.flowplayer.rtmp.RTMPStreamProvider;

Original issue reported on code.google.com by tadafor...@gmail.com on 9 Apr 2012 at 7:50

GoogleCodeExporter commented 8 years ago
Also, "pseudo" is misspelled as "psuedo" twice in that file.

Original comment by tadafor...@gmail.com on 9 Apr 2012 at 11:40

GoogleCodeExporter commented 8 years ago
Hi these are commented out to be applied yourself. This has been cleaned up 
thanks. 

Original comment by dani...@electroteque.org on 10 Apr 2012 at 2:33