Questions tagged [mediastreamsource]

MediaStreamSource delivers media samples directly to the media pipeline and is most often used to enable the MediaElement to use a container format not natively supported by Silverlight.

A MediaStreamSource delivers media samples directly to the media pipeline and is most often used to enable the MediaElement to use a container format not natively supported by Silverlight.

54 questions
0
votes
0 answers

How to playback H264 file using MediaStreamSource in Windows Phone

Afaik that using MediaStreamSource i can playback h264 file in windows phone, but i dont find anything about it. The only sample that i saw and really help me to starts, was it: http://msdn.microsoft.com/en-us/library/hh180779(v=vs.95).aspx But i…
0
votes
0 answers

Selecting Audio Stream in android for music

My problem is that I have to play a music file on Voice call stream in android MediaPlayer mySound When I run the code for Music stream it is working correctly MediaPlayer.create(getBaseContext(), R.raw.a ); …
user3451725
  • 113
  • 2
  • 11
0
votes
1 answer

GetUserMedia Callback Undefined

I am new to JavaScript and I am trying to make an online audio recorder using the getUserMedia API. The problem that I am having is that whenever I try to call navigator.getUserMedia, I am getting an error that the success callback function is…
0
votes
1 answer

Windows Phone 8 MediaStreamSource with multiple audio streams

I have MediaStreamSource implementation which can open files with multiple audio streams. In OpenMediaAsync method i deliver MediaStreamDescription for all video and audio streams but MediaElement detects only 1 audio stream. Also I have tested next…
user2440195
  • 151
  • 1
  • 1
  • 7
0
votes
0 answers

TideSDK: is it possible to use mediaStream and webrtc ?

I would like to know if it is possible with TideSDK to use Camera, Microphone and all the webrtc stuff. I tried with a simple example but it does not work; I'm wondering if it is just matter of enabling it or if it's not supported at all. Thank you…
0
votes
1 answer

How to convert MediaStream from MP4File

I making VideoStream with peer.js in webRTC.But Mediacall cann't send that File object.only MediaStream.Please ask that How to convert MediaStream to MP4File. var file = this.files[0];//.mp4 Data var mediastream = new…
endotakashi
  • 163
  • 1
  • 2
  • 6
0
votes
0 answers

Silverlight MediaElement internal buffering

I am working with an Silverlight application where I am using a MediaElement and a custom MediaStreamSource to playback h.264 frames. I have noticed the MediaElement seems to have its own internal buffer. The frame being returned to GetSampleAsync…
thecaptain0220
  • 2,098
  • 5
  • 30
  • 51
0
votes
0 answers

Send message between processes

I'm creating an application with background audio player. According to MS requirements, the player is implemented as a separate DLL and lives in another process. I'm able to pass track name back to my UI process by updating a…
Soonts
  • 20,079
  • 9
  • 57
  • 130
0
votes
1 answer

WP7 mp3 waveform

is there a way to display Waveform of an mp3 song in WP7 ? I tried to play around with MediaStreamSource but nothing really worked out. Thanks, Michal
frno
  • 1,064
  • 11
  • 24
1 2 3
4