-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
static file access #33
Comments
It looks like you are calling ffmpeg instead of ffprobe:
It was mistakenly introduced in default config, found in #28 (comment) and fixed in d0590d5 |
awesome. seems to be working. except in vlc, audio is not trans coding properly, ffplay and mpv work fine |
Working on a intel QSV version as i dont have a usable nvidia gpu for decoding/encoding in containers, but an 11th gen intel cpu. |
what sh file under profiles is being used for vods? |
Ok i think the main issue is now (dosent matter if i used software or hardware for decoding) is how hlsvod/transcode.go (or somewhere else) works. it seems to wait too long between ffmpeg commands to create the new .ts files |
Maybe adjusting config values would solve it. In V1 I want to have all settings accessible through config, so multiple values can be tried without need of recompiling. |
Cool will try, are the values in the transcode.go file? |
Here: go-transcode/hlsvod/manager.go Lines 60 to 63 in deceb38
And explained here: #23 (comment) But when setting values too big, then there is still pending issue, that ffmpeg is not killed: #25 |
Trying to test static files. the config file is pointed to /media
has full access to the folder mounted
mpv http://IPADDR:8888/vod/TV/SouthPark/Specials/South_Park_-_S00E44_-_South_Park-_Post_COVID-_The_Return_of_COVID_WEBDL-1080p.mkv/index.m3u8
get an error 500 and the output with debug on on go-transcode
The text was updated successfully, but these errors were encountered: