mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #155] Problem with stream audio, using the mkv formats #344
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MindOnFire93 on GitHub (Oct 10, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/155
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 on GitHub (Oct 10, 2018):
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 on GitHub (Oct 10, 2018):
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 on GitHub (Oct 20, 2018):
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 on GitHub (Oct 20, 2018):
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 on GitHub (Oct 21, 2018):
Thanks, i try but i got no reply from the server, using WEBM.
@asapach commented on GitHub (Oct 21, 2018):
Do you have
ffmpeginstalled as described here? https://github.com/fluent-ffmpeg/node-fluent-ffmpeg#ffmpeg-and-ffprobe@MindOnFire93 commented on GitHub (Oct 22, 2018):
yes, of course.
Il giorno lun 22 ott 2018 alle ore 01:00 Aliaksei Sapach <
notifications@github.com> ha scritto:
@asapach commented on GitHub (Oct 22, 2018):
Then I'm afraid it's broken.