Re: [Server-devel] How to create a screencast

2013-10-28 Thread David Farning
Sorry,

Santi has been pulled away to work on other projects for a couple of
days to a week. He is not ignoring you :( Just deep in a frustrating
project :)

On Sun, Oct 27, 2013 at 10:51 PM, George Hunt georgejh...@gmail.com wrote:
 Santi,

 In the demo last week, I think you said that you had used gstreamer to
 generate screencasts, and that icecast might be used at the school server
 end to distribute them, (there was some discussion whether icecast could do
 multicast).

 Can you give me a script, or at least more informtion about the gst-launch,
 or other technique, that you used?

 Thanks

 ___
 Server-devel mailing list
 server-de...@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel




-- 
David Farning
Activity Central: http://www.activitycentral.com
___
Server-devel mailing list
server-de...@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] How to create a screencast

2013-10-28 Thread George Hunt
Nosing around I found
https://github.com/scollazo/dxs/blob/b6f016a69f5304a20710ea58baf0679bfad05e01/docs/TESTING.rst

Which I believe answers my question.  I'll just need time to play around
with it.

George


On Mon, Oct 28, 2013 at 3:08 PM, David Farning dfarn...@activitycentral.com
 wrote:

 Sorry,

 Santi has been pulled away to work on other projects for a couple of
 days to a week. He is not ignoring you :( Just deep in a frustrating
 project :)

 On Sun, Oct 27, 2013 at 10:51 PM, George Hunt georgejh...@gmail.com
 wrote:
  Santi,
 
  In the demo last week, I think you said that you had used gstreamer to
  generate screencasts, and that icecast might be used at the school server
  end to distribute them, (there was some discussion whether icecast could
 do
  multicast).
 
  Can you give me a script, or at least more informtion about the
 gst-launch,
  or other technique, that you used?
 
  Thanks
 
  ___
  Server-devel mailing list
  server-de...@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 



 --
 David Farning
 Activity Central: http://www.activitycentral.com

___
Server-devel mailing list
server-de...@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] How to create a screencast

2013-10-28 Thread Anna
Here's a few commands I played with from an XO-1, then tried to view
stream.ogg from my desktop.  I couldn't get streaming to work, though, all
it did was display a static screen capture.

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,framerate=5/1,width=320,height=240 ! theoraenc quality=16 !
oggmux ! shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,width=320,height=240 ! theoraenc quality=16 ! oggmux !
shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast

gst-launch ximagesrc! ffmpegcolorspace ! videorate ! videoscale !
video/x-raw-yuv,framerate=15/1,width=160,height=120 ! theoraenc quality=16
! oggmux ! shout2send ip=schoolserver.local port=9000 password=dxsstreaming
mount=stream.ogg streamname=Test description=Screencast



On Mon, Oct 28, 2013 at 3:03 PM, George Hunt georgejh...@gmail.com wrote:

 Nosing around I found
 https://github.com/scollazo/dxs/blob/b6f016a69f5304a20710ea58baf0679bfad05e01/docs/TESTING.rst

 Which I believe answers my question.  I'll just need time to play around
 with it.

 George


 On Mon, Oct 28, 2013 at 3:08 PM, David Farning 
 dfarn...@activitycentral.com wrote:

 Sorry,

 Santi has been pulled away to work on other projects for a couple of
 days to a week. He is not ignoring you :( Just deep in a frustrating
 project :)

 On Sun, Oct 27, 2013 at 10:51 PM, George Hunt georgejh...@gmail.com
 wrote:
  Santi,
 
  In the demo last week, I think you said that you had used gstreamer to
  generate screencasts, and that icecast might be used at the school
 server
  end to distribute them, (there was some discussion whether icecast
 could do
  multicast).
 
  Can you give me a script, or at least more informtion about the
 gst-launch,
  or other technique, that you used?
 
  Thanks
 
  ___
  Server-devel mailing list
  Server-devel@lists.laptop.org
  http://lists.laptop.org/listinfo/server-devel
 



 --
 David Farning
 Activity Central: http://www.activitycentral.com



 ___
 Server-devel mailing list
 Server-devel@lists.laptop.org
 http://lists.laptop.org/listinfo/server-devel


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] How to create a screencast

2013-10-27 Thread George Hunt
Santi,

In the demo last week, I think you said that you had used gstreamer to
generate screencasts, and that icecast might be used at the school server
end to distribute them, (there was some discussion whether icecast could do
multicast).

Can you give me a script, or at least more informtion about the gst-launch,
or other technique, that you used?

Thanks
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel