I would happy to help, someone send my encoded video in UDP multicast is pipeline:
appsrc name=myVideoAppSrc ! queue ! videoflip method=5 ! videoconvert ! avenc_mpeg2video bitrate=4500000 ! mpegtsmux ! udpsink host=234.0.0.0 port=46002
I want to decode this video using GStreamer and OpenCV on my Nvidia Jetson Nano.
self.pipelineSIM = 'udpsrc port=46002 multicast-group=234.0.0.0 ! ???
I try:
gst-launch-1.0 udpsrc port=46002 multicast-group=234.0.0.0 ! tsdemux ! queue ! mpegvideoparse ! nvv4l2decoder ! fakesink
how to continue my pipeline?
I try this pipeline:
gst-launch-1.0 udpsrc port=46002 multicast-group=234.0.0.0 ! tsdemux ! queue ! mpegvideoparse ! nvv4l2decoder ! fakesink
I would happy to help, someone send my encoded video in UDP multicast is pipeline:
appsrc name=myVideoAppSrc ! queue ! videoflip method=5 ! videoconvert ! avenc_mpeg2video bitrate=4500000 ! mpegtsmux ! udpsink host=234.0.0.0 port=46002
I want to decode this video using GStreamer and OpenCV on my Nvidia Jetson Nano.
self.pipelineSIM = 'udpsrc port=46002 multicast-group=234.0.0.0 ! ???
how to continue my pipeline?
I try this pipeline:
gst-launch-1.0 udpsrc port=46002 multicast-group=234.0.0.0 ! tsdemux ! queue ! mpegvideoparse ! nvv4l2decoder ! fakesink
but I get Error:
NvMMLiteOpen : Block : BlockType = 267
NVMEDIA: Reading vendor.tegra.display-size : status: 6
NvMMLiteBlockCreate : Block : BlockType = 267
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NVMEDIABufferProcessing: 1504: NvMediaParserParse
Unsupported Codec
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
NVMEDIA: NvMMLiteNVMEDIADecDoWork: 1982: NVMEDIA Video Dec
Unsupported Stream
[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParse:357] Video parser parse failed:
0[NvMediaParserParNVMEDIA: NVMEDIABufferProcessing: 1504:
NvMediaParserParse Unsupported Codec
In addition I try:
gst-launch-1.0 udpsrc port=46002 multicast-group=234.0.0.0 ! tsparse ! nvv4l2decoder ! fakesink
but I get error that nvv4l2decoder cant take mpegts2 so what I can do?
on please I would be happy to help.