asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

Problem with stream audio, using the mkv formats #155

Closed MindOnFire93 closed 5 years ago

MindOnFire93 commented 5 years ago

Hello, i have the problem with stream audio, using the mkv formats, stream work only using Chrome Browser, and in anyway the audio is disabled, for codec problem, how i can solve that, and what web player for stream i need to use, i try to search and solve this, some and some days, but really i can't.. Thanks in advance, Mind

asapach commented 5 years ago

MKV is not really supported in any browsers natively. Chrome might try to treat it as WebM, but it still has only a limited set of supported codecs. I recommend using an external player like VLC.

MindOnFire93 commented 5 years ago

Thank you so much. Using the cloud player and stream as he source, i play mkv files with audio, for that i ask, in anyway i can not use that player, but that is possible..

MindOnFire93 commented 5 years ago

Another one quwstio, i really don't know how to use ?remux, what node js need to be installed, for that, i god a nonb reply page, if i use ?remux at end of the file link. Thank you in advance. Mind

asapach commented 5 years ago

It was an experiment I tried -- see #19. I haven't used it in a while myself and not really sure if it still works.

MindOnFire93 commented 5 years ago

Thanks, i try but i got no reply from the server, using WEBM.

asapach commented 5 years ago

Do you have ffmpeg installed as described here? https://github.com/fluent-ffmpeg/node-fluent-ffmpeg#ffmpeg-and-ffprobe

MindOnFire93 commented 5 years ago

yes, of course.

Il giorno lun 22 ott 2018 alle ore 01:00 Aliaksei Sapach < notifications@github.com> ha scritto:

Do you have ffmpeg installed as described here? https://github.com/fluent-ffmpeg/node-fluent-ffmpeg#ffmpeg-and-ffprobe

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/asapach/peerflix-server/issues/155#issuecomment-431711724, or mute the thread https://github.com/notifications/unsubscribe-auth/AiSelpe0KngjS0dRGJ2gHxSw1eXKoqPGks5unPyDgaJpZM4XVT-L .

asapach commented 5 years ago

Then I'm afraid it's broken.