Questions tagged [smooth-streaming-player]

This tag refers to applications of the Smooth Streaming Client SDK from Microsoft, which enables to build rich client experiences that take full advantage of both on-demand and live Smooth Streaming capabilities on computer desktops and on Windows Phone mobile devices.

34 questions
7
votes
1 answer

How to create streaming video player for large content?

I worked for hours in developing a proper streaming video player in android and quite successful in creating a player which can play small contents such as songs, Trailers etc very fine. But the player shows some unusual behavior for large content…
Jitu
  • 284
  • 1
  • 3
  • 15
7
votes
4 answers

IIS Smooth streaming low quality on start

I m hosting some adaptive streaming video on windows azure and I have noticed that at the beginning the video start with the lowest avaiable bitrate. That is a big issue. I have seen by searching the internet that a trick can be done by hooking the…
fred_
  • 1,486
  • 1
  • 19
  • 31
4
votes
1 answer

Compatibility between IIS Smooth Streaming and Apple HTTP Live Streaming

It seems as though IIS Smooth Streaming and Apple HTTP Live Streaming both use similar (if not identical) underlying mechanics. In particular they both rely on segmented H.264 / MP4 files. Is it possible to output the video segments in such a way…
4
votes
0 answers

Smooth streaming - How does silverlight choose default language track in multi audio manifest

I have a smooth stream source with English and Spanish audio tracks. When player starts playing - English is the default language. How does it get set which is the default audio language track? A few related details: In the manifest the Spanish…
3
votes
2 answers

Smooth Streaming .ism to an HTML5 video tag

I understand that the best bet when streaming a video as a source in an HTML5 tag would be .mp4. But let's say that I have a source that only outputs fragmented to an ism/manifest. Is there any way at all, whether through other libraries or messy…
Tor
  • 784
  • 1
  • 13
  • 25
2
votes
2 answers

Is it possible to live-stream Video from Windows Azure

I am looking into a project where they want to stream the input from several cameras to a central server. The cameras are observing a production plant, and we need to be able to generate alerts (sms/mail) to operators (potenital outside the plant)…
2
votes
1 answer

Smooth streaming player with Silverlight, is it possible to set the mediaurl to relative path?

Here is my code
sarsnake
  • 26,667
  • 58
  • 180
  • 286
2
votes
0 answers

Error "MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED" "0xC00D36C4" when trying to smooth streaming under windows phone 8

I'm creating a windows phone 8 application with visual studio and when I try to reproduce a smooth streaming video with PlayerReady Client SDK, it just says "MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED" "0xC00D36C4" If in the URL I provide a static…
Isaac
  • 1,794
  • 4
  • 21
  • 41
1
vote
0 answers

How to broadcast time-synchronized text streams using IIS Smooth Streaming?

I'm studying the feasibility of using IIS Smooth Streaming to build a rich web application to display time synchronized audio/video and related textual data. The text data is a set of spacecraft telemetry that should be displayed outside of the…
retrodrone
  • 5,850
  • 9
  • 39
  • 65
1
vote
1 answer

Settings for Smooth Streaming paranoid CPU heuristics

I want my Smooth Streaming video to play very well on low-end devices. However, the default settings seem very optimistic and continuously retry to play a too-high quality level, resulting in a very bad playback experience. I know that the…
Sander
  • 25,685
  • 3
  • 53
  • 85
1
vote
2 answers

Is it possible to play in flash player a smooth streaming video hosted on the iis7?

I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player? Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with…
Alexander Zwitbaum
  • 4,776
  • 4
  • 48
  • 55
1
vote
0 answers

Silverlight 4 smooth IIS client, multiple angle/videos, one player

I currently have a Silverlight 4 solution that displays 3 different pre-recorded angles of the same event. I’m using 3 different SmoothStreamingMediaElement components to display the various angles. I’ve written my own fast forward/rewind…
jdc
  • 71
  • 3
1
vote
1 answer

Azure client manifest entry: n and r elements

While reviewing a client manifest provided by Azure Media Services for an HTTP Smooth Stream, I notice a new element (n) not found in previous IIS manifests and absent from Sam Zhang's blog. According to previous manifests (clientManifestVersion…
1
vote
0 answers

Select smooth streaming bitrate while playing csm-files

There are examples for switching bitrates: Load higher quality smooth streaming bitrate on start, IIS Smooth streaming low quality on start for SmoothStreamingMediaElement and SMFPlayer. They work fine for .ism files. But they don't for .csm…
1
vote
0 answers

Breaking change in Visual Studio 2013 Update 4? Media player with smooth streaming

I used to have a my mediaplayer that used to work with my smooth streaming urls, however since i have updated my visual studio 2013 to Update 4 i get the following error => MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0xC00D36C4 Does anyone…
1
2 3