I am trying to stream from imx6 apalis device. I can successfully capture a video and record it. However, I could not stream it to network. At this stage can not use sdp file at client. I succeeded that at both Raspberry and Nvidia devices. However, my general pipe element do not exist in toredex. Can you give me an example for network streaming or the indicate the necessary changes on nvidia example.
I created my pipeline from sketch. The mux is missing by using mpegtsmux I can successfully stream from pc. I translated x264enc to vpuenc_h264. However, I could not find the equivalent of the mpegtsmux. What should I use ?
I guess if mpegtsmux is really missing in our regular demo images you may easily add it to your custom image. Looks like mpegtsmux may be part of gstreamer1.0-plugins-bad. Alternatively, Fluendo may also have it available.
I tried this, It does not throw an error. However, mplayer reads nothing and wireshark shows strange packet behavior. So, I believe that I need a mux after vpuenc_h264. Is there anything I can try before creating costume kernel?