Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
13.04k stars 1.5k forks source link

Impossible to load local videos #1495

Closed tomdereub closed 5 years ago

tomdereub commented 5 years ago

I can't load local videos anymore, while videos of other instances are working well.

Steps to reproduce: You can try with this video : https://tube.plaf.fr/videos/watch/79cb7904-1f9c-499a-9c8e-983ed8b84def

Additional information Installed on Yunohost 3.2.

filmaidykai commented 5 years ago

Same problem and for me

Chocobozzz commented 5 years ago

It seems you have issues regarding your videos storage. https://tube.plaf.fr/static/webseed/79cb7904-1f9c-499a-9c8e-983ed8b84def-240.mp4 is not found

tomdereub commented 5 years ago

I just tried to download the video and it worked for me... Clicking on the link you give doesn't work, but clicking on direct download on peertube work (seems to be the same link, so I don't understand what's happening). Edit : the ling is not exactly the same, to download it's this one : https://tube.plaf.fr/download/videos/79cb7904-1f9c-499a-9c8e-983ed8b84def-240.mp4.

rigelk commented 5 years ago

@tomdereub what is your Nginx configuration?

tomdereub commented 5 years ago

@rigelk : here : https://plaf.fr/zerobin/?9a29fc9d973eda82#nNQhoRzoRFH9vNVvmWqZap70TA9ofRqRispID0lee18=

Chocobozzz commented 5 years ago

@tomdereub there is a mistake in your configuration at this line: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L141

tomdereub commented 5 years ago

Ok thanks, after removing "/videos" it's now working again !