SkillAgentSearch skills...

JavaMediaPlayer

A desktop version simple media player using JavaFX,cross platform

Install / Use

/learn @JiaDingCN/JavaMediaPlayer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JavaMediaPlayer

A desktop version simple media player using JavaFX,cross platform

中文README文档看这里:https://github.com/JiaDingCN/JavaMediaPlayer/blob/master/README_Chinese.md

This project is based on https://github.com/Al-assad/Simple-Media-Player .Thanks the author.

Funtions

Play the local mp4 media file:

本地视频播放

Play the online video(URL is needed):

在线视频播放

Other functions:

  • All basic functions for a media player:Play/Pause/Stop/FullWindow/Control volume
  • Save and read the file of online media URL list

Introduction

Based on Oracle JDK1.8 and JavaFX.Using the MediaPlayer in JavaFX to play media.

Supported media types:

  • Mp3
  • AIFF with non-compressed PCM
  • WAV with non-compressed PCM
  • MPEG-4 with AAC
  • FLV(VP6 video and MP3 audio)
  • MPEG-4 using H.264 or AVC
  • Usually used online media type

Problems havn't solved

  • progress bar can't be dragged to control the player
  • Played media will still take up the memory until the program is terminated.
  • ButtonBar won't disappear automatically when full-window model is used
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks4

Languages

Java

Security Score

55/100

Audited on Oct 17, 2024

No findings