Skip to content

µPlayer si dynamic media library written in JavaScript based on jplayer (http://jplayer.org/), with many modifications and enhancements allowing comfortable controling of µPlayer. µPlayer main core script is licensed under MIT license (free and open source). µPlayer has many enhancements such as visualizations, RTMP live stream support, tvnoise …

License

Notifications You must be signed in to change notification settings

DrNCXCortex/uPlayer_0.1.0_beta

Repository files navigation

<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> jQuery.support.cors = true; </script> <script type="text/javascript" src="js/upborderfix.js"></script> <script type="text/javascript" src="js/uplayer.js"></script> <script type="text/javascript" src="js/upresponsive.js"></script> <script type="text/javascript" src="js/upvisualization.js"></script> <script type="text/javascript"> $(document).ready(function(){ //replaces JS schemas by working uPlayers if (typeof responsive_players !== 'undefined' && $.isFunction(responsive_players)) responsive_players(); //fix uPlayer borders if is incorrect border on uPlayer skin if (typeof uPfixBorders !== 'undefined' && $.isFunction(uPfixBorders)) uPfixBorders(); //fix uPlayer borders if is IE detected if (typeof fixIEborders !== 'undefined' && $.isFunction(fixIEborders)) fixIEborders(); //load tvnoise if is enabled if (typeof loadTvNoise !== 'undefined' && $.isFunction(loadTvNoise)) loadTvNoise(); //load visualizations if is enabled if (typeof upVis_loader !== 'undefined' && $.isFunction(upVis_loader)) upVis_loader(); }); </script>

µPlayer 0.1.0 beta

What is µPlayer?

µPlayer si dynamic media library written in JavaScript based on jplayer (http://jplayer.org), with many modifications and enhancements allowing comfortable controling of µPlayer. µPlayer main core script is licensed under MIT license (free and open source).

Homepage:

About Current release: 0.1.0 beta

µPlayer is now in heavy develope state, so please keep patience on bugs and gliches. If you found glich you can help us report or improve this project.

Features

  • multi platform compatibility of µPlayer
  • multiple instances of µPlayer HTML and FLASH solutions supported
  • quality switcher included
  • RTMP live stream support ( Flash Solution )
  • multiple size of video screen in µPlayer ( 100p 150p 200p 250p 300p )
  • multiple size of audio in µPlayer
  • custom skins and many colors variation
  • TvNoise Canvas Effect included
  • status texts on screen or in progress bar
  • on screen volume bar with mouse scroll regulation
  • popup volume regulator
  • play or pause when click on video screen
  • enter or leave fullscreen when double click on screen
  • close all popup windows when is clicked outside player
  • Android compatible solutions
  • added freezeMode ( controlls lock ) and simulationMode
  • debug mode ( show main variables in screen )
  • detection of enterpage or leavepage
  • show or hide playlist switch
  • show or hide screen of µPlayer
  • recognizion clrl or shift or alt key combinations
  • play and loading icons
  • option for enable or disable pausing other players
  • a lot of other enhancements and extensions...

EXAMPLES (external media):

000.up_basic_noplaylist_100p.html
001.up_responsive_autoloader_3x100p.html
002.up_dark_vs_silver_2x250p.html
003.up_dark_qualitysw_extended_200p.html
004.up_dark_flash_only_150p.html
005.up_allskins_dark_6x100p.html
006.up_allsize_dark_5x.html
007.up_audio_only_dark_5x.html
008.up_allskins_silver_6x150p.html
009.up_no_solution_200p.html
010.up_dark_visual_250p_html.html
011.up_visual_XHRonly_150p.html
012.up_dark_visual_flashonly_300p_html.html
013.up_RTMP_live_flash_only_300p.html

Screenshots of uPlayer

µPlayer as audio player:



µPlayer with initial tvnoise:



µPlayer silver-white skin:



Screenshots of visualizations



License

  • µPlayer core script is licensed under MIT.
  • µPlayer visualizations is licensed under CC (for NOW)
  • Revolt Flash visualizations is licensed under CC [Creative Commons 2.5] author site

Author

Dr.NCX.Cortex (CrazyLabz)

http://uplayer.org

About

µPlayer si dynamic media library written in JavaScript based on jplayer (http://jplayer.org/), with many modifications and enhancements allowing comfortable controling of µPlayer. µPlayer main core script is licensed under MIT license (free and open source). µPlayer has many enhancements such as visualizations, RTMP live stream support, tvnoise …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published