Click here to Skip to main content
15,920,704 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Memory Consumption Question Pin
#realJSOP4-Apr-08 0:15
professional#realJSOP4-Apr-08 0:15 
GeneralRe: Memory Consumption Question Pin
Luc Pattyn4-Apr-08 1:11
sitebuilderLuc Pattyn4-Apr-08 1:11 
GeneralRe: Memory Consumption Question Pin
Mark Salsbery4-Apr-08 6:42
Mark Salsbery4-Apr-08 6:42 
GeneralRe: Memory Consumption Question Pin
Pete O'Hanlon4-Apr-08 1:26
mvePete O'Hanlon4-Apr-08 1:26 
GeneralRe: Memory Consumption Question Pin
#realJSOP4-Apr-08 2:44
professional#realJSOP4-Apr-08 2:44 
GeneralRe: Memory Consumption Question Pin
Pete O'Hanlon4-Apr-08 8:44
mvePete O'Hanlon4-Apr-08 8:44 
GeneralRe: Memory Consumption Question Pin
Zoltan Balazs4-Apr-08 11:33
Zoltan Balazs4-Apr-08 11:33 
GeneralRe: Memory Consumption Question Pin
Patrick Etc.7-Apr-08 11:44
Patrick Etc.7-Apr-08 11:44 
The CLR Profiler is incredibly useful for this. If the CLR GC itself is not continually allocating more and more memory, the problem is not your app - it's the FLV player, as you seem to already expect.

I'm curious why you're seeing that though. I don't seem to have that problem when I'm watching an FLV using FLV Player, for instance, or when I'm watching things in my browser. This is one of those things that I would absolutely not expect to see in a commercial, widely released, widely used product - simply because I'd expect the bugs to be solved long, long ago.

I wonder if there's not some sort of cleanup or clear function in the player you should be calling after every data pass.

Curious: Does the increase in memory consumption seem to match the amount of data you're sending to the player (decoded, of course)? That is, if you're sending it a 1KB chunk of FLV data, does the amount of decoded data correspond to the increase in memory usage by the OS?


It has become appallingly obvious that our technology has exceeded our humanity. - Albert Einstein

QuestionProject can not be opended [modified] Pin
mpavas3-Apr-08 13:42
mpavas3-Apr-08 13:42 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:05
sitebuilderLuc Pattyn3-Apr-08 14:05 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 14:35
mpavas3-Apr-08 14:35 
GeneralRe: Project can not be opended Pin
Luc Pattyn3-Apr-08 14:43
sitebuilderLuc Pattyn3-Apr-08 14:43 
GeneralRe: Project can not be opended Pin
mpavas3-Apr-08 15:03
mpavas3-Apr-08 15:03 
QuestionHow Do I Do a Build Using Visual Web Developer Express 2005? Pin
Jeff Solochek2-Apr-08 19:56
Jeff Solochek2-Apr-08 19:56 
GeneralTrigger a controls event handler manually Pin
NumberXaero2-Apr-08 12:47
NumberXaero2-Apr-08 12:47 
GeneralRe: Trigger a controls event handler manually Pin
Luc Pattyn3-Apr-08 14:07
sitebuilderLuc Pattyn3-Apr-08 14:07 
Questionhow can I see the interbal details of an assembly Pin
sujithkumarsl2-Apr-08 3:10
sujithkumarsl2-Apr-08 3:10 
AnswerRe: how can I see the interbal details of an assembly Pin
Simon P Stevens2-Apr-08 3:22
Simon P Stevens2-Apr-08 3:22 
GeneralInheritance Pin
bort_verdon1-Apr-08 22:00
bort_verdon1-Apr-08 22:00 
GeneralRe: Inheritance Pin
Simon P Stevens1-Apr-08 23:18
Simon P Stevens1-Apr-08 23:18 
GeneralRe: Inheritance Pin
bort_verdon2-Apr-08 13:13
bort_verdon2-Apr-08 13:13 
GeneralOutOfMemoryException Pin
Rei Miyasaka31-Mar-08 20:37
Rei Miyasaka31-Mar-08 20:37 
GeneralRe: OutOfMemoryException Pin
led mike1-Apr-08 4:46
led mike1-Apr-08 4:46 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn1-Apr-08 5:41
sitebuilderLuc Pattyn1-Apr-08 5:41 
GeneralRe: OutOfMemoryException Pin
Rei Miyasaka1-Apr-08 15:26
Rei Miyasaka1-Apr-08 15:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.