Page 1 of 1

Unsupported Codec UYVY Error: MPEG TS

Posted: 30 Dec 2017 17:34
by colgate2004
Trying to set up a network stream, getting the following error in the debug log:

[...]
stream_out_duplicate debug: duplicated a new stream codec=UYVY (es=0 group=0)
core debug: looking for decoder module matching "any": 40 candidates
macosx warning: variable stereo-mode doesn't exist or isn't handled
macosx warning: variable stereo-mode doesn't exist or isn't handled
core debug: using decoder module "rawvideo"
stream_out_duplicate debug: - added for output 0
core debug: adding a new input
mux_ts warning: rejecting stream with unsupported codec UYVY
core error: cannot add this stream
stream_out_duplicate debug: - failed for output 1
[...]

Any ideas?

This is the stream config I'm using:
Image

The full debug log is here:
https://pastebin.com/yGEbBphe

Re: Unsupported Codec UYVY Error: MPEG TS

Posted: 30 Dec 2017 17:37
by InTheWings
You're not supposed to mux RAW video in TS.

Re: Unsupported Codec UYVY Error: MPEG TS

Posted: 30 Dec 2017 17:47
by colgate2004
You're not supposed to mux RAW video in TS.
Huh, okay, thank you!

How should I configure the stream then?
(Sorry for the newb question, I am a total amateur at this...)

Thanks for the help!