Skip to content
View 777777miSSU7777777's full-sized avatar
Block or Report

Block or report 777777miSSU7777777

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. go-ass go-ass Public

    GO ASS - is a self-hosted audio streaming service written on golang. It using hls.js on client side.

    JavaScript 1

  2. Transcode mp3 to hls stream via ffmpeg. Transcode mp3 to hls stream via ffmpeg.
    1
    ffmpeg \
    2
    	-i audio_name.mp3 \
    3
    	-vn -ac 2 -acodec aac \
    4
    	-f segment -segment_format mpegts -segment_time 10 \
    5
    	-segment_list audio_pl.m3u8 \
  3. hls-audio-player hls-audio-player Public

    Self-written and cross-browser HLS audio player

    TypeScript 2