Re: [FFmpeg-user] ffmpeg STDOUT redirecting to a socket

2015-04-15 Thread Manikanta Vasu
Thanks for the given information and it is working as well.Some times it was throwing text relocation warnings. WARNING: linker: /data/local/tmp/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix. Kindly help me to avoid those kind of warnings. On Ap

Re: [FFmpeg-user] ffmpeg STDOUT redirecting to a socket

2015-04-14 Thread Moritz Barsnick
Hi Manikanta, On Tue, Apr 14, 2015 at 14:11:08 +0530, Manikanta Vasu wrote: > I am using below command to get compress the image and writing into a disk. > Instead of writing on disk, i just want to redirect that output stream > through socket. > > Here is the command > > adb screencap -p | /da

[FFmpeg-user] ffmpeg STDOUT redirecting to a socket

2015-04-14 Thread Manikanta Vasu
Hi, I am using below command to get compress the image and writing into a disk. Instead of writing on disk, i just want to redirect that output stream through socket. Here is the command adb screencap -p | /data/local/tmp/ffmpeg -loglevel panic -f rawvideo -s 720x1280 -pix_fmt rgb0 -r 10 -i - -