player
Here are 1,484 public repositories matching this topic...
IjkMediaPlayer player =new IjkMediaPlayer();
try {
player.setDataSource(imgBean.getData());
player.start();
} catch (Exception e) {
e.printStackTrace();
}
-
Updated
May 20, 2020 - Java
中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。
If you want to report a bug, please provide the following information:
- The steps to reproduce.
- A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen if possible.
- Which versions of DPlayer, and which browser / OS are affected by this issue?
-
Updated
May 2, 2020 - Java
Checklist:
-
I have checked that there are no issues with similar or the same content
YOU SHOULD CHECK CLOSED ISSUES ASWELL
-
I have checked the FAQ (https://github.com/MarshallOfSound/Goo
你好!我注意到mobx-react文档里有个注解,如果使用了自定义注入(Customizing inject),则不需要再加observer装饰器,但我看到了本项目中使用了inject mapperFunction的地方,都有加observer装饰器,这是否必要呢?
文档中的注解:
N.B. note that in this specific case neither NameDisplayer nor UserNameDisplayer needs to be decorated with observer, since the observable dereferencing is done in the mapper function
具体地址:[mobx-react#customizing-inject](https://github.com/mobxjs/mo
Is your feature request related to a problem? Please describe.
The current engine only exposes WebVTT subtitles as kind: 'subtitles'. When the playlist entry contains CHARACTERISTICS="public.accessibility.transcribes-spoken-dialog,public.accessibility.describes-music-and-sound", it should have kind: 'captions'. This would match how it is exposed in the Safari HLS player.
**Describe
-
Updated
Apr 24, 2020 - Objective-C
Browser: Chrome (latest)
OS: Windows 10
Clappr Version: 0.2.95
Going through all issues related to logging, it seems like someone insisted on having fatal errors logged without an open to turn them off.
I'd appreciate providing of any way to disable also fatal errors, as it makes no sense to have them on production.
Also, the documentation (API reference) does not supply
中文用户请注意:请尽量用英文描述你的 issue,这样能够让尽可能多的人帮到你。
If you want to report a bug, please provide the following information:
- The steps to reproduce.
- A minimal demo of the problem via https://jsfiddle.net or http://codepen.io/pen if possible.
- Which versions of APlayer, and which browser / OS are affected by this issue?
-
Updated
May 21, 2020 - JavaScript
You should rename the filename of incoming downloads, because it may cause confusing and misunderstanding on the Completion of this task. So, It is better to give the file a temporary name and change them back after task finished.
For Example: 1-1hd.mp4.bili(Downloading) --> 1-1hd.mp4(Finished)
-
Updated
May 16, 2020 - JavaScript
-
Updated
Dec 2, 2018 - Java
Element UI version
2.4.5
OS/Browsers version
Chrome 67.0.3396.99 (64bit)
Vue version
2.5.17
Compent version
- VideoJs V6.6.2
- Element-UI v2.4.5
Reproduction Link
https://jsfiddle.net/15klli/h63s104c/14/
Steps to reproduce
- 点击“打开dialog”--click the link to open dialog
- 点击 poster中间的播放按钮(无反应) -- click the Pl
-
Updated
Jan 5, 2020 - Swift
-
Updated
Apr 24, 2020 - C
-
Updated
May 12, 2020 - JavaScript
-
Updated
Mar 13, 2020 - Java
关于插件:安装和编写
最新进展 (screenshot)
-
Updated
May 7, 2020 - Java
I added One Signal Push Notification and its working great:
Step:
0.1 Create One Signal Account
0.2 Generate iOS Push Certification for One Signal iOS Device.
https://documentation.onesignal.com/docs/generate-an-ios-push-certificate
- Add Notification Service Extension
1.1 In Xcode Select File > New > Targe
QtAV, Qt version and platform
QtAV: 0307c17
Qt: 5.13.2
iOS
Reproduction steps
qmake rc/QtAV "target.path = ${BASE_DIR}/qt/Qt/5.13.2/ios" "CONFIG+=no-example"
make
make install
Expected behavior
success after make install
Actual behavior
error
Log file
mkdir: /usr/share/doc/QtAV_debug: Operation not permitted
make[2]: *** [install_share] Error 1
Sa
-
Updated
Jan 12, 2020 - Swift
It would be great if the little buttons below each track were clickable, allowing us to:
- Play
- Like/Favorite
- Repost
- Comment
- Download
- Buy (in many cases this actually redirects to an external download page)
Improve this page
Add a description, image, and links to the player topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the player topic, visit your repo's landing page and select "manage topics."


Description
Briefly describe the issue.
Include a reduced test case, we have a starter template on JSBin you can use.
I've run into a few issues with VideoJS HTTP Streaming: