mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #59] html5 seeking video control with ffmpeg=remux url parameter issue #50
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 @shokohsc on GitHub (Nov 30, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/59
Hello, i can't seem to go forward/backward on the video when i use ?ffmpeg=remux
No logs shows any error but it just doesn't work, tis ok when watching a mp4 file though without the ffmpeg=remux url parameter.
@asapach commented on GitHub (Nov 30, 2015):
Unfortunately seeking won't work for transcoded streams as explained here.
@shokohsc commented on GitHub (Nov 30, 2015):
Oh ok, thanks, i now know what transcoding is.