Hello,
I am trying to stream a wav file over AVB network using gstreamer wavparse plugin, the below command give me the following output :
sudo GST_DEBUG=3 chrt -r 99 gst-launch-1.0 clockselect. ( clock-id=realtime filesrc location=output2.wav ! wavparse ! audioconvert ! audioresample ! audio/x-raw,format=S16BE,channels=2,rate=48000 ! avtpaafpay mtt=50000000 tu=1000000 streamid=0xAABBCCDDEEFF000B processing-deadline=0 ! avtpsink ifname=eqos_0 address=FA:24:C0:03:8E:80 priority=1 processing-deadline=0 )
Setting pipeline to PAUSED …
0:00:00.013054228 1717931 0xaaaad8896430 WARN basesrc gstbasesrc.c:3688:gst_base_src_start_complete: pad not activated yet
Pipeline is PREROLLING …
0:00:00.013427721 1717931 0xaaaad871fb60 FIXME default gstutils.c:4025:gst_pad_create_stream_id_internal:wavparse0:src Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:00.017448072 1717931 0xaaaad871fb60 WARN audio-resampler audio-resampler.c:275:convert_taps_gint32_c: can’t find exact taps
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: DebugGstSystemClock
Got EOS from element “clockselect0”.
Execution ended after 0:00:00.029610475
Setting pipeline to NULL …
Freeing pipeline …
I have checked the wav file properties and it matches exactly what is written in the command. also tried with another wav files.
I have also tried to use audiotestsrc and send a sine wave over the network to test the network connection and the packets can be transmitted from talker to listener successfully.
any tips or further advice are appreciated.
``Preformatted text`