-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strobe Media Playback: invalid parameter passed to method #112
Comments
@Marc477 could you please give a link to your test page, i'll check what goes wrong there |
Test page: http://marcantoinedesbiens.ca/test/ Both video have the same parameters , but the second loads the plugin from another domain. Only the first works. |
And yes it is exactly the same swf file on both servers |
Test page don't load both players (direct link also) GET http://zenterac.com/data/StrobeMediaPlayback.swf net::ERR_CONNECTION_TIMED_OUT |
Yes, it is because my test server was down, i changed the test so that now the files are hosted on google drive. You can retry here: http://marcantoinedesbiens.ca/test/ Thank you for your help |
I was trying to reproduce this error but all works fine with(or without) crossdomain. |
Thank you so much, with your example I could compare the response headers. On my second test, for some reason loading HLSDynamicPlugin.swf from https (google drive) wasnt working. Only StrobeMediaPlayback.swf was loading. (Maybe StrobeMediaPlayback.swf does not support loading plugins from HTTPS) So it was 2 different errors on the 2 server i tried. But it wasnt a crossdomain issue. |
But now when I load StrobeMediaPlayback.swf from another domain, the javascript callback doesnt seem to work: javascriptCallbackFunction: "FHLS_Event" http://marcantoinedesbiens.ca/test/ I tried from server 1 -> server 2, and from server 2 -> server 1. Doesnt work. |
Try this:
|
Thank you for your help ! |
I tried both Strobe Media Playback and Grindplayer with your HLS plugin, it works fine on localhost, but if I put the .swf on another domain, I get this error (invalid parameter passed to method) with Strobe Media Playback , and nothing is working with Grindplayer.
This is the only thing i change, I know that the files get loaded (network tab) but then it crashes. I know also that it is not a crossdomain.xml issue since i've put that file on my server (it works with video.js).
I use chrome 42 and windows 7, Flash 17.0.0.169
I think you can get a similar issue here:http://osmfhls.kutu.ru/ (SMP player only)
Thank you
The text was updated successfully, but these errors were encountered: