Javafx 无法使用JME3-JFX播放电影文件

Javafx 无法使用JME3-JFX播放电影文件,javafx,mp4,flv,jmonkeyengine,Javafx,Mp4,Flv,Jmonkeyengine,我正在尝试使用播放flv文件,我使用并可以通过http url方法播放。我还可以下载他们的flv并使用flv方法播放。但我似乎无法播放我自己的flv文件(在使用网站后下载,例如(尝试了几次)从youtube视频url(开放许可证)转换) 这听起来有点像,只有黑屏显示,但对我来说,视频声音播放。我试着用它来编辑元数据,使之与演示视频的元数据相似 另外,我尝试播放的视频大小至少是他们在磁盘上的文件大小(下载时)的一半 另外,大多数avis也不会为我播放,因为我得到了一个不支持YCbCr_422的版本

我正在尝试使用播放flv文件,我使用并可以通过http url方法播放。我还可以下载他们的flv并使用flv方法播放。但我似乎无法播放我自己的flv文件(在使用网站后下载,例如(尝试了几次)从youtube视频url(开放许可证)转换)

这听起来有点像,只有黑屏显示,但对我来说,视频声音播放。我试着用它来编辑元数据,使之与演示视频的元数据相似

另外,我尝试播放的视频大小至少是他们在磁盘上的文件大小(下载时)的一半

另外,大多数avis也不会为我播放,因为我得到了一个不支持YCbCr_422的版本,我想这可能是苹果版的mp4。我不需要mp4,但我需要至少一种类型的工作

回到FLV。 我只是换句话:

final Media media = new Media("file:////Users/juliusskye/Desktop/FYPI/simplevoicehud/assets/Video/test.flv");
(这是他们的视频重命名为测试),以

不同的是,工作版本(他们的视频)会调整大小,而我的不会

======== 工作 ==========

Oct 23, 2015 6:04:02 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.10
Oct 23, 2015 6:04:02 PM com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/juliusskye/Desktop/FYPI/simplevoicehud
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Lwjgl 2.9.0 context running on thread LWJGL Renderer Thread
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Adapter: null
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Driver Version: null
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Vendor: Intel Inc.
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: OpenGL Version: 2.1 INTEL-8.24.16
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Renderer: Intel HD Graphics 3000 OpenGL Engine
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: GLSL Ver: 1.20
2015-10-23 18:04:03.855 java[45029:ae17] Error loading /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: no matching architecture in universal wrapper
2015-10-23 18:04:03.857 java[45029:ae17] Cannot find function pointer NewDigiCoreAudioPlugIn for factory B8A063B5-2F3D-444A-88CB-D0B8F1B22042 in CFBundle/CFPlugIn 0x7fb20bc51a40 </Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin> (bundle, not loaded)
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Device: OpenAL Soft
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Vendor: OpenAL Community
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Renderer: OpenAL Soft
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Version: 1.1 ALSOFT 1.15.1
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: AudioRenderer supports 64 channels
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio effect extension version: 1.0
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio max auxilary sends: 4
resize : 540 x 540
Oct 23, 2015 6:03:02 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.10
Oct 23, 2015 6:03:03 PM com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/juliusskye/Desktop/FYPI/simplevoicehud
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Lwjgl 2.9.0 context running on thread LWJGL Renderer Thread
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Adapter: null
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Driver Version: null
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Vendor: Intel Inc.
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: OpenGL Version: 2.1 INTEL-8.24.16
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Renderer: Intel HD Graphics 3000 OpenGL Engine
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: GLSL Ver: 1.20
2015-10-23 18:03:04.350 java[44916:d107] Error loading /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: no matching architecture in universal wrapper
2015-10-23 18:03:04.352 java[44916:d107] Cannot find function pointer NewDigiCoreAudioPlugIn for factory B8A063B5-2F3D-444A-88CB-D0B8F1B22042 in CFBundle/CFPlugIn 0x7f9d025d6fa0 </Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin> (bundle, not loaded)
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Device: OpenAL Soft
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Vendor: OpenAL Community
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Renderer: OpenAL Soft
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Version: 1.1 ALSOFT 1.15.1
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: AudioRenderer supports 64 channels
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio effect extension version: 1.0
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio max auxilary sends: 4
2015年10月23日下午6:04:02 com.jme3.system.JmeDesktopSystem初始化
信息:在jMonkeyEngine 3.0.10上运行
2015年10月23日下午6:04:02 com.jme3.system.Natives extractNativeLibs
信息:提取目录:/Users/juliusskye/Desktop/FYPI/simplevoicehud
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:在线程Lwjgl渲染器线程上运行的Lwjgl 2.9.0上下文
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:适配器:空
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:驱动程序版本:null
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:供应商:英特尔公司。
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:OpenGL版本:2.1英特尔-8.24.16
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:渲染器:英特尔高清图形3000 OpenGL引擎
2015年10月23日下午6:04:02 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:GLSL版本:1.20
2015-10-23 18:04:03.855 java[45029:ae17]加载错误/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio,262):找不到合适的图像。确实发现:
/Library/Audio/plugins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:通用包装中没有匹配的体系结构
2015-10-23 18:04:03.857 java[45029:ae17]在Cbundle/CFPlugIn 0x7fb20bc51a40(捆绑,未加载)中找不到工厂B8A063B5-2F3D-444A-88CB-D0B8F1B22042的函数指针NewDigiCoreAudioPlugIn
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频设备:OpenAL软件
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频供应商:OpenAL社区
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频渲染器:OpenAL软件
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频版本:1.1 ALSOFT 1.15.1
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:AudioRenderer支持64个通道
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频效果扩展版本:1.0
2015年10月23日下午6:04:03 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频最大辅助发送:4
调整大小:540 x 540
============ 不起作用 ================

Oct 23, 2015 6:04:02 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.10
Oct 23, 2015 6:04:02 PM com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/juliusskye/Desktop/FYPI/simplevoicehud
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Lwjgl 2.9.0 context running on thread LWJGL Renderer Thread
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Adapter: null
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Driver Version: null
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Vendor: Intel Inc.
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: OpenGL Version: 2.1 INTEL-8.24.16
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Renderer: Intel HD Graphics 3000 OpenGL Engine
Oct 23, 2015 6:04:02 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: GLSL Ver: 1.20
2015-10-23 18:04:03.855 java[45029:ae17] Error loading /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: no matching architecture in universal wrapper
2015-10-23 18:04:03.857 java[45029:ae17] Cannot find function pointer NewDigiCoreAudioPlugIn for factory B8A063B5-2F3D-444A-88CB-D0B8F1B22042 in CFBundle/CFPlugIn 0x7fb20bc51a40 </Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin> (bundle, not loaded)
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Device: OpenAL Soft
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Vendor: OpenAL Community
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Renderer: OpenAL Soft
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Version: 1.1 ALSOFT 1.15.1
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: AudioRenderer supports 64 channels
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio effect extension version: 1.0
Oct 23, 2015 6:04:03 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio max auxilary sends: 4
resize : 540 x 540
Oct 23, 2015 6:03:02 PM com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.10
Oct 23, 2015 6:03:03 PM com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: /Users/juliusskye/Desktop/FYPI/simplevoicehud
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Lwjgl 2.9.0 context running on thread LWJGL Renderer Thread
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Adapter: null
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Driver Version: null
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Vendor: Intel Inc.
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: OpenGL Version: 2.1 INTEL-8.24.16
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Renderer: Intel HD Graphics 3000 OpenGL Engine
Oct 23, 2015 6:03:03 PM com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: GLSL Ver: 1.20
2015-10-23 18:03:04.350 java[44916:d107] Error loading /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio: no matching architecture in universal wrapper
2015-10-23 18:03:04.352 java[44916:d107] Cannot find function pointer NewDigiCoreAudioPlugIn for factory B8A063B5-2F3D-444A-88CB-D0B8F1B22042 in CFBundle/CFPlugIn 0x7f9d025d6fa0 </Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin> (bundle, not loaded)
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Device: OpenAL Soft
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Vendor: OpenAL Community
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Renderer: OpenAL Soft
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio Version: 1.1 ALSOFT 1.15.1
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: AudioRenderer supports 64 channels
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio effect extension version: 1.0
Oct 23, 2015 6:03:04 PM com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio max auxilary sends: 4
2015年10月23日下午6:03:02 com.jme3.system.JmeDesktopSystem初始化
信息:在jMonkeyEngine 3.0.10上运行
2015年10月23日下午6:03:03 com.jme3.system.Natives extractNativeLibs
信息:提取目录:/Users/juliusskye/Desktop/FYPI/simplevoicehud
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:在线程Lwjgl渲染器线程上运行的Lwjgl 2.9.0上下文
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:适配器:空
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:驱动程序版本:null
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:供应商:英特尔公司。
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:OpenGL版本:2.1英特尔-8.24.16
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:渲染器:英特尔高清图形3000 OpenGL引擎
2015年10月23日下午6:03:03 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
信息:GLSL版本:1.20
2015-10-23 18:03:04.350 java[44916:d107]加载错误/Library/Audio/plugins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:dlopen(/Library/Audio/plugins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio,262):找不到合适的图像。确实发现:
/Library/Audio/plugins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio:通用包装中没有匹配的体系结构
2015-10-23 18:03:04.352 java[44916:d107]在Cbundle/CFPlugIn 0x7f9d025d6fa0(捆绑,未加载)中找不到工厂B8A063B5-2F3D-444A-88CB-D0B8F1B22042的函数指针NewDigiCoreAudioPlugIn
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频设备:OpenAL软件
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频供应商:OpenAL社区
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频渲染器:OpenAL软件
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:音频版本:1.1 ALSOFT 1.15.1
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
信息:AudioRenderer支持64个通道
2015年10月23日下午6:03:04 com.jme3.audio.lwjgl.LwjglAudioRende