Thanks for your reply.
Now, I understand how to use my decoder; I replace beepdec.ddplus by beepdec.
And I add caps in my pipeline.
gst-launch dvbsrc adapter=0 inversion=AUTO modulation=AUTO trans-mode=AUTO bandwidth=8 \
frequency=506000000 code-rate-lp=AUTO code-rate-hp=AUTO guard=AUTO hierarchy=AUTO \
! "video/mpegts, systemstream=(boolean)true, packetsize=(int)188" \
! aiurdemux name=demux demux. \
! "audio/eac3, channels=(int)6, rate=(int)48000, bitrate=(int)999" \
! beepdec \
! playsink
Now i want to use gstreamer to get Television (audio / video) throw DVB dongle.
When i run a pipe with audio and video , after few second (~5 seconds), the video is jerky and the audio disappears.
this is the pipe i run :
gst-launch dvbsrc adapter=0 inversion=AUTO modulation=AUTO trans-mode=AUTO bandwidth=8 \
frequency=506000000 code-rate-lp=AUTO code-rate-hp=AUTO guard=AUTO hierarchy=AUTO \
! "video/mpegts, systemstream=(boolean)true, packetsize=(int)188" \
! aiurdemux name=demux demux.audio_501082 \
! "audio/eac3, channels=(int)6, rate=(int)48000, bitrate=(int)999" \
! queue2 \
! beepdec \
! playsink demux. \
! queue2 max-size-time=0 \
! vpudec low-latency=false \
! imxv4l2sink --gst-debug=0
do you have any idea of how we can increase the user experience ?
Regards,
Jordan