Gstreamer Alsasink delayed Output

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer Alsasink delayed Output

maddy2607
This post was updated on .
Hi Guys,
         I'am new to gstreamer, and i made a pipeline in my source code to
add gstreamer. my pipeline is as follows :

appsrc1 -> audioresample -> capsfilter -> mixer

                                                                     ->
alsasink
appsrc2 -> audioresample -> capsfilter -> mixer

I get following issues when running in the pipeline

* I made 2 appsrc's, appsrc2 wont get data always, appsrc1
gets data always. Without is-live=TRUE there was no audio output. What is
this issue?

* When the sync property of alsasink = TRUE, i get delayed output. The audio
starts after 3- 4 sec, and the output will be delayed as such. What is this
issue?

* Since i used livesrc , i changed "do-timestamp" =TRUE and "min-latency" =
0 for the appsrc's

* If i set the sync property of alsasink = FALSE, there will be only
millisec delay in the audio Output, but the delay increases by time. How i
can solve these issues?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel