xmp-ffmpeg

Started by Ionut Cristea,


r

Hi Ionut,

ffmpeg supports playing of HLS streams.  Would it be possible to get xmp-ffmpeg working with HLS streams?

Check out my other thread for more info on HLS streams:
http://www.un4seen.com/forum/?topic=16169.0

Ionut Cristea

 Hi,

I'm afraid not possible for the moment. Maybe a new update will come regarding this.

Ionut

rst

anyways how the project goes ?

PSXGamerPro1

I have a mp4 that has video in it and the Video support from your plugin doesnt show the Video on my mp4. I so want to remove my VLC that can only play that Video with the sounds.

to me VLC Sucks

saga

It's not a video plugin. XMPlay is not a video player. If you don't like VLC, try another video player, such as Media Player Classic.

piovrauz

there's smplayer , mpv or... WMP. (hihihi)

PSXGamerPro1

nvm I got it to work now but seems like it plays the video part 2x faster than it is supposed to.

rst


PSXGamerPro1

Quote from: rsthow goes the project ?
idek if it is going well. I think he doesn't know that it plays videos on the option to show them on the files 2x faster than what it is supposed to.

rst

#110
i have tried the plugin some xmplay versions down and it worked, but kinda slow with certain videos. Also i had a problem with the tag showing because for some reason the plugin is who want to handle the tags.

But, are there some improvement lately ? specially with the Direct3D implementation, because gdi method was extremelly slow with certain videos.

i am so expected related to this plugin because it will be nice to have video playback on XMplay :)

PSXGamerPro1

gdi is too fast on mine even though my OS cant find gdiplus.dll that I had before although I think some "Trojens" that my new Antivirus and it also fixed the random shutdowns of this laptop.
With it being too fast on the Video part if I have Info Window open any it lags the OGG Sound playback on XMPlay's "Face".

New Antivirus: Advanced SystemCare 8.0 (Way more better than Security Essentials wich doesnt do crap).

and funny thing is that it has recently since yesturday been having a 248sec boot or so(Most of it black screen after the "Starting Windows").

PSXGamerPro1

come to think of it I think I just now see how he did implement the Visuals and the plugin in one file. But If only I had help converting the Entire xmp-sdk.zip to a VB6 type thing to for all VB6 users(I have little knowledge of C++).

But I think this somehow is how you can have Visuals within Plugins themselves.

// vis stuff (all OPTIONAL)
const char *visname; // visualisation name
BOOL (WINAPI *VisOpen)(DWORD colors[3]); // initialize vis
void (WINAPI *VisClose)(); // close vis
void (WINAPI *VisSize)(HDC dc, SIZE *size); // get ideal vis dimensions
BOOL (WINAPI *VisRender)(DWORD *buf, SIZE size, DWORD flags); // render vis
BOOL (WINAPI *VisRenderDC)(HDC dc, SIZE size, DWORD flags); // render vis
void (WINAPI *VisButton)(DWORD x, DWORD y); // mouse click in vis

Elrinth

ffmpeg crashes xmplay if you add rainwave m3u

To reproduce:
http://rainwave.cc/
Click tune in
Download m3u either ogg or mp3, both will crash xmplay if you have xmp-ffmpeg.dll

Solution is to disable ffmpeg and let xmplay handle the streams/playlists natively

rst

is it reaching some noticeable progress ?

thx in advance

Patrick

No Opus support in the .webm files, only Vorbis/AAC.

Maxkatsur

I want to play MKA (Matroska Audio) files so badly, but this project has been abandoned, because the plugin's developer is no longer with us...  :'(
I mean, this plugin and its developer deserved so much better. But, what went wrong?

Ian @ un4seen

What codec(s) are your Matroska files using? If it's Opus or Vorbis then they should be playable with the "Opus and WebM" plugin, as it includes support for Matroska files with Opus/Vorbis audio.

Maxkatsur

Quote from: Ian @ un4seenWhat codec(s) are your Matroska files using? If it's Opus or Vorbis then they should be playable with the "Opus and WebM" plugin, as it includes support for Matroska files with Opus/Vorbis audio.
Dolby Digital AC3, Dolby Digital Plus E-AC3, Dolby TrueHD, DTS Coherent Acoustics, DTS-HD Master Audio, just to name a few.

Maxkatsur

Update: FFMPEG 8.0 has been released! It adds support for decoding following formats: Xbox IMA ADPCM (something subsong-incompatible VGMStream also has), Sanyo LD-ADPCM, G.728, etc. Plus, Matroska can now support H.266 VVC audio. Cool, huh?