Click here to Skip to main content
15,887,596 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Make game Missionaries and Cannibals by WPF Pin
Keith Barrow15-Apr-10 0:39
professionalKeith Barrow15-Apr-10 0:39 
AnswerRe: Make game Missionaries and Cannibals by WPF Pin
Shane555516-Apr-10 2:39
Shane555516-Apr-10 2:39 
QuestionInstalled Silverlight 3 Tools, Getting Exception Pin
#realJSOP14-Apr-10 4:22
mve#realJSOP14-Apr-10 4:22 
AnswerRe: Installed Silverlight 3 Tools, Getting Exception Pin
Abhinav S14-Apr-10 8:46
Abhinav S14-Apr-10 8:46 
GeneralRe: Installed Silverlight 3 Tools, Getting Exception Pin
#realJSOP14-Apr-10 23:42
mve#realJSOP14-Apr-10 23:42 
GeneralRe: Installed Silverlight 3 Tools, Getting Exception Pin
Abhinav S15-Apr-10 18:22
Abhinav S15-Apr-10 18:22 
GeneralRe: Installed Silverlight 3 Tools, Getting Exception Pin
#realJSOP16-Apr-10 1:30
mve#realJSOP16-Apr-10 1:30 
QuestionSilverlight 3 MediaElement - Mac Progressive Download problem with playing full movies Pin
JustinSays14-Apr-10 1:21
JustinSays14-Apr-10 1:21 
I am developing a video asset manager for clips and full movies using Silverlight 3. It plays many different flavors of clips and everything works fine on the PC.

This problem is strictly a problem when on a Mac using Leopard and/or Snow Leopard with current updates. It has been a problem on several types of Mac machines, from a beast of a Mac Pro, to a standard Mac Mini, to a MacBook Pro that is relatively new. I tested with Safari 4 and Firefox 3. Both had the issue.

We have an issue using progressive download for full movies, yet shorter clips of 10 minutes or less are fine. This is only with a Mac; there are no problems at all on the PC. The details on the file we are currently using to test with are at the end of this entry.

The problem is: when the movie is played, it plays fine. It starts downloading, but once it hits a certain point (roughly 80% to 98.8%) the downloading stops and the player will no longer play or do anything. The silverlight app is not frozen on a fast machine though and I can navigate to other screens within the app and go back to the player, but the same problem still exists. We were streaming it from a server in that was not local, then tried streaming on a local network machine (which was much faster to test) but still had the problem.

I did notice that the % that is loaded before the player freezes is pretty constant for each instance of browser used; i.e. if I open Firefox, it will download to 80% 9 out of 10 times. Then if I close Firefox and re-open it will download to 89% 9 out of 10 times.

Tested on a Mac Pro with 8 cores at 3GHz, 12 GB RAM and OS X (10.5.8), the silverlight app does not freeze. Tested on a Mac Mini with 1.83 GHz Duo, 1 GB RAM and OS X (10.5.8) the silverlight app crashed in safari, but not in firefox, though firefox performance was very bad when the problem occurred.


I have searched all over the net for some data on this problem without any luck.

I tried disabling the download status update, but the video still froze.

Has anyone encountered this or have any guidance?


Regards,

Justin

--

File info:
General
Format : MPEG-4
Format profile : Apple TV
Codec ID : M4VH
File size : 1.24 GiB
Duration : 1h 54mn
Overall bit rate : 1 556 Kbps
Encoded date : UTC 2010-03-16 04:44:42
Tagged date : UTC 2010-03-16 04:45:58

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.0
Format settings, CABAC : No
Format settings, ReFrames : 2 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 54mn
Bit rate mode : Variable
Bit rate : 1 430 Kbps
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 23.976 fps
Resolution : 8 bits
Colorimetry : 4:2Blush | :O
Scan type : Progressive
Bits/(Pixel*Frame) : 0.194
Stream size : 1.14 GiB (92%)
Language : English
Encoded date : UTC 2010-03-16 04:44:36
Tagged date : UTC 2010-03-16 04:45:58
Color primaries : BT.601-6 525, BT.1358 525, BT.1700 NTSC, SMPTE 170M
Transfer characteristics : BT.709-5, BT.1361
Matrix coefficients : BT.601-6 525, BT.1358 525, BT.1700 NTSC, SMPTE 170M

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Format settings, SBR : No
Codec ID : 40
Duration : 1h 54mn
Bit rate mode : Constant
Bit rate : 121 Kbps
Nominal bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Stream size : 99.4 MiB (8%)
Language : English
Encoded date : UTC 2010-03-16 04:44:37
Tagged date : UTC 2010-03-16 04:45:58
QuestionHow to display another user control Pin
#realJSOP13-Apr-10 8:57
mve#realJSOP13-Apr-10 8:57 
AnswerRe: How to display another user control [modified] Pin
Abhinav S13-Apr-10 18:13
Abhinav S13-Apr-10 18:13 
AnswerRe: How to display another user control Pin
Frank W. Wu12-Oct-10 4:52
Frank W. Wu12-Oct-10 4:52 
QuestionTreeViewItem and opening a modal dialog from the contextmenu (Properties) [modified] Pin
Diving Flo13-Apr-10 3:30
Diving Flo13-Apr-10 3:30 
GeneralRe: TreeViewItem and opening a modal dialog from the contextmenu (Properties) Pin
Diving Flo13-Apr-10 20:28
Diving Flo13-Apr-10 20:28 
AnswerRe: TreeViewItem and opening a modal dialog from the contextmenu (Properties) Pin
Diving Flo14-Apr-10 23:23
Diving Flo14-Apr-10 23:23 
QuestionOpen window in New browser window Pin
Tripathi Swati13-Apr-10 0:38
Tripathi Swati13-Apr-10 0:38 
AnswerRe: Open window in New browser window Pin
Abhinav S13-Apr-10 5:52
Abhinav S13-Apr-10 5:52 
GeneralRe: Open window in New browser window Pin
Tripathi Swati15-Apr-10 21:00
Tripathi Swati15-Apr-10 21:00 
QuestionPhilosophical question on MVVM lookups and practical one on entity fields.... Pin
RichardGrimmer12-Apr-10 23:57
RichardGrimmer12-Apr-10 23:57 
AnswerRe: Philosophical question on MVVM lookups and practical one on entity fields.... Pin
Abhinav S13-Apr-10 5:51
Abhinav S13-Apr-10 5:51 
GeneralRe: Philosophical question on MVVM lookups and practical one on entity fields.... Pin
RichardGrimmer13-Apr-10 9:05
RichardGrimmer13-Apr-10 9:05 
GeneralRe: Philosophical question on MVVM lookups and practical one on entity fields.... Pin
Abhinav S13-Apr-10 18:31
Abhinav S13-Apr-10 18:31 
GeneralRe: Philosophical question on MVVM lookups and practical one on entity fields.... Pin
RichardGrimmer13-Apr-10 21:30
RichardGrimmer13-Apr-10 21:30 
QuestionSelecting an item as per value in combobox in wpf Pin
dashingsidds12-Apr-10 22:50
dashingsidds12-Apr-10 22:50 
AnswerRe: Selecting an item as per value in combobox in wpf Pin
Arun Jacob12-Apr-10 22:58
Arun Jacob12-Apr-10 22:58 
GeneralRe: Selecting an item as per value in combobox in wpf [modified] Pin
dashingsidds12-Apr-10 23:26
dashingsidds12-Apr-10 23: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.