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

open error #16

Open
weiwang999 opened this issue May 2, 2019 · 2 comments
Open

open error #16

weiwang999 opened this issue May 2, 2019 · 2 comments

Comments

@weiwang999
Copy link

helios@helios-PowerEdge-R7425:~/mkvserver_mk2$ ./server SampleVideo_1280x720_1mb.mkv
{
"free": 16,
"reserved": 0,
"wait": 0,
"writable": 0,
"busy": 0
"buffer_full": 0
"current_read": -1
"newest_write": 0
"oldest_write": -1
}
Accepting new clients...
[mpeg4 @ 0x1e81f80] Failed to parse extradata
Finding video stream.
Checking stream 0
Got stream
Got params
Got type
starting new segment
Initializing segment
Initialized segment.
segment id = 0

@klaxa
Copy link
Owner

klaxa commented May 2, 2019

A bit more information would help. Given your file is supposedly only 1 MB it may simply be too short to be handled correctly. Have you tried with different files?

@weiwang999
Copy link
Author

30MB

helios@helios-PowerEdge-R7425:~/mkvserver_mk2$ ./server SampleVideo_360x240_30mb.mkv
{
"free": 16,
"reserved": 0,
"wait": 0,
"writable": 0,
"busy": 0
"buffer_full": 0
"current_read": -1
"newest_write": 0
"oldest_write": -1
}
Accepting new clients...
Finding video stream.
Checking stream 0
Got stream
Got params
Got type
starting new segment
Initializing segment
Initialized segment.
segment id = 0
[matroska @ 0x7f370c041840] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 2261 >= 5
write frame failed
[matroska @ 0x7f370c041840] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 2261 >= 27
write frame failed
[matroska @ 0x7f370c041840] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 2261 >= 48
write frame failed

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