mifi / ezshare

Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
MIT License
626 stars 45 forks source link

can't fast forward shared video file #73

Closed Moanrisy closed 1 year ago

Moanrisy commented 1 year ago

I have problem where I can't fast forward the video, it resetting back to the current m:s.

if it already played for 10m, I can backward it to 5m, or etc

but I can't jump to x min.

Moanrisy commented 1 year ago

Using nextplayer fix this problem. (trying vlc but it only show black screen), mx player is not working either

there is buffer video progress bar with gray color. I can click that gray area and it will fast forward instansly.

https://f-droid.org/en/packages/dev.anilbeesetti.nextplayer/

*just my tips before I share the directory using ezshare I copy the whole dir and batch rename all of the video using nnn file manager

press r to rename with vim then run this command

:let i=1 | %g/^/ s//\=i . " "/ | let i+=1

it will create sequence number from 1 then remove all the file name + extension

resulting something like this batch-rename-nnn-vim

Now I can open nextplayer and stream with this link

http://192.168.12.1:8099/api/download?f=1 change f query param with file name

*the IP will depend on your machine