You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JBBERLIN77
changed the title
Live Transcoding and go-vod Stream ist stopping immediately
Live Transcoding and go-vod Stream is stopping immediately
Apr 1, 2025
No matter what is set, whether Auto or a certain resolution, it only plays the videos with Direct, but the Nextcloud File Module also does this. Only we need the transcoding because the videos are all MKV and there is no sound if they are not transcoded.
As I said, there are no problems with software, Intel QSV or NVIDIA GPU on Bash or via jellyfin (Bare Metal on RHEL9) which runs on the same server.
Describe the bug
I need your help with live transcoding.
RHEL 9.5
FFMPEG 7.1 selfbuild
PHP 8.3
Bare Metal with XEON 1290P (with QuickSync) and Nvidia RTX 2000 ADA
in the CLI, manual FFMpeg, both QSV and NVENC work without any problems.
I always have 500 frames/sec with both
For testing I tried Jellyfin Baremetal and even that works with my FFmpeg version without any problems.
With Memories/go-vod I have tried both the local version and the container version.
With both I get the following error message: (in the go-vod log)
2025/04/01 02:44:24 aifw0vprmxj0: new manager for /opt/dp/data/srv/nextcloud/data/__groupfolders/2/test.mkv 2025/04/01 02:44:24 aifw0vprmxj0-max: stopping stream 2025/04/01 02:44:24 aifw0vprmxj0-max: /bin/ffmpeg -loglevel warning -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i /opt/dp/data/srv/nextcloud/data/__groupfolders/2/test.mkv -copyts -fflags +genpts -vf "format=nv12|vaapi,hwupload,scale_vaapi=force_original_aspect_ratio=decrease:format=nv12" -map "0:v:0" "-c:v" h264_vaapi -global_quality 24 -map "0:a:0?" "-c:a" aac -start_number 0 -avoid_negative_ts disabled -f hls -hls_flags split_by_time -hls_time 3 -hls_segment_type mpegts -hls_segment_filename /opt/dp/http/services/go-vod_nextcloud/ocv9rs91e91k/aifw0vprmxj0-2846865626/max-%06d.ts -force_key_frames "expr:gte(t,n_forced*3)" - 2025/04/01 02:44:24 aifw0vprmxj0-max: recv max-000000.ts 2025/04/01 02:44:25 aifw0vprmxj0-max: recv max-000001.ts 2025/04/01 02:44:25 aifw0vprmxj0-max: recv max-000002.ts 2025/04/01 02:44:25 aifw0vprmxj0-max: recv max-000003.ts 2025/04/01 02:44:26 aifw0vprmxj0-max: recv max-000004.ts 2025/04/01 02:44:26 aifw0vprmxj0-max: goal satisfied: 4
Steps To Reproduce
No response
Platform
Screenshots
No response
Additional context
Any errors in the JS console?
Any errors in the Nextcloud server logs? no
Any errors in the JS console?
PsVideo.ts:235 PsVideo: Direct video stream could not be opened, trying HLS (anonymous) @ PsVideo.ts:235 (anonymous) @ video.es.js:2268 ls @ video.es.js:2399 trigger @ video.es.js:3271 error @ video.es.js:25550 (anonymous) @ video.es.js:55319 (anonymous) @ video.es.js:2268 ls @ video.es.js:2399 trigger @ video.es.js:2745 (anonymous) @ video.es.js:52429 (anonymous) @ video.es.js:2268 ls @ video.es.js:2399 trigger @ video.es.js:2745 handleAppendError_ @ video.es.js:46617 (anonymous) @ video.es.js:47734
The text was updated successfully, but these errors were encountered: