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

Videos do not load on [X] years ago widgets on Android. #1378

Open
wale opened this issue Jan 4, 2025 · 0 comments
Open

Videos do not load on [X] years ago widgets on Android. #1378

wale opened this issue Jan 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@wale
Copy link

wale commented Jan 4, 2025

Describe the bug

Loading videos on 'on this day' widgets on the Android Memories app do not load regardless of codec. I have set up go-vod transcoding, and videos play correctly on any other part of the client, such as opening each file individually.

Steps To Reproduce

  1. Have enough photos and videos of previous years to induce these widgets.
  2. Open the Nextcloud Memories Android app
  3. Open the '[X] years ago' widget on the top bar
  4. Find a video, it may show thumbnails, it may load audio, but not a video frame.

Platform

- OS: Android 15 (GrapheneOS)
- Browser: N/A
- Memories Version: 7.4.1
- Nextcloud Version: 30.0.4
- PHP Version: 8.3.14

Screenshots

No response

Additional context

go-vod logs - it successfully generates a stream, but the Android client cannot load it.

2025-01-04T16:41:57.465917969Z 2025/01/05 03:41:57 ori2qucxpn00-max: /usr/local/bin/ffmpeg -loglevel warning -i /mnt/ncdata/wale/files/Photos/Mobile/20220106_144058.mp4 -copyts -fflags +genpts -vf "format=nv12,scale=force_original_aspect_ratio=decrease" -map "0:v:0" "-c:v" libx264 -preset faster -crf 24 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 0 -avoid_negative_ts disabled -f hls -hls_flags split_by_time -hls_time 3 -hls_segment_type mpegts -hls_segment_filename /tmp/go-vod/ori2qucxpn00-3908973790/max-%06d.ts -force_key_frames "expr:gte(t,n_forced*3)" -
2025-01-04T16:42:00.465063399Z 2025/01/05 03:42:00 ori2qucxpn00-max: recv max-000000.ts
2025-01-04T16:42:02.082423825Z 2025/01/05 03:42:02 ori2qucxpn00-max: recv max-000001.ts
@wale wale added the needs triage To be triaged label Jan 4, 2025
@pulsejet pulsejet added bug Something isn't working and removed needs triage To be triaged labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants