GithubHelp home page GithubHelp logo

static file access about go-transcode HOT 8 OPEN

m1k1o avatar m1k1o commented on May 23, 2024
static file access

from go-transcode.

Comments (8)

noideaman avatar noideaman commented on May 23, 2024 1

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.
will have to compile ffmpeg to include qsv for h264/h265 will make a pull request when that docker file is done and testing is working
Hopefuly this will fix my transocding issues on my h265 static library

from go-transcode.

m1k1o avatar m1k1o commented on May 23, 2024

It looks like you are calling ffmpeg instead of ffprobe:

Unrecognized option 'show_format'.
Error splitting the argument list: Option not found

It was mistakenly introduced in default config, found in #28 (comment) and fixed in d0590d5

from go-transcode.

noideaman avatar noideaman commented on May 23, 2024

awesome. seems to be working. except in vlc, audio is not trans coding properly, ffplay and mpv work fine

from go-transcode.

noideaman avatar noideaman commented on May 23, 2024

what sh file under profiles is being used for vods?
nvm i see it sitting in the go-config under hlsvod. will look at it there

from go-transcode.

noideaman avatar noideaman commented on May 23, 2024

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

from go-transcode.

m1k1o avatar m1k1o commented on May 23, 2024

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.

from go-transcode.

noideaman avatar noideaman commented on May 23, 2024

Cool will try, are the values in the transcode.go file?

from go-transcode.

m1k1o avatar m1k1o commented on May 23, 2024

Here:

segmentLength: 3.50,
segmentOffset: 1.25,
segmentBufferMin: 3,
segmentBufferMax: 5,

And explained here: #23 (comment)

But when setting values too big, then there is still pending issue, that ffmpeg is not killed: #25

from go-transcode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.