GrindPlayer
GrindPlayer copied to clipboard
OSMF + Flex based flash video player, which provides most needed functionality in nowadays
Can you to write an XML configuration file as example i want to use it..
It will be very useful for some "test your connection speed" pages and other debug tools.
Good hours) I use the video player to play streaming video. And when I need to play over video overlay logo (on the lower left). I downloaded the source code,...
I have the following `streamParams.javascriptCallbackFunction = camera.videoJSBridge;` ``` cameraController.prototype.videoJSBridge = function(playerId, event, data) { switch (event) { case "onJavaScriptBridgeCreated": debug('Video js bridge created', playerId); camera.feeds[streamId].domElement = $('#' + playerId).get(0); break;...
My Makefile FLEX_SDK ?= /home/andrey/apache-flex-sdk-4.14.1-bin MXMLC ?= $(FLEX_SDK)/bin/mxmlc COMPC ?= $(FLEX_SDK)/bin/compc BUILD_DIR ?= build GRIND_PLAYER=$(BUILD_DIR)/GrindPlayer.swf GRIND_FRAMEWORK=$(BUILD_DIR)/libs/GrindFramework.swc ADVERTISEMENT_PLUGIN=$(BUILD_DIR)/libs/AdvertisementPlugin.swc SUBTITLES_PLUGIN=$(BUILD_DIR)/libs/SubtitlesPlugin.swc DEBUG ?= false LOGGING ?= false TARGET_PLAYER ?= 10.2 SRC = src/GrindPlayer.mxml...
``` var flashvars = { src: "http://netdisk.foream.cn:8080/netdisk/m3u8/25179_0.m3u8" }; var params = { allowFullScreen: true , allowScriptAccess: "always" , bgcolor: "#000000" }; var attrs = { name: "player" }; swfobject.embedSWF("GrindPlayer.swf", "player",...
Hi,first i thanks you for this grindplayer, is the best OSMF based player i used. am using the grindplayer with OSMF Flash pluging (www.flashls.org). The configuration for the advertisement i...