|
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
|