-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
announce... new vlc plugin for node-webkit #3097
Comments
+1 |
+1 so awesome |
How well does it work and does the repository come with any tests Would be excellent to have network streaming inside nwjs. Does it work well with CSS like any other HTML element..? VLC plugins work strangely if there is an overlay or if the element is display:none or visibility: hidden. Can't see any docs just yet either to get it working officially with node web-kit. edit: I remember using VLC browser plugin about 6 years ago. It seems very little has been fixed or developed to get it working properly as a proper element. doesn't work as you would expect a flash element to work for example. edit2: tried out vlc plugin inside chrome and unfortunately i can't get vlc to even show with dev tools. vlc disappears as dev tools are opened. I think vlc is excellent but as far as a browser plugin goes it still feels its limited to just a desktop application and after 6 years it would seem things are the same |
I would like to know webchimeras css capabilities too. Is it possible to add menus/overlay with web-tech too, although it uses QtQuick? |
hi do not compare vlc plugins with this one, not the same thing at all i don t know for css capabilities but i don t think we can skin it thru css if it s the question since all the ui is done thru qml, but feel free to ask on their github :) i just reported the availability of this plugin ++ |
@mscreenie @Wortex17 The HTML limitations are mostly related to the object tag and the way the browser is displaying/handling the plugin. Still, WebChimera offers many alternatives to the old problems relating to plugin integration in the page.
You can call FBVLC mode (backward compatibility to WebChimera's ancestor) as explained in the Plugin Documentation. It has a The main reasons why WebChimera was made are to solve the overlaying issues and try to incorporate most web developer needs into one web player. The best possible solution is to build the elements that you want on top of the video with QtQML (as part of the UI), and you can make them interact with the On Page JavaScript by sending events from one side or the other. But as mentioned above, it also offers a wide range of alternatives for this situation. |
a) If you need overlay NPAPI plugin window from html - you have to use This are the main reasons why WebChimera was developed. It uses hardware acceleration (OpenGL or DirectX, depend on platform) to display all content inside plugin window, and use Qml for UI customization. But you have to use Qml for it, due to |
@mscreenie, what tests do you need? WebChimera is just very tiny layer of glue between Qt 5 / libvlc / browser... |
This is ace. I have been searching for a solution to play videos in nw for so long. I found WebChimera some time ago but it did not work then. Having a nerd-boner. +1 |
@LukasBombach, yea, it was a long way :) |
FYI, #3293 |
According to coming NPAPI deprecation using |
hi
just to say that a new vlc plugin is coming 100% compatible with node-webkit (and app:// protocol)
might solve all issue with codecs in node-webkit multimedia apps
please support here:
RSATom/WebChimera#75 (comment)
windows and osx builds are already working just need linux and we re done (next release will fix all issues with node-webkit i think)
can read my discution with the devs yesterday too (very cool!) here
RSATom/WebChimera#76 (comment)
thanks !
++
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: