Dear Forum,
I have struggled long and mightily to get Microsoft Media Element to consistently accept an MMS stream containing transcoded .wmv content. The goal has been to have VLC accept a "real-time" input stream (e.g. Udp), transcode it to "wmv" format, and restream it via Mms and to do so virtually real-time, i.e. with virtual zero latency between input and output streams. This has been fairly straightforward with VLC. Where the problem has arisen is having this stream of a format acceptable to Media Element. After much experimentation it appears that Media Element requires the presence of an Audio stream and perhaps one with some sort of content. When audio content is present, Media Element plays the video stream properly, when it isnt, results are varied (occasionally plays immediately, sometimes after a varying length of time, sometimes not at all). Now I did encode the video specifying an audio track in the transcode string, but it appears if one is not present in the input stream then audio is not included in the output stream, and then as indicated play of that video in Medial Element is not consistent. How to address this variance in input stream format within Silverlight/Media Element is not obvious. Sooooooooooooooo my aim is to provide Media Element a stream with audio regardless of whether one exists in the input stream. In fact at this point the audio stream content is not important for my application; the video only is of interest.
My question is how can I specify in my VLC command string the inclusion of a dummy audio stream in the output regardless of presence of audio in the input stream.
Thx for any thoughts.