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.
Questions tagged [smooth-streaming-player]
34 questions
1
vote
1 answer
Creating and Streaming a composite manifest file in Windows Azure
I'm currenly developing an application using Windows Azure Media Services for video processing.
The scenario is: a user manages a sequence of video clips, puts them in a specific order and submits them to Media Services for processing.
I managed to…

Florin D. Preda
- 1,358
- 1
- 11
- 25
1
vote
1 answer
Load higher quality smooth streaming bitrate on start
Is it possible to adjust the way in which smooth streaming xap bitrate is first started? As it is right now, the player shows a low quality stream until is has buffered the higher quality. Can I change this to allow for the higher quality on start?…
user2867494
1
vote
3 answers
Protecting HLS streams using Playready
I am trying Playready protect HLS streams using transform manager.
It seems that the output can only be played using URL "t_200-m3u8-aapl.ism/manifest(format=m3u8-aapl)"
I believe a standard HTTP server wont be able to stream it as it wont be able…

Tarun
- 517
- 4
- 9
- 24
1
vote
1 answer
How to play videos using Smooth Streaming media element
I want to stream a video file in my windows phone application.. After i have researched, the smooth streaming media element would do this, I believe. but when im assigning the SmoothStreamingSource to "http://www.streaming/video.mp4" the player does…

Csharp_crack
- 246
- 1
- 6
- 18
1
vote
1 answer
IIS smooth streaming does not play a video on asp.net MVC 4 with Razor
I am trying to get a basic demo working but can't succeed, I've spent hours and hours on it..
I am building an iis smooth streaming player with no controls at first that auto plays the video, I am using "MMP"- Microsoft media platform which was…

Ray
- 407
- 1
- 3
- 15
1
vote
2 answers
Smooth Streaming Player - Multi Audio Track - H.264 SmoothStreams
I am trying develop a silverlight player based on SmoothStreamingMediaElement.
For Ref:
SSME:SmoothStreamingMediaElement Grid.Row="2" x:Name="medSmooth" AutoPlay="True" MinWidth="320" MinHeight="240""
Now the Source Smooth Streams are encoded using…

Tarun
- 517
- 4
- 9
- 24
1
vote
1 answer
Parsing Smooth Video Manifest file?
Has anyone parsed a Smooth Video (Silverlight) Manifest file?
I can fetch it, I just need a little help understanding the format. I want my python script to download a chunk to test if a stream is working.
I take it the sections like :

James Bennet
- 213
- 1
- 4
- 6
1
vote
1 answer
Smooth Streaming SDK for Windows 8 - Error with Headphones Plugged
I'm doing some tests with the Smooth Streaming Client SDK for Windows 8, and I have a very basic application playing a fullscreen video:
private MediaExtensionManager extensions = new MediaExtensionManager();
public MainPage()
{
…

Badaro
- 3,460
- 1
- 19
- 18
1
vote
1 answer
how to hook ISmoothStreamCache object in SMFPlayer (Smooth Streaming Development kit)
I am using SMFPlayer in SilverLight Smooth Streaming Development Kit.
And I am able to play video content, however for some reason we want to have
control over data being downloaded and parsed. For that Purpose we want to start…

Big O
- 417
- 1
- 5
- 14
0
votes
1 answer
Smooth Streaming to android
I have set up smooth streaming from IIS7 and it is working fine on Silverlight and iPhone.
Is it possible to use the following live URL stream to be streamed to Android devices ?
URL - httpL//webURL/stream.isml/manifest(format=m3u8-aapl).m3u8

Kwik Pedro
- 1
- 1
- 2
0
votes
1 answer
Smooth Streaming Player for Multiple Smooth Streaming Media Elements
Does current version of Silverlight Media Framework provides streaming with multiple smooth streaming media elements? For example, I would like to have a player that could play for a screen capture and another one for human just like this example …

Apichart Thanomkiet
- 148
- 4
- 17
0
votes
1 answer
Microsoft Smooth Streaming declares timescale of 10M by default
As far as I understand timescale should be completely dividable by fps to have exact timestamps.
Microsoft Smooth Streaming uses timescale 10M by default which is leaked as hardcoded value in various smarttv clients and packaging tools thus…

Andrey Rikunov
- 115
- 2
- 11
0
votes
2 answers
Can SmoothStreamingClient be used without SmoothStreaming Server?
I want to build a Silverlight live feed viewer for an IP camera with a proprietary RTP server, i.e. no IIS, no SmoothStreaming extension. Is SmoothStreamingClient (or microsoft media platform) is the best place to start?

THX-1138
- 21,316
- 26
- 96
- 160
0
votes
1 answer
Microsoft Smooth Streaming on demand without a web server
I'm building a mobile app and the app streams videos using ExoPlayer for Android. My idea is to use smooth streaming for streaming media files.
The app will only stream videos clips that I upload to Amazon S3 bucket myself so I do not need real time…

Naveen Gamage
- 1,844
- 12
- 32
- 51
0
votes
2 answers
Windows Phone 8 system.io.filenotfound exception
So I get the following exception-
An exception of type 'System.IO.FileLoadException' occurred in mscorlib.ni.dll and wasn't handled before a managed/native boundary
Unhandled Exception - App Crash : Could not load file or assembly…

kshitijgandhi
- 1,532
- 1
- 16
- 28