Plugin on Firefox on Win/OSX cannot play https streams

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
ams.fwd
New Cone
New Cone
Posts: 5
Joined: 11 Aug 2010 23:19

Plugin on Firefox on Win/OSX cannot play https streams

Postby ams.fwd » 20 Aug 2010 02:17

Hi.

I just recently ran into this problem. I have an embedded player with all sorts of goodies. The problem I ran into is that the player cannot seem to play files on https domains. This is only a problem on windows and OSX.

The same page on linux seems to work fine.

To test:

Code: Select all

<html> <body> <embed type="application/x-vlc-plugin" name="vlc" id="vlc" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="500" height="280" /> </body> </html>
and then:

Code: Select all

var x = document.vlc; var id = x.playlist.add("https://fascinator.usq.edu.au/trac/export/2752/code/the-fascinator2/branches/media/plugins/transformer/ffmpeg/src/test/resources/quicktime.mp4"); // google for "test filetype:mp4 inurl:https" x.playlist.playItem(id); alert(x.input.state);
This will alert "7" which is the error state. Unfortunately because the log object does not exist anymore there is really no way for me to know what the real error is.

I searched in trac and could not find any bug reports regarding this. I was wondering if anybody knows what the problem is and/or if there are any workarounds. If not, I will file a bug.

Thanks.
AM

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests