mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #83] Advance or delay the video #285
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 @jholhewres on GitHub (Sep 2, 2016).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/83
Peerflix is operating normally on my server and Herokuapp!
I used the command: ?ffmpeg=probe to view the information and ?ffmpeg=remux to view .mkv files?
But I can not advance or delay the video or transmit it in VLC, sometimes it crashes, making the video back to the beginning.
Do you have any solution for this? something that I can install to fix?
I thank you.
@asapach commented on GitHub (Sep 2, 2016):
Duplicate of #59. Unfortunately it's a limitation of transcoding (explained here).
I would suggest that you don't use transcoding with VLC, since it supports all the media formats natively.
@jholhewres commented on GitHub (Sep 2, 2016):
Thanks!