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

Stream is buffering, even though I'm using hardware transcoding with an NVIDIA P2000 #97

Open
Jacob-Lasky opened this issue Aug 11, 2020 · 1 comment

Comments

@Jacob-Lasky
Copy link

Using the unRAID docker defendore/pseudotv:latest

I am able to stream for about a minute before it begins to buffer. I do not have this problem when playing any of my other content. All of my content is h265.

Here are my current settings:
NVIDIA_VISIBLE_DEVICES set to my GPU-UUID, changed from the default of all
NVIDIA_DRIVER_CAPABILITIES set to all

Raw FFMPEG Arguments:

-threads 4
-ss STARTTIME
-t DURATION
-re
-i INPUTFILE
-map VIDEOSTREAM
-map AUDIOSTREAM
-c:v h264_nvenc
-c:a ac3
-ac 2
-ar 48000
-b:a 192k
-b:v 2500k
-s 1280x720
-r 30
-flags cgop+ilme
-sc_threshold 1000000000
-minrate:v 2500k
-maxrate:v 2500k
-bufsize:v 200000k
-metadata service_provider="PseudoTV"
-metadata CHANNELNAME
-f mpegts
-output_ts_offset TSOFFSET
-muxdelay 0
-muxpreload 0
OUTPUTFILE
@mcrommert
Copy link

I'm on unraid and seeing the same - same gpu too

Looks like decode is working but encode isn't using the gpu

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

No branches or pull requests

2 participants