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

TSPlay: HD #35

Open
DevSysEngineer opened this issue Apr 28, 2016 · 0 comments
Open

TSPlay: HD #35

DevSysEngineer opened this issue Apr 28, 2016 · 0 comments

Comments

@DevSysEngineer
Copy link

DevSysEngineer commented Apr 28, 2016

Hello,

In the documentation says that maxnowait should be turned off if you are using -hd command for HD streams, but after using this command is maxnowait not turned off. The value of this variable is 40.

What is the correct value for maxnowait?

Documentation:

For convenience, the '-hd' switch is provided for playing HD video:
-hd equivalent to '-bitrate 20000000 -maxnowait off -pwait 4 -cwait 1'

tswrite.c:

else if (!strcmp("-hd", argv[ii]))
{
    context->maxnowait = 40;
    context->bitrate   = 20000000;
    context->byterate  = context->bitrate / 8;
    global_parent_wait = 4;
    global_child_wait  = 1;
    argv[ii] = TSWRITE_PROCESSED;
}
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

1 participant