up to 8

On a sunny day (Tue, 10 Feb 2009 23:52:47 +0000) it happened Dirk Bruere at NeoPax wrote in :

Correction, that other one was for .avi format transmission, this is for transport stream:

Receiver (must be started first):

# listen-ts-c while [ 1 ] do echo "Hold ctrl C down to abort, key 'f' toggles full screen mode." netcat -l -p 1234 | ffplay - done exit 1

Transmitter:

ffmpeg -f avi -i my_movie.avi \\

-f mpegts \\

-vcodec h264 -r 2 -b 220 -g 300 -bf 2 \\

-acodec mp2 -ab 64 \\

-s 352x288 \\

-y /dev/stdout \\ | netcat IP_ADDRESS 1234

Even simpler.

Reply to
Jan Panteltje
Loading thread data ...

My stock answer to that question is "It's Windows". It never really is Windows; I don't use Windows. I say that to 1) poke M$ in the eye and 2) give the asker something that he/she will understand without heavy thought and/or more questions.

--
Michael
Reply to
Michael

How about reducing the power instead? Also add more memory busses to help the memory bandwidth keep up with the CPU core count. How about going more towards a static design, so that they can be slowed down when idle some more. Except for video rendering and heavy simulation the dang chips are just pissing away power most of the time. Of course a lot of what they are selling as is bragging rights, not more usable processing power.

Reply to
JosephKK

Highly multicore chips will switch off the power to unused cores. When I was at IBM (I still have two weeks to go, but it feels like ancient history already), the general wisdom was that turning cores on and off to manage power was one of the great strengths of the multicore approach.

Cheers

Phil Hobbs

Reply to
Phil Hobbs

I'm currently designing a _large_ multi-function chip. Virtually every cell on the chip is powered up only when used. Battery-powered, obviously.

...Jim Thompson

--
| James E.Thompson, P.E.                           |    mens     |
| Analog Innovations, Inc.                         |     et      |
| Analog/Mixed-Signal ASIC's and Discrete Systems  |    manus    |
| Phoenix, Arizona  85048    Skype: Contacts Only  |             |
| Voice:(480)460-2350  Fax: Available upon request |  Brass Rat  |
| E-mail Icon at http://www.analog-innovations.com |    1962     |
             
 I love to cook with wine     Sometimes I even put it in the food
Reply to
Jim Thompson

There are many reasons for not going with static designs, primarily performance/power. Dynamic logic is a lot faster at the same power and even stopping a bleeding edge CMOS processor doesn't save much power because leakage is so bad. Since cores have to be completely powered down to save significant power, why pay the penalty for static logic?

Reply to
krw

1234:
1440:900 -cache 1000 -

IP_ADDRESS on port 1234:

netcat on both sides.

program to port 1235.

that should be possible.

from for example a webcam,

Thanks! I've been looking at ffmpeg as the obvious (free) choice for transcoding.

--
Dirk

http://www.transcendence.me.uk/ - Transcendence UK
http://www.theconsensus.org/ - A UK political party
http://www.onetribe.me.uk/wordpress/?cat=5 - Our podcasts on weird stuff
Reply to
Dirk Bruere at NeoPax

transport stream:

OK.

--
Dirk

http://www.transcendence.me.uk/ - Transcendence UK
http://www.theconsensus.org/ - A UK political party
http://www.onetribe.me.uk/wordpress/?cat=5 - Our podcasts on weird stuff
Reply to
Dirk Bruere at NeoPax

About the only major consumer app that will need all the CPU power it can get is gaming. I recall being a a conference on multiprocessor machines (circa 1977) where I got strange looks from fellow delegates when I stuck my neck out and said that the big driving force would be games needing more than 64K of memory!

--
Dirk

http://www.transcendence.me.uk/ - Transcendence UK
http://www.theconsensus.org/ - A UK political party
http://www.onetribe.me.uk/wordpress/?cat=5 - Our podcasts on weird stuff
Reply to
Dirk Bruere at NeoPax

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.