Mark Panaghiston
Mark Panaghiston
Hello @gregfr I do not know what the problem is with wowza and the RTMP player in the jPlayer flash. I did not write that part, @rmhall generously donated the...
Apparently I need to update my docs on that bit: [jPlayer-files-plugin](http://jplayer.org/latest/developer-guide/#jPlayer-files-plugin) But there are links to the flex sdk if you want to go that way. I'd suggest installing git...
So you spam changing the media SRC and the browser eventually complains that the scripts is taking too long? Firefox I presume?
I suppose this deserves an option in jPlayer. I will flag this as a bug.
This is generic notification that **all users issuing pull requests must sign our [CLA](https://www.clahub.com/agreements/happyworm/jPlayer) before we can consider merging** with the jPlayer project.
Yes this is a problem. With audio, I only see the search not working - no black screen. But the F key is being captured. I'll probably change the key...
Change the fullscreen key using the options: http://jplayer.org/latest/developer-guide/#jPlayer-option-keyBindings I grab the key code from the jQuery page: http://api.jquery.com/event.which/ You could change it to 83 for the `s` key... How often...
This reminds me... We should remove this seeking class in this obsolete manner. This is like an appendix. We now have the state classes being applied to the gui wrapper....
Hopefully we will take a look at this while implementing #266
It is quite possible that new features have not been tested in Zepto properly. I will try test this and review, but in the meantime this option should turn off...