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
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
#
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
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
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
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
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
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
8 matches
Mail list logo