Windows Media
(1)
CapturingAudioandVideo
(1)
DirectShow
(1)
AviSynth
(1)
ActiveX
(1)
Encoder
(1)
Player
(1)
Pug
(1)
MPEG-2 TS
Asked By Sergey
02-Feb-10 02:04 AM
Does anybody know can I use a DirectShow filter as a MPEG-2 TS push source
with WME9? So far I have no success to make it work with WME9? I would
appreciate any references to documentation and/or samples
MPEG-2 TS is for VCL Media not a WME9
Hot-text replied to Sergey
02-Feb-10 02:56 AM
MPEG-2 TS is for VCL Media not a WME9
Ok. Thank you for your reply!
Sergey replied to Hot-text
02-Feb-10 04:08 AM
Ok. Thank you for your reply! I wonder why do you think that MPEG-2 TS is for
VLC but nor for WME9? What would you say about this -
http://www.microsoft.com/windows/windowsmedia/howto/articles/producinghdvideo.aspx#CapturingAudioandVideo
Here it said that "A Motion Pictures Experts Group-2 (MPEG-2) transport
stream" can be a valid video source for WME9.
BeCause it Come with VCL!
Hot-text replied to Sergey
02-Feb-10 04:27 PM
BeCause it Come with VCL!
Here are ActiveX Keys for VCL Media
Now make a Pug-ins for Windows Media Player
Do you know how?
classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
classid="clsid:C1A8AF25-1257-101B-8FB0-0020AF039CA3"
classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"
classid="clsid:0E8454F2-3644-483F-999E-C096A5F791BA"
I do not know what to do with this CLSIDs!
Sergey replied to Hot-text
03-Feb-10 12:06 AM
I do not know what to do with this CLSIDs! Please advise. Do you mean that WME
is capable of handling MPEG-2 TS live source if VLC plugin for WMP is
installed?
Move too!
Hot-text replied to Sergey
03-Feb-10 01:29 AM
Move too!
microsoft.public.windows.developer.mediacenter
we Cut microsoft.public.windowsmedia.encode
and we work on it!
I want to remind my problem once again:I need to know the way how to make my
Sergey replied to Hot-text
03-Feb-10 01:41 AM
I want to remind my problem once again:
I need to know the way how to make my MPEG-2 TS live source DirectShow
filter to work with Windows Media Encoder 9 in PUSH mode. I have tried a lot
??? no success!
Dear developers, please, HELP!!!
PUSH mode are you getting ssi error?Now you say ::: VLC but nor for WME9?
Hot-text replied to Sergey
03-Feb-10 03:45 AM
PUSH mode are you getting ssi error?
Now you say ::: VLC but nor for WME9? What would you say about
this -http://www.microsoft.com/windows/windowsmedia/howto/articles/producinghdvideo.aspx#CapturingAudioandVideo
Now it time too worK on it/
http://avisynth.org/mediawiki/Main_Page
I have 3 questions.1. What is 'ssi'?2. What is AviSynth for?
Sergey replied to Hot-text
03-Feb-10 04:04 AM
I have 3 questions.
1. What is 'ssi'?
2. What is AviSynth for? Why do you advise it to me?
2. AviSynth, does it work with live sources, in particular, with MPEG-2 TS
live sources? I found nothing about that.
I got it. I should had read SSL instead of ssi. No I have no SSL errors.
Sergey replied to Hot-text
03-Feb-10 04:09 AM
I got it. I should had read SSL instead of ssi. No I have no SSL errors. So
far I have problems with my MPEG-2 TS live source. When I set it as video
source device, WME9 complains "0xC00D1B70 Cannot find valid output stream
from source" (error code is NS_E_NO_VALID_OUTPUT_STREAM). That is my current
problem.