Projects tagged ‘videoplayer’


[37 total ]

0 Users

Apdev ActionScript 3.0 VideoPlayerEasy to use open-source ActionScript 3.0 VideoPlayer able to playback all flash-compatible video-formats like FLV (on2, sorenson) or even MOV (h.264) and can be ... [More] integrated in every flash project you're currently working on. The example videoplayer is only 11.5KB in size - compared to about 70-80KB if you'd be using the built-in FLVPlayback component. UpdatesVERSION 1.0.1: We added a wrapper for embedding the videoplayer into a HTML page - check out the example here: Embed Apdev VideoPlayer into HTML VERSION 1.0.2: there's now also a skinned version of the HTML-VideoPlayer. Take a look at the ApdevVideoPlayerDefaultStyle.as to get an overview over the customizable attributes of the Apdev VideoPlayer. You can set them in ActionScript or just pass them from HTML via flashvars. Code documentationApdev VideoPlayer code documentation Screenshot of example playerStandard Apdev VideoPlayer normal colorset customized VideoPlayer with "apdev" colorset (could be any colors you want) Code example (ActionScript)// create videoplayer var video:ApdevVideoPlayer = new ApdevVideoPlayer(320, 240); // position videoplayer on stage video.x = 25; video.y = 25; // add videoplayer to stage addChild(video); // add eventlistener video.addEventListener(VideoControlsEvent.STATE_UPDATE, onStateUpdate, false, 0, true); // position the videoplayer's controls at the bottom of the video video.controlsOverVideo = false; // controls should not fade out (when not in fullscreen mode) video.controlsAutoHide = false; // load preview image video.videostill = "videostill.jpg"; // set video's autoplay to false video.autoPlay = false; // load video video.load("video01.mp4"); // ... /** * event listener - called when videoplayer's state changes. */ private function onStateUpdate(event:VideoControlsEvent):void { trace("onStateUpdate() >>> " + event.data); }Code example (HTML version - using SWFObject) // ... // // ... alternativ content // ... [Less]
Created 4 months ago.

0 Users

A media player with performance, stability, and ease of use as design goals for KJs at their shows. Written in Python and WxPython it is a great companion to a karaoke show.
Created 8 months ago.

0 Users

iGroove is an open source Flash/XML based MP3 and Video player developed for IST 402 by Matt Trout and Mike DeLorenzo.
Created 12 months ago.

0 Users

Introducing imoracleImoracle is an Open Source FLV Video Player build using OpenLaszlo Framework. The player currently supports following features: Supports (.flv) videos formats Supports full ... [More] screen kiosk mode Ability to assign video url directly or using a web service Ability to show related videos using a web service Ability to show Google Adsense Advertisements after video finish playing Ability to callback a web service when video starts and finish playing (for stats) Keyboard shortcuts for volume, forward/rewind, play/pause, full screen [Less]
Created 4 months ago.

0 Users

a player for linux. it can be used to listen to radio, record stream, and play various media.
Created 12 months ago.

0 Users

TripperTV is a Video Player especially for Music Videos. The Player part (called TripperTV) is only an always fullscreen video window, all control and stuff is done over network, with a client program ... [More] called QControl. Music Videos are organized in Collections, can be tagged with Tags and can be Rated. The player, once started, never stops playback and selects next tracks by random with a weighted-random mechanism based on Rating, how often a Track was played and other data. No code or binaries at this Point. if you are interested, come back later ;) ...sorry... [Less]
Created 12 months ago.

0 Users

Featuresgstreamer based supported file types: everything supported by gstreamer (mp3, ogg, videos, ...) constant pitch tempo adjustment precise/quick seeking (works for videos too!) position marker ... [More] system simple keyboard controls responsive user interface due to pygame InstallationIt's just a python script: download Besides python you must have installed: gstreamer scaletempo/pitch plugins for gstreamer python bindings for gstreamer pygame If you're running Ubuntu 9.04 this means you'll have to install these packages: gstreamer0.10-plugins-bad python-gst0.10 python-pygame Ubuntu 8.04/8.10 versions of gstreamer0.10-plugins-bad do not contain the required scaletempo/pitch plugins so you'll have to compile it manually. Screenshot UsageStart with: pyTranscribe.py Keyboard Controls: LEFT/RIGHT -> seek BACKSPACE -> seek to active marker (the green one) and start playing if paused HOME -> seek to 00:00:000 SPACE -> pause/play +/- -> adjust tempo in 12-root(2) steps F5-F10 -> set tempo to 50% - 100% b -> toggle scaletempo bypass m -> create new marker at current position d -> delete active marker +/- -> precisely move active marker The only implemented mouse control is: LEFTMOUSEBUTTON in progress bar -> seek [Less]
Created 4 months ago.

0 Users

A Django application for integrating a Flash video player into templates using a custom template tag. Currently it only support Flowplayer. For more information, visit http://patch-village.com django-videoplayer is sponsored by EnzymeIT
Created about 1 year ago.

0 Users

Just another media player with the ability to search audio,video anywhere in the net, and can also select files from your local computer. An experimental project to explore Adobe flex features.
Created 12 months ago.

0 Users

marsplayer is designed to work on HTML, Flex Apps and AIR apps with the simplest of integration. It can play all video formats supported by flash and has built in video APIs from YouTube, Vimeo ... [More] , Metacafe to name a few such that users don't have to integrate all these APIs separately. All one needs is marsplayer and it come pre-packaged with all video hosts videos. marsplayer is built on the flex framework and can be easily integrated into any Flex App, AIR App or can be used as a stand alone player in any HTML page with JS control functionality. marsplayer is built on the following design principals. lightweight simple integration with AS3, Flex, AIR, JS and HTML reliable works with any back end can serve ads inc, video and overlay ads can be easily skinned has built in APIs for all video sites including YouTube Vimeo Metacafe and more. [Less]
Created 3 months ago.