jaruba / wcjs-player

Node Player made for WebChimera.js (libVLC wrapper)
http://webchimera.org/
GNU Lesser General Public License v2.1
178 stars 46 forks source link

video format is rmvb , the playlist item's title is 'Unkonwn' ? #79

Closed heuuLZP closed 7 years ago

heuuLZP commented 7 years ago

Hi jaruba:

Recently I was using your wcjs-player. I met some problems, and found solutions.

But today, I meet a strange question.

My video format is .rmvb , it can normaly play, but have two questions.


question one

It's very strange, the title are changed !!! Why change to unknown ???

the code site wcjs-player/index.js line:632

if (playlist[item].title) this.vlc.playlist.items[this.itemCount()-1].title = "[custom]"+playlist[item].title;

image

image

question two

image

I google and found it's maybe because FFempeg Library file,but I can't solute.


please help me. thank you.

jaruba commented 7 years ago

The first question is interesting, it may be that vlc is changing the name somehow, please also try to play the same file but in a folder that lacks the chinese characters.

I don't know anything about the second question though, maybe @RSATom may know something.

heuuLZP commented 7 years ago

I did what you said. There are no works.

I changed the folder name image

it's also show unknown

other format are normal , example avi , wmv , `mp4' .

RSATom commented 7 years ago

I would recommend you open the same file in VLC and look if you will get something similar there...

heuuLZP commented 7 years ago

I just open the same file on node-vlcPlayer-demo , it's normaly。

I use electron to write the work , I will find the reason, thanks to your very much .

oh no no no, only original it is normaly, when I play the 124.rmvb ,the title while change to unknown

How o'clock are American now, it's maybe morning 7:00。 you wake up early

heuuLZP commented 7 years ago

I download the vlc player, and open the file rmvb, it 's also unknow.
I download other video of rmvb ,it's the same question.

RSATom commented 7 years ago

then it's some internal libvlc issue

heuuLZP commented 7 years ago

Any way, thank you for your replay.