Advanced Forum Search Results
-
I'm expirimenting with a smooth streaming video. When I uploading files via ftp and at the same time looking to a smooth streaming video ... the video buffering each 5 seconds ... why goes the quality of the video not go down ?
The videos are encoded with the Expression Encoder 3 but my player
-
I have a ListBox with a DataTemplate. In my DataTemplate I have a Checkbox and an Image. This datatemplate is databinded from a CLR object. So the Tag property of the CheckBox is databinded with the ID of my CLR object.
Now I will go through my ListBox and see which CheckBoxes are checked ... if a CheckBox is checked, look to the Tag property and ...
-
I developed a videoplayer but I have a problem. The slider I programmed doesn't seem to work as it should. When I want to move it to certain position it won't start from that point. Instead it goes back to a different position. It doesn't seem to have regularity, it never goes back to the same position. There is not logic to it.
I ...
-
In the player I'm showing each 5 seconds a different image. However the way the images change is not very smooth. I'm looking for a way or a tutorial that shows me how I can get the one image to fade out and the new one to fade in. To make it look a lot more smoother.
Tnx
-
Could somebody explain me the following line :<TextBlock x:Name="textBlockPosition" Text="{TemplateBinding PlaybackPositionText}" Foreground="#FFCCCCCC"/>
Where can I find the PlaybackPositionText ?
-
ok founded :)
Not all video files are for streaming video. I re-encoded my avi file to the smooth streamnig format, and now it works fine
-
I just have a question. I have a .avi file, and I maded my own Silverlight player to player the video. But my video doesn't play in my silverlight player.
The strange thing is, when I open my Windows Media Player and browse to the location of the avi file on my server ... I get an error.
But, if I use an absolute path like ...
-
I don't understand the principe of the Image.Source with an absolute uri of a relative uri ...
When I do this :
string uri = string.Format("http://{0}:{1}/Upload/Congresses/{2}", host, port, e.Result);
imLaptop.Source = new BitmapImage(new Uri(uri, UriKind.Absolute));
And the ...
-
Is it possible to play a video in a mediaelement, but the video is stored on the D:\videos on my server ... . And that directory is not accesseble from the internet.
-
I did something else with my code, and I get following error :
I Bad video profile: Invalid video profile settings for VC-1 Advanced profile
And that's my code.
using (Job job = new Job())
{
VideoProfile videoprofile = new VideoProfile();
videoprofile.AdaptiveGop = false;
videoprofile.AdaptiveQuantization ...