Similar Threads:
1.Works 8.5 in Vista: "Microsoft Works has stopped working"
I frequently get this message, and finally MSN has added a page to how to
correct the problem. HOWEVER, I have followed the directions explicitly
twice, and both times am told it is done, but the same problem occurs again:
Works has stopped working. I have tried logging off, same result.
Very frustrating.--
Maggie
2.extensions don't work and do work
When I publish my website, containing a counter, I get the message: "page
will not work because the server you are publishing to does not have the
Frontpage Server Extensions installed", but the provider changed the
index-page on my website (he removed the theme, the shared borders and the
navigation), resulting in a working counter.
However, when I publish this working page, it doesn't work anymore (because
it doesn't recognize the server extensions).
How can I solve this?
3.webcam preview works, capture card is not working, black preview b
4.webcam preview works, capture card is not working, black preview but only with SDK
I'm doing some final alpha testing for a free live broadcasting service
that Vidiac.com will be offering soon.
We wrote an app that shows a preview and postview of the camera
connected to it and then broadcasts to a remote server.
Long story short, I run the program on my laptop, works perfect with
the built-in webcam. I get preview and postview, broadcasts fine, etc.
I run the program on my PC with a Winnov Videum capture card and I get
black for both preview and postview (it does broadcast correctly, just
black). If I run Windows Media Encoder on that PC I do see both preview
and postview.
What is WME doing that is different from the SDK in this regard? I save
the name of the video and audio source in the registry and I verified
on that PC that it is storing and retrieving the correct name.
Here's the relavent code that I'm using and as I said, it does work on
my laptop.
using WMEncoderLib;
using WMPREVIEWLib;
try
{
int port =
Convert.ToInt16(Application.UserAppDataRegistry.GetValue("Port_number"));
IWMEncSourceGroupCollection SrcGrpColl;
IWMEncSourceGroup SrcGrp;
SrcGrpColl = Encoder.SourceGroupCollection;
SrcGrp = SrcGrpColl.Add("SG_1");
IWMEncSource SrcAud;
IWMEncSource SrcVid;
IWMEncSource SrcScript;
SrcVid = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_VIDEO);
SrcAud = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_AUDIO);
SrcScript = SrcGrp.AddSource(WMENC_SOURCE_TYPE.WMENC_SCRIPT);
SrcScript.SetInput("", "UserScript", "");
SrcAud.SetInput(Convert.ToString(AudioSourceReg), "Device", "");
SrcVid.SetInput(Convert.ToString(VideoSourceReg), "Device", "");
SrcGrp.set_Profile("C:\\default.prx");
IWMEncDataViewCollection DVColl_preview =
SrcVid.PreviewCollection;
IWMEncDataViewCollection DVColl_postview =
SrcVid.PostviewCollection;
WMEncDataView Preview = new WMEncDataView();
WMEncDataView Postview = new WMEncDataView();
int lpreviewStream = DVColl_preview.Add(Preview);
int lpostviewStream = DVColl_postview.Add(Postview);
IWMEncBroadcast BrdCst = Encoder.Broadcast;
if (Application.UserAppDataRegistry.GetValue("Port_number") !=
null &
Convert.ToString(Application.UserAppDataRegistry.GetValue("Port_number")).Length
> 0)
{
BrdCst.set_PortNumber
(WMENC_BROADCAST_PROTOCOL.WMENC_PROTOCOL_HTTP, port);
}
else
{
BrdCst.set_PortNumber
(WMENC_BROADCAST_PROTOCOL.WMENC_PROTOCOL_HTTP, 8080);
}
Encoder.PrepareToEncode(true);
Encoder.Start();
Preview.SetViewProperties(lpreviewStream,
(int)Panel_Preview.Handle);
Preview.StartView (lpreviewStream);
Postview.SetViewProperties(lpostviewStream,
(int)Panel_Postview.Handle);
Postview.StartView (lpostviewStream);
5.Player.controls.play() doesn't work in IE, but works in Firefo
"Frances" wrote:
> In your javascript functions, try simply using
>
> mediaPlayerObj.controls.play();
> mediaPlayerObj.controls.pause();
>
> etc and remove the document.getElementbyID part.
But if you do that, the scripting will not work in Firefox. And besides if
you read my playPauseVideo() function, I'm using the both forms and still it
doesn't work.
function playPauseVideo() {
document.getElementById('mediaPlayerObj').controls.play();
mediaPlayerObj.controls.play();
}
In the next function stopVideo() I'm using document.getElementById and this
works in both IE and Firefox.
function stopVideo() {
document.getElementById('mediaPlayerObj').controls.stop();
}
It appears that the controls.play() method has some unknown issues in IE.
6. Player.controls.play() doesn't work in IE, but works in Firefox
7. Stopped Working---CD audio doesn't work anymore---
8. my speakers won't work and my mic won't work