Mostafa Sholkamy

Results 5 comments of Mostafa Sholkamy

@JosephSamela Your solution is working perfectly, but the image is flipped horizontally

fixed by adding `-vf hflip` ``` ffmpeg -f flv -listen 1 -i rtmp://localhost:1935/live/test -vf hflip -f v4l2 -vcodec rawvideo /dev/video0 ```

@dodas I've created a pr here solving this issue https://github.com/gramps-graphql/gramps/pull/116

I think `executeRaw` executes one operation at a time. I've tried the following with graphql aliases : ``` mutation { selectDB: executeRaw(query: "use `prisma`") showTables: executeRaw(query: "show tables;") showProjects: executeRaw(query:...

I am using php from ampps /usr/local/ampps/php-5.6 and copied it to : ./bin/php directory in my node application path