i wanted to look at the logfiles that i specify
root 17 33.9 27.7 15600100 1127380 ? Sl 01:36 142:24 /usr/local/bin/gstd -l /data/logs/gst.log -d /data/logs/gstd.log -f /tmp/ --gst-debug-level=2
but there are no logfiles created (i can't remember this ever working)
what would the next thing be that i can do to investigate this ?
i'm running :
and i regularly check if the pipeline that i started is still going, before i check i first check if there is still a connection using
setup the client using:
and everything goes well for a long time, then suddenly after about 4 hours:
even if i start gstd-client-1.0 and try a list_pipelines it just hangs.
if i do an
strace gst-client-1.0 list_pipelines : https://gist.github.com/clogwog/8f19f0bf177a62253295b092d11dad62
i wanted to look at the logfiles that i specify
root 17 33.9 27.7 15600100 1127380 ? Sl 01:36 142:24 /usr/local/bin/gstd -l /data/logs/gst.log -d /data/logs/gstd.log -f /tmp/ --gst-debug-level=2
but there are no logfiles created (i can't remember this ever working)
what would the next thing be that i can do to investigate this ?