Hi All,
I am wondering if you can help me with a problem.
After some time of decoding video (maybe 2 hours, maybe 12 hours) oom-killer jumps up and kills my program.
I am using DVSDK 2.1 and TI Gstreamer 1.01 on a DM368. I use the following pipe (general):
rtspsrc ! rtph264depay ! TIViddec2 ! TIDmaiVideoSink
Can anyone suggest WHY this is happening and how I might go about resolving it? It seems completely random, and when I check the memory being used while running I seem to be only using around 15% or linux mem (total processes). I am not sure what is triggering it and what to do to resolve it. Can someone please give me some suggestions? I have been workong on this for a month without resolve.
Just a side note, this issue does not occur when using a videotestsrc. So, I suspect that it has soemthing to do with rtspsrc or rtph264depay. (any maybe other depayloaders?)
Thanks
Tim