Download network file in gstreamer-1.0

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

Download network file in gstreamer-1.0

hussain.nel
Hi,

I am trying download the network file during playback by configuring below option. But there is no downloaded file in /tmp location.

g_object_get (pipeline, "flags", &flags, NULL);
flags |= GST_PLAY_FLAG_DOWNLOAD;
g_object_set (pipeline, "flags", flags, NULL);

Can someone help me to find whether i am doing it correctly?


Regards,
Abdul Hussain S