|
Hello,
I am using gstreamer 0.10 with spice-gtk. The audio stream from gstreamer lag by 3-4 seconds.
I used following parameters to configure pipeline.
Caps are "audio/x-raw-int,channels=2,rate=44100,signed=(boolean)true, width=16,depth=16,endianness=1234". appsrc is-live=1 do-timestamp=1 name="appsrc" ! queue ! audioconvert ! audioresample ! autoaudiosink name="audiosink".
The min_latency is set to 200.
Can anyone help me to solve issue??? Thanks.
|