Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video download only a 10 byte file #9872

Open
JoshWho opened this issue Feb 8, 2025 · 7 comments
Open

Video download only a 10 byte file #9872

JoshWho opened this issue Feb 8, 2025 · 7 comments
Labels

Comments

@JoshWho
Copy link
Contributor

JoshWho commented Feb 8, 2025

Trying to get this video to download

https://ftjmedia.com/channel/Freedomtalkradio2025/video/.fcyXOpOsYiUuUV_Fq2rrCA/freedom-talk-radio-uk-on-08-feb-25-13-13-36

It didn't convert correctly. I seen a few videos do this. Did something change?

@JoshWho JoshWho added the bug label Feb 8, 2025
@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 8, 2025

It might work now. Just tried again and now it is at 100mb so far.

Maybe it was just converting still?

@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 8, 2025

@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 8, 2025

I see the first link is a mp4 converting to mp4 while the second is a m3u8 converting to a mp4. Could just be a link issue.

@walt93
Copy link
Collaborator

walt93 commented Feb 9, 2025

This seems relevant, though I didn't chase your use case through from the UI.

When I store videos on a CDN, AVideo writes a 10 byte stub mp4 at /videos/<video.filename>/<video.filename>.mp4

e.g. for video id 1234

mysql> select id,filename from videos where id=1234;
+------+------------------------------------+
| id   | filename                           |
+------+------------------------------------+
| 1234 | _YPTuniqid_604dca98f07c16.88301942 |
+------+------------------------------------+
1 row in set (0.00 sec)

ubuntu@pyron:~/management$ ls -ls /var/www/html/avideo/videos/_YPTuniqid_604dca98f07c16.88301942
total 1724
608 -rwxrwxrwx 1 ubuntu   ubuntu   618688 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942.gif
  8 -rwxrwxrwx 1 ubuntu   ubuntu     7498 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942.jpg
232 -rw-r--r-- 1 www-data www-data 237322 Jan 28 08:01 _YPTuniqid_604dca98f07c16.88301942.json
  4 -rwxrwxrwx 1 ubuntu   ubuntu       10 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942.notfound
 28 -rw-r--r-- 1 www-data www-data  28350 Jan 28 07:24 _YPTuniqid_604dca98f07c16.88301942.txt
 44 -rw-r--r-- 1 www-data www-data  43609 Jan 28 06:50 _YPTuniqid_604dca98f07c16.88301942.vtt
192 -rwxrwxrwx 1 ubuntu   ubuntu   193480 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942.webp
 16 -rwxrwxrwx 1 ubuntu   ubuntu    13641 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_128.jpg
 28 -rwxrwxrwx 1 ubuntu   ubuntu    26104 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_192.jpg
  4 -rwxrwxrwx 1 ubuntu   ubuntu       10 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_240.mp4 <---- STUB FILE
 40 -rwxrwxrwx 1 ubuntu   ubuntu    40100 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_256.jpg
 76 -rwxrwxrwx 1 ubuntu   ubuntu    74437 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_384.jpg
116 -rwxrwxrwx 1 ubuntu   ubuntu   115103 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_512.jpg
 12 -rwxrwxrwx 1 ubuntu   ubuntu     9568 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_96.jpg
204 -rwxrwxrwx 1 ubuntu   ubuntu   207116 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_roku.jpg
  8 -rwxrwxrwx 1 ubuntu   ubuntu     6941 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_thumbsSprit.jpg
 96 -rwxrwxrwx 1 ubuntu   ubuntu    97277 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_thumbsV2.jpg
  8 -rwxrwxrwx 1 ubuntu   ubuntu     5830 Nov 29  2023 _YPTuniqid_604dca98f07c16.88301942_thumbsV2_jpg.webp

HTH!

@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 9, 2025

It makes since.

@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 12, 2025

@DanielForthman Do you think this is just a bad link issue or it is not converting to mp4 correctly?

@JoshWho
Copy link
Contributor Author

JoshWho commented Feb 21, 2025

It is still broken and lots of complaints now about not being able to download the videos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants