Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-03 Thread Matthias Apitz
I have improved my two scripts for screencasting and they work now pretty much fine; the movie on the FreeBSD / Linux desktop is nearly smothly; You must be connected via SSH over USB tethering, Wifi is to poor for the mass of frames: run first on the host a script or command like this (note: fp

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-02 Thread Matthias Apitz
as a workaround I hacked the following solution together: on the phone I have a script: #!/bin/sh loops=60 start=0 echo PID: $$ while true; do mirscreencast -m /run/mir_socket --stdout --cap-interval 6 -s 270 480 -n 10 || break start=`expr $start + 1` test $start -eq $loops && break #

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-02 Thread Matthias Apitz
El día Thursday, April 02, 2015 a las 08:23:17AM +0100, Stuart Langridge escribió: > I think that https://bugs.launchpad.net/mir/+filebug is the place; > mirscreencast is part of mir itself. Certainly if that's not the right > place, the Mir team will know where to reassign that bug to! it is: h

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-02 Thread Matthias Apitz
El día Thursday, April 02, 2015 a las 07:12:37AM +, Stuart Langridge escribió: > Yep, this sounds like a mirscreencast issue then. I don't know anything > about that other than how to call it, I'm afraid :( Kevin Gunn is likely to > be more help because he runs the mir team and knows this stu

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-01 Thread Matthias Apitz
El día Thursday, April 02, 2015 a las 12:16:21AM +0100, Stuart Langridge escribió: > Not sure why that doesn't work. Have you tried the previous post, > http://www.kryogenix.org/days/2015/01/11/ubuntu-phone-screencasting-a-minor-tip/ > ? That will dump the netcatted data into a file, which you ca

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-01 Thread Mitchell Reese
Not working for me - here's the error output from my Nexus 4 device (via an ssh terminal): phablet@ubuntu-phablet:~$ mirscreencast -m /var/run/mir_socket --stdout --cap-interval 1 -s 360 640 | nc 10.42.0.64 12344 [1427937794.486066] mircommon: Caught exception at Mir/EGL driver boundary (in s

Re: [Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-01 Thread Bret A. Barker
On Thu, Apr 02, 2015 at 12:10:48AM +0200, Matthias Apitz wrote: > > Hi Stuart, > > I found your page about mirscreencast'ing an Ubuntu phone. I do run on > the (FreeBSD) host: > > nc -l 12344 | mplayer -demuxer rawvideo -rawvideo w=360:h=640:format=rgba - > > and on the phone (while SSH'ed to i

[Ubuntu-phone] mirscreencast'ing an Ubuntu phone

2015-04-01 Thread Matthias Apitz
Hi Stuart, I found your page about mirscreencast'ing an Ubuntu phone. I do run on the (FreeBSD) host: nc -l 12344 | mplayer -demuxer rawvideo -rawvideo w=360:h=640:format=rgba - and on the phone (while SSH'ed to it): mirscreencast -m /var/run/mir_socket --stdout --cap-interval 1 -s 360 640 | n