{"id":13743531,"url":"https://github.com/erlyvideo/hlsplayer","last_synced_at":"2025-05-09T01:31:00.005Z","repository":{"id":4635441,"uuid":"5780072","full_name":"erlyvideo/hlsplayer","owner":"erlyvideo","description":"HLS player for OSMF flash framework","archived":false,"fork":false,"pushed_at":"2013-03-04T18:37:11.000Z","size":847,"stargazers_count":59,"open_issues_count":4,"forks_count":24,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-15T14:35:36.758Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erlyvideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-12T13:24:16.000Z","updated_at":"2023-02-25T12:38:14.000Z","dependencies_parsed_at":"2022-09-03T19:01:06.022Z","dependency_job_id":null,"html_url":"https://github.com/erlyvideo/hlsplayer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlyvideo%2Fhlsplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlyvideo%2Fhlsplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlyvideo%2Fhlsplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erlyvideo%2Fhlsplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erlyvideo","download_url":"https://codeload.github.com/erlyvideo/hlsplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253174240,"owners_count":21865837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:50.094Z","updated_at":"2025-05-09T01:30:58.995Z","avatar_url":"https://github.com/erlyvideo.png","language":"ActionScript","readme":"HLS Flash player\n---------------\n\nThis is a complete HLS flash player.\n\nIt contains two important folders: src and libs/at.\n\nsrc contains StrobeMediaPlayback flash player by Adobe in sources. These sources are modified a bit to be able to load m3u8 manifests\n\nlibs/at contains code origined from https://code.google.com/p/apple-http-osmf/ by Matthew Kaufman\nand it was modified by Mihail Latyshov https://github.com/kutu\n\n\n\nMihail has developed a superior version of HLS plugin from scratch: http://osmfhls.kutu.ru/\n\n\n\nSource code is distributed under Mozilla Public License 1.1 as original code.\n\n\nHow to build\n===========\n\n\n    export PATH=$PATH:/usr/local/flex_sdk_4/bin\n    make\n\nYou will see:\n\n    hlsplayer max$ export PATH=$PATH:/usr/local/flex_sdk_4/bin\n    hlsplayer max$ make\n    mxmlc -output SMPHLS.swf \\\n\t\t-source-path libs \\\n\t\t-library-path assets \\\n\t\t-library-path libs \\\n\t\t-static-rsls \\\n\t\t-define CONFIG::LOGGING false \\\n\t\t-define CONFIG::FLASH_10_1 true \\\n\t\tsrc/StrobeMediaPlayback.as\n    Loading configuration file /usr/local/flex_sdk_4/frameworks/flex-config.xml\n    /Users/max/Sites/hlsplayer/SMPHLS.swf (282726 bytes)\n\n\nHow to use\n==========\n\n\nTake commercial version of http://erlyvideo.org/ (or any other HLS video server), launch it and add following code to your webpage:\n\n    \u003cdiv id=\"player\"\u003eVideo should be here\u003c/div\u003e\n    \u003cscript type=\"text/javascript\"\u003e\n    $(function() {\n      var flashvars = {\n        src : \"http://streamer/stream/index.m3u8\",\n        autoPlay: true\n      };\n      var paramObj = {allowScriptAccess : \"always\", allowFullScreen : \"true\", allowNetworking : \"all\"};\n      swfobject.embedSWF(\"http://streamer/flu/StrobeMediaPlayback.swf\", \"player\", 640, 480, \"10.3\", \"/flu/expressInstall.swf\",\n        flashvars, paramObj, {name: \"StrobeMediaPlayback\"});\n    });\n    \u003c/script\u003e\n\n\n\n\n\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":["Multimedia"],"sub_categories":["Media Player"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlyvideo%2Fhlsplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferlyvideo%2Fhlsplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferlyvideo%2Fhlsplayer/lists"}