This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM368 network streaming using pipelines



Hi,

Can any one help me on DM368 network streaming using gstreamer dmai pipeline using the h264 and aac transcoding.

  • Using the H264 and aac using the dmai pipeline the command for the network stream is

    gst-launch -v v4l2src always-copy=FALSE input-src=composite chain-ipipe=true ! priority scheduler=1 rtpriority=40 ! "video/x-raw-yuv,format=(fourcc)NV12,width=720,height=480,pitch=736" ! dmaiaccel ! dmaienc_h264 targetbitrate=800000 ! rtph264pay ! udpsink host=192.168.0.151 port=3000 alsasrc device=hw:0,0 ! priority scheduler=1 rtpriority=50 ! audio/x-raw-int,endianness=1234,signed=true,width=16,depth=16,rate=22050 ! dmaienc_aac bitrate=128000 maxbitrate=128000 ! rtpmp4gpay ! udpsink name=asink host=192.168.0.151 port=3002

    but u need to write the .sdp file to play on the vlc palyer.

    for the reference of .sdp file u can look at https://developer.ridgerun.com/wiki/index.php/Introduction_to_network_streaming_using_GStream