有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

用于播放youtube等媒体的javascript java脚本插件

在我基于spring的项目中,我需要以任何格式播放音频/视频,并且将类似于you tube,所以我正在尝试寻找js插件,它可能是最好的,而且是免费的

如果我能得到一些建议,那将非常有帮助

谢谢!


共 (1) 个答案

  1. # 1 楼答案

    你可以使用videogular

    angular.module('myApp',
            [
                "ngSanitize",
                "com.2fdevs.videogular",
                "com.2fdevs.videogular.plugins.controls",
                "com.2fdevs.videogular.plugins.overlayplay",
                "com.2fdevs.videogular.plugins.poster",
                "com.2fdevs.videogular.plugins.buffering",
                "luegg.directives"
            ]
        )
    

    DEMO