streaming videos from home network to raspberry
#31
Use SSH (PuTTY) to connect to the Pi from the PC...
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#32
Easy to say. I tried of course ssh from the Ubuntu laptop. However, to get the command mode of the Raspberry one needs already a keyboard. XBMC starts without login and when you close it, you need to print "escape" to get the command line, otherwise it shuts down. With XBMC running I could not get in through ssh. Perhaps I made something wrong. I will give it a next chance.
The configuration in which XBMC starts without login has the advantage, that for everyday mode one does not need any keyboard or mouse. Just use a smartphone wit the Yatse App.
Reply
#33
u should be able to SSH into it.If u cant than there is something not right with your network
Reply
#34
Sorry, I just head the wrong memory and exchanged (login) pi with (passwd) raspberry. That's why it went wrong.
Getting old!
Here is the new test:

------------------------------------------------------------
Client connecting to 192.168.2.103, TCP port 5001
TCP window size: 21.0 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.2.107 port 40173 connected with 192.168.2.103 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 2.00 MBytes 1.68 Mbits/sec
[ 3] 10.0-20.0 sec 2.12 MBytes 1.78 Mbits/sec
[ 3] 20.0-30.0 sec 2.62 MBytes 2.20 Mbits/sec
[ 3] 30.0-40.0 sec 2.38 MBytes 1.99 Mbits/sec
[ 3] 40.0-50.0 sec 2.00 MBytes 1.68 Mbits/sec
[ 3] 50.0-60.0 sec 1.88 MBytes 1.57 Mbits/sec
[ 3] 0.0-60.9 sec 13.1 MBytes 1.81 Mbits/sec
Reply
#35
WiFi? Devolo (Powerline/Homeplug)?

Although either way it's insufficient bandwidth for smooth video streaming, and would explain why you are having problems.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#36
It was WiFi.
perhaps Devolo is somewhat better, but I have to stick to WiFi. The Devolo is normaly serving the Telekom Box for the TV. Nevertheless I will check tomorrow also DEVOLO.
It is disappointing and still I do not understand, why it is so slow the internal connection!?
Perhaps I should ask the Telekom about the performances of their router?
Reply
#37
It may not be the fault of the router (which appears to support 11n) - a tiny little WiFi dongle like the Edimax EW-7811UN is unlikely to have a great antenna. If you live in a suburban location the signal from the Pi might be being drowned out by your neighbours. Try a different wireless channel, or perhaps a more powerful WiFi solution in place of the Edimax would help.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#38
Wireless and media streaming is, in general, hopeless. Works for some people, but doesn't for many others.

I have powerline AV500 to 4 clients in my house and it seems to work fine. Mind you it is rare for all three to be in use at once.

Don't forget what you download from the net may be a much lower bitrate video designed for transmission over the net.

Anyway, buy another devolo.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#39
I was going to wait until the Devolo results were in but yeah, my preference would be Powerline over WiFi. However just like WiFi, Powerline is subject to environmental conditions, and may work great, or not at all, or somewhere in between. I'm not expecting great performance with the Devolo though, and as the OP already has 200-AV kit I'm not sure that 500-AV will help much. In short, unless there is a miracle, he may be sh1t out of luck. :-(
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#40
Indeed powerline is very dependent on your electrical wiring.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#41
The Iperf results from Raspberry over DEVOLO are much better:
Code:
pi@raspbmc:~$ iperf -c 192.168.2.103 -t60 -i10
------------------------------------------------------------
Client connecting to 192.168.2.103, TCP port 5001
TCP window size: 21.0 KByte (default)
------------------------------------------------------------
[  3] local 192.168.2.106 port 45462 connected with 192.168.2.103 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  40.4 MBytes  33.9 Mbits/sec
[  3] 10.0-20.0 sec  46.2 MBytes  38.8 Mbits/sec
[  3] 20.0-30.0 sec  48.2 MBytes  40.5 Mbits/sec
[  3] 30.0-40.0 sec  45.8 MBytes  38.4 Mbits/sec
[  3] 40.0-50.0 sec  48.5 MBytes  40.7 Mbits/sec
[  3] 50.0-60.0 sec  49.1 MBytes  41.2 Mbits/sec
[  3]  0.0-60.0 sec   278 MBytes  38.9 Mbits/sec
Nevertheless, the buffering persists.

I have made an Iperf check also from the Thinkpad (WLAN) and the results are twice better as those from the Raspberry . This is probably due to its more favorable position and to the somewhat bigger WLAN stick.
Reply
#42
That's surprisingly better than I was expecting, SD streaming across the Devolo shouldn't be a problem with that kind of bandwidth available (whereas your WiFi is definitely a problem) so I would focus your attention on fixing the buffering problem while using your Devolo and forget about WiFi for now.

Are you using stock OpenELEC or one of the rbej builds? I know rbej has incorporated various patches aimed at improving network buffering, so testing with one of his builds might be wroth a shot.

One other thought - can you post the MediaInfo details for one of your videos that you have trouble streaming across your LAN? And can you confirm if you have paid for any additional Raspberry Pi codecs (specifically, the MPEG codec)?

If you run the following script on your Pi while playing video, you'll be able to visualise network usage and CPU load, and maybe see if you're close to exceeding your network bandwidth, or if the stuttering coincides with heavy network usage:

Code:
wget http://www.nmacleod.com/public/bcmstat.sh && chmod +x ./bcmstat.sh
./bcmstat.sh -x
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#43
Well, I have no idea neither about OpenELEC nor about rbej . What are these things? I am just an "educated" user and not a computer freak, therefore the terminology for me is not at all familiar (I learned about Raspberry from the Spiegel ! ) However, I am still eager to learn. I had a lot to do with computers , but learned just, what I needed for my activity. Going deeper would have impeded my main interests. The term "build" suggests another Linux kernel for Raspberry !?
The MPEG codecs is something, that might be interesting for me. Where can one buy it.?
Any video (720 HD in MOV or MP4 ) I made with my cheap Kodak or with my smartphone has buffering difficulties.
I will run Your script and notify You about, however I am pretty sure it has nothing to do with heavy network usage.
Reply
#44
Ah sorry, got confused with another thread and thought you were using OpenELEC.

OpenELEC is a build of XBMC that includes the OS, much like Raspbmc, but more restricted in terms of what will run alongside XBMC. It's more of an "appliance" version of XBMC. Forum member rbej has been producing custom builds of OpenELEC that are a little more "bleeding edge" (see this thread).

(2013-06-02, 20:22)Banyailaci Wrote: The MPEG codecs is something, that might be interesting for me. Where can one buy it.?
Any video (720 HD in MOV or MP4 ) I made with my cheap Kodak or with my smartphone has buffering difficulties.
I will run Your script and notify You about, however I am pretty sure it has nothing to do with heavy network usage.

You can buy (for just a couple of euros) codec licences from the Raspberry Pi Store - click the "Buy Codecs" link and buy whatever codec you require (VC-1 is really only required for some Blu-Ray movies). You'll receive a licence code in the post after a few hours, which you then add to the config.txt file on your Pi.

The Pi already includes H264 GPU accelerated codec support, but SD MPEG movies will be decoded entirely with the ARM CPU unless you buy and install the MPEG codec licence.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#45
Here is the result of running the script:

Code:
pi@raspbmc:~$ wget http://www.nmacleod.com/public/bcmstat.sh && chmod +x ./bcmstat.sh
--2013-06-02 22:51:59--  http://www.nmacleod.com/public/bcmstat.sh
Resolving www.nmacleod.com (www.nmacleod.com)... 212.23.8.80
Connecting to www.nmacleod.com (www.nmacleod.com)|212.23.8.80|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12218 (12K) [text/x-sh]
Saving to: `bcmstat.sh'

100%[===================================================================================================>] 12,218      --.-K/s   in 0.04s  

2013-06-02 22:52:00 (291 KB/s) - `bcmstat.sh' saved [12218/12218]

pi@raspbmc:~$
pi@raspbmc:~$ ./bcmstat.sh -x
Governor: ondemand
  Memory: 512MB (384MB ARM, 128MB GPU)
Min Freq:  800Mhz |  250Mhz |  400Mhz
Max Freq:  800Mhz |    0Mhz |    0Mhz
Voltages:        +0         |    +0
   Other: TEMP_LIMIT=85C, FORCE_TURBO
Version: Mar  7 2013 19:34:17, version 375458 (release)
vcg path: /opt/vc/bin/vcgencmd
  Codecs: H264 VP8 VORBIS MJPG
  Booted: Sun Jun  2 22:46:04 CEST 2013
Time          ARM     Core     h264  Core Temp (Max)   Core  SDRam   IRQ/s      RX B/s      TX B/s   %user   %nice %system   %idle %iowait    %irq  %s/irq  %total  Memory Free/Used
========  =======  =======  =======  ===============  =====  =====  ======  ==========  ==========  ======  ======  ======  ======  ======  ======  ======  ======  ================
22:52:17   800Mhz   250Mhz   250Mhz  47.08C (47.08C)  1.20V  1.20V   5,671          58     132,375   65.84   32.92   49.38    0.00   87.36    1.27   64.57  100.00  299,944 kB/22.0%
22:52:20   800Mhz   250Mhz   250Mhz  46.54C (47.08C)  1.20V  1.20V   1,588         144      34,009   18.06    6.02   21.96    0.00   30.82    0.00   14.52  100.00  302,340 kB/21.4%
22:52:23   800Mhz   250Mhz   250Mhz  47.08C (47.08C)  1.20V  1.20V   1,863          64      43,477   19.48   13.97   23.89    0.00   15.81    0.00   20.95  100.00  307,804 kB/19.9%
22:52:26   799Mhz   250Mhz   250Mhz  47.08C (47.08C)  1.20V  1.20V   1,636          36      39,282   19.04    5.99   22.22    0.00   27.51    0.00   20.10  100.00  307,796 kB/19.9%
22:52:28   800Mhz   250Mhz   250Mhz  46.54C (47.08C)  1.20V  1.20V   1,659          37      34,701   12.42    9.13   24.84    0.00   34.34    0.00   11.69  100.00  307,860 kB/19.9%
22:52:31   799Mhz   250Mhz   250Mhz  46.54C (47.08C)  1.20V  1.20V   1,654          90      38,133   17.35   14.52   28.33    0.00   12.04    0.00   21.24  100.00  306,472 kB/20.3%
22:52:34   800Mhz   250Mhz   250Mhz  47.08C (47.08C)  1.20V  1.20V   1,748         105      38,749   26.92    6.29   20.28    0.00   11.19    0.00   17.48  100.00  302,500 kB/21.3%
22:52:37   800Mhz   250Mhz   250Mhz  47.62C (47.62C)  1.20V  1.20V   1,813          36      42,330   26.19    8.85   24.77    0.00    9.20    0.00   19.47  100.00  298,312 kB/22.4%
22:52:39   800Mhz   250Mhz   250Mhz  47.62C (47.62C)  1.20V  1.20V   2,090          66      33,868   31.07    7.58   25.01    0.00   13.64    0.00   16.67  100.00  297,356 kB/22.7%
22:52:42   800Mhz   250Mhz   250Mhz  48.15C (48.15C)  1.20V  1.20V   1,531          37      31,628   15.90    3.61   23.86    0.00   30.36    0.00   14.10  100.00  297,216 kB/22.7%
22:52:45   800Mhz   250Mhz   250Mhz  48.15C (48.15C)  1.20V  1.20V   1,788          53      42,495   16.83    6.81   27.22    0.00   25.79    0.00   12.18  100.00  297,992 kB/22.5%
22:52:48   800Mhz   250Mhz   250Mhz  48.15C (48.15C)  1.20V  1.20V   1,779          36      41,405   22.00    7.45   21.29    0.00   25.19    0.00   14.19  100.00  308,032 kB/19.9%
22:52:51   800Mhz   250Mhz   250Mhz  47.62C (48.15C)  1.20V  1.20V   1,834         126      43,116   17.47    9.63   21.39    0.00   25.67    0.00   18.18  100.00  308,060 kB/19.9%
22:52:54   800Mhz   250Mhz   250Mhz  47.62C (48.15C)  1.20V  1.20V   1,732          36      39,827   16.75    8.38   21.99    0.00   26.88    0.00   14.31  100.00  307,056 kB/20.1%
22:52:56   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,916          36      44,412   36.41    5.60   24.85    0.00    7.35    0.00   21.35  100.00  303,012 kB/21.2%
22:52:59   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,732          52      40,104   29.16   17.57   26.00    0.00    3.51    0.00   20.73  100.00  298,888 kB/22.3%
22:53:02   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,840          36      42,528   26.79    7.75   27.14    0.00   11.63    0.00   20.79  100.00  297,432 kB/22.6%
22:53:05   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,744         150      40,465   16.20    7.56   20.52    0.00   25.20    0.00   19.08  100.00  308,096 kB/19.9%
22:53:08   799Mhz   250Mhz   250Mhz  48.15C (48.69C)  1.20V  1.20V   1,679       3,621      36,959   12.83   14.62   23.53    0.00   26.74    0.00   16.76  100.00  307,952 kB/19.9%
22:53:10   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,795       3,438      40,762   25.76    6.80   25.40    0.00   13.95    0.00   23.97  100.00  304,760 kB/20.7%
22:53:13   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,832       3,124      42,850   34.76    5.37   21.50    0.00    8.24   0.00   25.80  100.00  300,688 kB/21.8%
22:53:16   799Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,780          37      40,186   31.80    7.86   27.87    0.00    7.86    0.36   24.29  100.00  297,212 kB/22.7%
22:53:19   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,807          54      42,907   22.40   13.37   23.12    0.00   12.65    0.00   23.48  100.00  297,236 kB/22.7%
22:53:22   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,760          53      40,544   21.22    6.47   22.30    0.00   22.30    0.00   19.06  100.00  297,076 kB/22.7%
22:53:24   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,638          37      35,383   20.00    7.63   24.36    0.00   30.54    0.00   14.18  100.00  308,060 kB/19.9%
22:53:27   800Mhz   250Mhz   250Mhz  48.69C (48.69C)  1.20V  1.20V   1,615          38      34,395   15.59    7.43   20.05    0.00   36.39    0.00   11.51  100.00  308,064 kB/19.9%
22:53:30   800Mhz   250Mhz   250Mhz  49.23C (49.23C)  1.20V  1.20V   1,573          35      36,238   22.43   12.57   23.79    0.00   12.57    0.00   19.71  100.00  305,472 kB/20.5%
22:53:33   800Mhz   250Mhz   250Mhz  49.23C (49.23C)  1.20V  1.20V   1,859          36      40,546   31.09    8.48   26.85    0.00   12.01    0.00   28.62  100.00  301,848 kB/21.5%
22:53:36   800Mhz   250Mhz   250Mhz  48.69C (49.23C)  1.20V  1.20V   1,670          37      37,139   28.33    6.45   27.97    0.00   12.91    0.00   21.51  100.00  298,408 kB/22.4%
22:53:38   800Mhz   250Mhz   250Mhz  48.69C (49.23C)  1.20V  1.20V   1,639         133      35,405   30.81    7.17   20.06    0.00   18.27    0.00   15.41  100.00  297,432 kB/22.6%

Time          ARM     Core     h264  Core Temp (Max)   Core  SDRam   IRQ/s      RX B/s      TX B/s   %user   %nice %system   %idle %iowait    %irq  %s/irq  %total  Memory Free/Used
========  =======  =======  =======  ===============  =====  =====  ======  ==========  ==========  ======  ======  ======  ======  ======  ======  ======  ======  ================

%irq  %s/irq  %total  Memory Free/Used
========  =======  =======  =======  ===============  =====  =====  ======  ==========  ==========  ======  ======  ======  ======  ======  ======  ======  ======  ================
22:53:41   800Mhz   250Mhz   250Mhz  48.69C (49.23C)  1.20V  1.20V   1,696         100      39,243   17.38    9.22   30.14    0.00   22.34    0.00   18.44  100.00  308,160 kB/19.8%
22:53:44   800Mhz   250Mhz   250Mhz  48.69C (49.23C)  1.20V  1.20V   1,698          63      36,633   15.54    6.01   21.90    0.00   29.32    0.00   16.96  100.00  308,272 kB/19.8%
22:53:47   800Mhz   250Mhz   250Mhz  49.23C (49.23C)  1.20V  1.20V   1,667          38      36,476   15.59    7.79   21.15    0.00   29.69    0.00   15.59  100.00  308,236 kB/19.8%
22:53:50   800Mhz   250Mhz   250Mhz  49.23C (49.23C)  1.20V  1.20V   1,689          64      39,057   17.50    8.57   20.36    0.00   25.72    0.00   15.72  100.00  308,256 kB/19.8%
22:53:52   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,595          36      32,786   33.12    8.81   22.20    0.00   10.92    0.35   15.50  100.00  308,320 kB/19.8%
22:53:55   800Mhz   250Mhz   250Mhz  49.23C (49.77C)  1.20V  1.20V   1,617          52      36,565   28.85    5.63   28.14    0.00   11.26    0.00   17.24  100.00  308,140 kB/19.9%
22:53:58   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,779          36      40,076   25.51   15.03   35.30    0.00    0.70    0.00   23.07  100.00  303,832 kB/21.0%
22:54:01   800Mhz   250Mhz   250Mhz  49.23C (49.77C)  1.20V  1.20V   1,771          38      40,836   22.52    8.49   28.05    0.00   18.83    0.00   19.93  100.00  304,000 kB/20.9%
22:54:04   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,728          37      40,178   19.68    7.51   21.11    0.00   24.69    0.00   17.53  100.00  306,844 kB/20.2%
22:54:06   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,725          37      36,923   15.61    7.62   25.41    0.00   28.68    0.00   14.88  100.00  307,608 kB/20.0%
22:54:09   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,659          38      37,463   15.57   13.72   22.99    0.00   31.89    0.74   11.12  100.00  307,636 kB/20.0%
22:54:12   800Mhz   249Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,638          70      37,157   17.63    4.32   21.59    0.00   25.19    0.00   20.51  100.00  306,776 kB/20.2%
22:54:15   800Mhz   250Mhz   250Mhz  49.77C (49.77C)  1.20V  1.20V   1,707          36      38,649   31.87    7.97   21.82    0.00    9.70    0.00   21.47  100.00  302,700 kB/21.3%
22:54:18   800Mhz   250Mhz   250Mhz  50.31C (50.31C)  1.20V  1.20V   1,759          52      40,609   30.92    8.69   30.92    0.00    4.17    0.00   21.54  100.00  298,720 kB/22.3%
22:54:20   800Mhz   250Mhz   250Mhz  49.77C (50.31C)  1.20V  1.20V   1,758          37      39,111   32.50    7.86   23.57    0.00   12.50    0.00   22.50  100.00  297,268 kB/22.7%
22:54:23   800Mhz   250Mhz   250Mhz  50.31C (50.31C)  1.20V  1.20V   1,724          37      38,915   18.50    6.89   24.31    0.00   26.49    0.00   14.51  100.00  297,280 kB/22.7%
22:54:26   800Mhz   250Mhz   250Mhz  49.77C (50.31C)  1.20V  1.20V   1,449          39      30,999   20.89    4.94   23.92    0.00   33.42    0.00   11.77  100.00  298,240 kB/22.4%
22:54:28   800Mhz   250Mhz   250Mhz  49.77C (50.31C)  1.20V  1.20V     405         272         170   13.94   13.54   19.52    0.00   54.17    0.00    0.40  100.00  301,864 kB/21.5%
22:54:31   800Mhz   250Mhz   250Mhz  49.77C (50.31C)  1.20V  1.20V     311          62         200    9.22   14.25   21.80    0.00   53.24    0.00    0.42  100.00  301,756 kB/21.5%
22:54:33   800Mhz   250Mhz   250Mhz  49.23C (50.31C)  1.20V  1.20V     303          74         180   10.94    7.99   15.15    0.00   64.38    0.00    0.00  100.00  301,908 kB/21.5%
22:54:35   800Mhz   250Mhz   250Mhz  49.23C (50.31C)  1.20V  1.20V     332       2,388       2,367   12.90    3.33   19.14    0.00   61.99    0.00    1.25  100.00  308,100 kB/19.9%
22:54:38   800Mhz   250Mhz     0Mhz  49.77C (50.31C)  1.20V  1.20V     561       1,077      13,602   33.03   15.54   16.32    0.00   24.48    0.00    2.33  100.00  301,024 kB/21.7%
22:54:41   800Mhz   250Mhz     0Mhz  49.77C (50.31C)  1.20V  1.20V     433         964       3,193   27.17   53.96   15.69    0.00    1.91    0.38    1.15  100.00  310,096 kB/19.3%
22:54:43   800Mhz   250Mhz     0Mhz  49.23C (50.31C)  1.20V  1.20V     334         964         939   19.42    6.34   14.27    0.00   53.50    0.00    0.40  100.00  310,128 kB/19.3%
22:54:45   800Mhz   250Mhz     0Mhz  49.23C (50.31C)  1.20V  1.20V     336       1,077         923    7.56    9.66   13.44    0.00   70.55    0.00    0.84  100.00  310,116 kB/19.3%
22:54:48   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     335       1,058         920    0.43    5.21   14.76    0.00   77.27    0.00    0.00  100.00  310,152 kB/19.3%
22:54:50   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     324       1,097         922    0.87    4.35   15.23    0.87   77.48    0.00    0.87   99.13  310,144 kB/19.3%
22:54:52   799Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     311       1,023         873    0.43    5.63   14.72    0.00   77.93    0.00    0.00  100.00  310,176 kB/19.3%
22:54:55   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     323       1,024         874    1.30    3.47   16.47    0.43   78.03    0.00    0.00   99.57  310,168 kB/19.3%
22:54:57   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     308       1,027         848    0.42    7.15   13.87    0.00   75.68    0.00    0.42  100.00  310,172 kB/19.3%

Time          ARM     Core     h264  Core Temp (Max)   Core  SDRam   IRQ/s      RX B/s      TX B/s   %user   %nice %system   %idle %iowait    %irq  %s/irq  %total  Memory Free/Used
========  =======  =======  =======  ===============  =====  =====  ======  ==========  ==========  ======  ======  ======  ======  ======  ======  ======  ======  ================
22:54:59   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     326       1,069       1,199    0.87    7.37   15.61    0.87   75.88    0.00    0.00   99.13  310,188 kB/19.3%
22:55:02   800Mhz   250Mhz     0Mhz  48.15C (50.31C)  1.20V  1.20V     334       1,025         875    0.43    9.11   13.02    0.00   75.50    0.00    0.43  100.00  316,888 kB/17.6%
22:55:04   800Mhz   250Mhz     0Mhz  48.15C (50.31C)  1.20V  1.20V     317       1,075         896    1.73    3.90   15.60    0.00   78.45    0.00    0.43  100.00  316,908 kB/17.6%
22:55:06   800Mhz   250Mhz     0Mhz  48.15C (50.31C)  1.20V  1.20V     317       1,026         876    0.87    5.21   14.33    0.00   78.17    0.00    0.00  100.00  316,916 kB/17.6%
22:55:09   800Mhz   250Mhz     0Mhz  48.15C (50.31C)  1.20V  1.20V     322       1,058         877    0.43    8.70   13.04    0.00   77.40    0.00    0.43  100.00  316,916 kB/17.6%
22:55:11   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     316         978         835    2.48   18.63   16.14    0.41   60.85    0.00    0.00   99.59  316,944 kB/17.6%
22:55:13   799Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     303         993         823    1.63    7.75   11.43    0.00   73.05    0.00    0.00  100.00  316,660 kB/17.6%
22:55:16   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     614         272       8,882    9.72   60.28   13.61    0.00   10.11    0.00    5.83  100.00  316,808 kB/17.6%
0.00    5.83  100.00  316,808 kB/17.6%
22:55:18   800Mhz   250Mhz     0Mhz  49.23C (50.31C)  1.20V  1.20V     469         753       2,047   27.01   29.92   23.69    0.00   18.29    0.00    0.00  100.00  316,456 kB/17.7%
22:55:21   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     341         977         947   18.35    5.19   12.37    0.00   59.44    0.00    0.40  100.00  316,468 kB/17.7%
22:55:23   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     321       1,254       1,018   26.78    7.59   13.99    0.00   61.14    0.00    0.00  100.00  316,500 kB/17.7%
22:55:26   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V     337         703         629   19.89    4.23   14.81    0.00   64.33    0.00    0.00  100.00  316,508 kB/17.7%
22:55:28   800Mhz   250Mhz     0Mhz  49.23C (50.31C)  1.20V  1.20V     321       1,316       1,076   14.37    9.30   12.68    0.00   62.11    0.00    0.42  100.00  316,492 kB/17.7%
22:55:31   800Mhz   250Mhz     0Mhz  48.69C (50.31C)  1.20V  1.20V   1,105         711         629    7.19    5.08   15.23    0.42   59.66    0.00    0.00   99.58  316,508 kB/17.7%
22:55:33   800Mhz   250Mhz     0Mhz  49.23C (50.31C)  1.20V  1.20V     376       1,345       1,115   20.26    5.49   14.77    0.00   63.32    0.00    0.42  100.00  316,540 kB/17.7%
0.00    0.42  100.00  
pi@raspbmc:~$
[hr]
And here is the media info for the file.

General
Complete name                            : C:\Users\Banyai\Videos\Filme\Film-Clips\Dorfweil_1.mp4
Format                                   : MPEG-4
Format profile                           : Sony PSP
Codec ID                                 : MSNV
File size                                : 217 MiB
Duration                                 : 1mn 57s
Overall bit rate                         : 15.5 Mbps
Movie name/More                          : Kodak Zi8 Pocket Video Camera
Encoded date                             : UTC 2012-09-02 16:38:27
Tagged date                              : UTC 2012-09-02 16:38:27
Origin                                   : Digital Camera
AMBA                                     :  d

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 2 frames
Format settings, GOP                     : M=3, N=15
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 1mn 57s
Source duration                          : 1mn 57s
Bit rate                                 : 15.4 Mbps
Width                                    : 1 280 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 29.970 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.558
Stream size                              : 216 MiB (99%)
Source stream size                       : 216 MiB (99%)
Language                                 : English
Encoded date                             : UTC 2012-09-02 16:38:27
Tagged date                              : UTC 2012-09-02 16:38:27
mdhd_Duration                            : 117417

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 40
Duration                                 : 1mn 57s
Source duration                          : 1mn 57s
Bit rate mode                            : Constant
Bit rate                                 : 118 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Compression mode                         : Lossy
Stream size                              : 1.66 MiB (1%)
Source stream size                       : 1.66 MiB (1%)
Language                                 : English
Encoded date                             : UTC 2012-09-02 16:38:27
Tagged date                              : UTC 2012-09-02 16:38:27
mdhd_Duration                            : 117397
Reply

Logout Mark Read Team Forum Stats Members Help
streaming videos from home network to raspberry0