![]() |
2010-05-23
, 12:34
|
|
Posts: 1,665 |
Thanked: 1,649 times |
Joined on Jun 2008
@ Praha, Czech Republic
|
#2
|
![]() |
2010-05-24
, 05:02
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#3
|
Aha? How did you find out that it "stops playing the stream"?
Maybe it just sends the output to the dumpfile instead of your speakers but still plays the stream?
![]() |
2010-05-24
, 06:23
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
![]() |
2010-05-24
, 08:47
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#5
|
You need to describe your problem a little better.
The flag "-dumpstream" is used to, as it suggests, dump the stream. You use it to save the raw stream. The flag "-dumpfile" tells mplayer where to save the data.
If you expect to be able to watch the stream at the same time as you dump it, you are expecting the wrong thing.
What you call the dump file is not very important but placing it somewhere where there is enough space is. Most people would use /home/user/MyDocs or, for example, a mounted microSD card.
![]() |
2010-05-24
, 08:50
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#6
|
ok
lets say i wanted to store the streams on my internal memory card in a folder called music
what would the code be
ed
![]() |
2010-05-24
, 10:54
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#7
|
![]() |
2010-05-24
, 21:19
|
Posts: 336 |
Thanked: 47 times |
Joined on Jul 2008
|
#8
|
What have you tried so far? Your own suggestion in the previous comment looks ok apart from not having the URL at the end of the command line. I have no idea where the memory card will show up on a N810 but I'm sure you can search for exactly that.
![]() |
2010-05-27
, 02:17
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#9
|
edit
mplayer http......... -dumpstream -dumpfile /media/mmc2/music
but all it does is stop thew media player from playing the stream
any help needed