iphone - GStreamer AAC audio stream delay in iOS -


i'm playing aac audio stream on ios device using gstreamer sdk, working fine, delay above 2.0 seconds.

can make delay lower 2.0 seconds?

there may buffering issue.

this how i'm creating pipeline

pipeline = gst_parse_launch("playbin2", &error); 

try setting latency this:

g_object_set(g_object(pipeline.source), "latency", 250, null); 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -