Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

need help with implementation #1

Open
dan-nl opened this issue Jun 20, 2015 · 8 comments
Open

need help with implementation #1

dan-nl opened this issue Jun 20, 2015 · 8 comments
Labels

Comments

@dan-nl
Copy link

dan-nl commented Jun 20, 2015

expected result
player plays http://video.archivioluce.com//WMedia/300/MpegI300/I018102.wmv

actual results
“No compatible source was found for this video”

steps taken

  1. used MS Visual Studio Community 2013 to build the video-js.xap file
  2. added the videojs-silverlight plugin per the readme documentation
@Afterster
Copy link
Owner

You should check that all files are included properly:

  • video.js javascript file
  • videojs-silverlight javascript file
  • videojs-silverlight xap file

Also, be sure Silverlight plugin is installed on your browser and enabled.

@dan-nl
Copy link
Author

dan-nl commented Jul 8, 2015

thought i had all of the above sorter,, but will double-check.

is it possible to include your silverlight.xap file in the lib folder?
my concern is that it may be the compile of the xap that is part of the problem.

@Afterster
Copy link
Owner

@gnz00
Copy link

gnz00 commented Jul 14, 2015

I was curious about this example, https://github.com/Afterster/videojs-silverlight/blob/master/example.html

Why wouldn't you need to update the xap file if using the CDN version?

Thanks!

@Afterster
Copy link
Owner

You don't, that's what the comment is telling you. But there is no CDN version right now.

@gnz00
Copy link

gnz00 commented Jul 14, 2015

Oh ok, thank you.
I did notice that it was already set here. I was wondering if your local implementation was working for you. I tried to test with your example.html (with a different source), and I was unable to get the video to playback in IE11 and Firefox (35.0.4, Mac OSX in 32-bit mode).
My initial thoughts were that Silverlight expects a certain content-type response from the server, however, I noticed that it wasn't even sending an initial request for the file. The plugin did create the Silverlight object as expected, so I was wondering if you had any insights.
Please see my screenshots in this imgur album for more details. Thank you for creating all these VideoJS plugins, I'll try to help in any way (documentation, examples, etc).

@Afterster
Copy link
Owner

Looks like there is an issue with IE indeed (callbacks functions are not called from Silverlight component, I have to check why).
About firefox, could you try to play a file which is side by side to xap component? (set source file to test.wmv instead of http://.../test.wmv).

@gnz00
Copy link

gnz00 commented Sep 30, 2015

Sorry to leave you hanging, I was unable to get Silverlight working at all on Chrome or Firefox. I tried remote and local sources.

@Afterster Afterster added the bug label Nov 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants