nova-video-player / aos-AVP

NOVA opeN sOurce Video plAyer: main repository to build them all
Apache License 2.0
3.54k stars 202 forks source link

[FEAT]: NFS protocol support #1301

Open egg1234 opened 1 month ago

egg1234 commented 1 month ago

Description

Would you consider supporting the NFS protocol?

I need to use VPN and SMB to access my home LAN's WD PR4100 from several thousand kilometers, because SMB protocol can not support proxy like hysteria/vmess/vless/trojan etc in Android. But the nova player load directory and media file very slow when using VPN and SMB, also this situation happens for other players.

Finally, I set up NFS protocol in WD PR4100 and use hysteria/vmess/vless/trojan proxy to access my home LAN, and the VLC player use NFS protocol to access WD PR4100 is very fast, even play 4k MKV video. I think VPN protocols cannot speed up traffic on a bad Internet, but many proxy protocols focus on it. So if the nova video player support NFS protocol will be great!

Thank you very much!

Additional information

No response