|
Unable to link mpph264enc with flvmux
Posted at 8/9/2017 16:55:27
View:3896
|
Replies:0
Print
Only Author
[Copy Link]
1#
Last edited by arnstein In 8/9/2017 17:04 Editor
Running the command:
gst-launch-1.0 -e rtspsrc location=rtspt://input ! rtph264depay ! h264parse ! mppvideodec ! videoscale ! video/x-raw, width=1920, height=1080 ! mpph264enc ! flvmux ! rtmpsink location=rtmp://server
on the Firefly gives WARNING: erroneous pipeline: could not link mpph264enc0 to flvmux0.
Using x264enc works perfectly. Will this be fixed?
Edit:
This seems to be linked to the mppvideodec as well. Using another decoder and encoder, this works perfectly. When using the mppvideodec Gstreamer can't link videoscale to the encoder. When using mpph264enc Gstreamer can't link the encoder to the mux.
|
|