Silverlight / WPF - mp4 video file shows in sideways in mac safri

Asked By gopal krish on 28-Jun-12 03:28 AM
Earn up to 50 extra points for answering this tough question.
hi..
i have a silver light application.
i have a mp4 video file..
  its working fine in windows platforms browsers..
  but in mac the same video is showing in sideways..
  but another mp4 file shows in mac correctly.
i dont know y that particular video file is showing in sideways in mac safari..


how to handle this...

regards
gopal.s
[)ia6l0 iii replied to gopal krish on 28-Jun-12 11:39 PM
Strange. I would have suspected the mp4 video itself. You also say, that it plays well in windows platform. 

Mac has some kind of pinch the screen feature and rotate the video that it is playing. Maybe, you set it wrong for this video. Please check that. 
help
Ciao a tutti, esiste, che voi sappiate, un "banale" lettore multimediale Silverlight free per far vedere un file video (mp4, wmv ecc) da importare in una pagina aspx? Nel toolkit, ad esempio, non l'ho trovato presente. Grazie a tutti. ASP.NET - Italian Discussions Silverlight (1) UGIdotNET (1) MediaElement (1) MediaPlayer (1) Expression (1) Encoder (1) LettoreMultimediale (1) ExpressionBlend3 (1 formulated : Basta utilizzare un oggetto MediaElement: http: / / www.adamkinney.com / Blog / MediaPlayer-control-included-in-Silverlight-3 - - Corrado Cavalli [Microsoft .NET MVP-MCP] UGIdotNET - http: / / www.ugidotnet.org Weblog: http: / / blogs.ugidotnet.org / corrado / Ciao con MediaElement posso visualizzare un video, ma esiste un oggetto simile al Windows MediaPalyer? Nell'articolo parla di un oggetto simile MVP-MCP] UGIdotNET - http: / / www.ugidotnet.org Weblog: http: / / blogs.ugidotnet.org / corrado / keywords: LettoreMultimediale, Silverlight description: Ciao a tutti, esiste, che voi sappiate, un banale lettore multimediale Silverlight free per
hi. . i configured my Silverlight site in to https. now i just passing mp4 url into my video player as a source.(url is in http) but it shows the media player but nothing is happened (for example my sample mp4 url is look like http: / / www.example.com / 1.mp4) but it is not playing. note: in my local system the same url is working how to handle this. . need ur suggetsions. . regards gopal.s If you want to play video then try this- There are Following ways to play video in your web page- 1
Hi!I am creating a video player but I it is not playing, the source of this video is on c drive.But it tells me that <<the ressource is ' file: / / / C: \ RihannaManDown WPF_Media_Player.aspx In source property you need to specify file type whether its wmv or mp4 like that VerticalAlignment = "Top" Width = "160" Source = "C: \ RihannaManDown.wmv" LoadedBehavior = "Manual" Hello Is the e.Result); } } Hope this helpful Hello The local file won't work in a normal Silverlight application because of Silverlights "sanboxed" security model. Running a normal Silverlight application in your browser, you can't access local resources like you can if you were running an installed winforms / WPF application. Have a look at this video tutorial http: / / www.silverlight.net / learn / videos / all / local-file-access / , if you want to learn more about accessing
to Windows Media Services without Windows Media Encoder Windows 7 I want to publish the video from my DirectShow graph to Windows Media Services live publishing point. The graph will take care of capturing the video and encoding it using windows media encoder DMO. Is there any network sink filter for rendering the video to Windows Media Services? I can write custom DirectShow filter if there is an API that can take raw / compressed video samples and push it to the media server. I need to run this on Vista for Windows Media Services 2008. thanks Windows Media SDK Discussions Windows Media (1) Silverlight (1) WMASFWriter (1) Vista (1) WMWriterPushSink (1) IIS (1) WMVEnc (1) ExpressionEncoder3 (1) From: "Neeraj not changed since version 4. Smooth Streaming and H.264 are *not* WindowsMedia, they are Silverlight technologies that use MPEG-4 formats. Smooth Streaming uses MP4 file fragments (with H.264 video) over HTTP (that is, IIS and not WMS). You cannot and AFAIK there is no
Varianz, Mittelwert, Anzahl etc. einstellen Danke und Gru = DF Volker Access Discussions SQL Server (1) Silverlight (1) Excel (1) PivotChart (1) FCr (1) Verbreitungsproblem (1) Hallo, Wie sieht denn die Abfrage mal ausprobieren, was man mit Camtasia Studio so anstellen kann. Also habe ich ein kleines Video aufgenommen: http: / / www.file-upload.net / download-1574124 / PivotChart.zip.html (Link in einer Zeile Moeller.de Hi, schöne Sache. Gefällt mir. Werden die ganzen Dateien automatisch generiert? Musstest Du Video-Bearbeitungs-Tools bemühen? Danke für die Demo. Thomas - - Hallo, Ein wenig ;-) Wie Thomas schon erwaehnt dürfte. Das .html ist jedenfalls ein schwarzer Rahmen mit weißem Rechteck. Win MediaPlayer kann das mp4 nicht abspielen, Quicktime bringt immerhin den Ton. An solch schlichten Problemen scheitert Multimedia gerne, und für mich quasi *der* Standardplayer. Er bringt auch eigene Codecs mit und sollte mit dem MP4 keine Probleme haben. HTH Thomas - - Hallo Thomas, Thomas Winkler schrieb: ja, die Dateien werden automatisch einem (möglichst neuen) Flash Player das swf und mit irgendwas furchtbar neuem und aktuellem das mp4 abspielen können würde. Ich wollte eher auf die Beschränktheit solcher Videos für Schulungs- oder Demozwecke kann, dass es überall installiert ist. Die Diskussion hatten wir unlängst auf der NEK über Silverlight, mit dem MS auch ein gröberes Verbreitungsproblem hat. - - Servus aus Wien Karl * ** ** ** ** Ich beantworte keine
Hi all, I am currently doing browse using wmv. My code: private void btnAddVideo_Click( object sender, RoutedEventArgs e) { / / Create OpenFileDialog Microsoft.Win32. OpenFileDialog video = new Microsoft.Win32. OpenFileDialog (); / / Set filter for file extension and default file extension video.DefaultExt = ".wmv" ; video.Filter = "Media Files(*.mov; *.wmv; *.mp4; *.flv) | *.mov; *.wmv; *.mp4; *.flv" ; if (video.ShowDialog() = = true ) { txtAddVideo.Text video.FileName; } } Please help. Thanks in advance. public string StripExtension( string text, string delimiter) { if (String
We are developing a web-based application that will need to be able to allow users to upload a powerpoint presentation and a separate video file to a website. Once both are uploaded, they should be able to sync them together so that as the video plays, the video will trigger the powerpoint to go the next slide. Essentially, when they load the presentation, they can watch the video online and set when the powerpoint transitions. The end product will be a fully loaded brain-dead easy as possible otherwise it won't get used. We have considered flash, silverlight, and others and all timing being managed through XML. Any ideas or suggestions on how web based synching tool - the interface could be a bit tricky. Basically, you have the video file in a player on one side and the PPT slides on the other side with a timeline widget below. As the video file plays, you can have a database, loads up the next slide in the Slide
This article will share with you how to convert MTS, TS, M2TS video to normal video formats. You need 3 nice tool to do it: [url = http: / / www.5idownload.com / as MTS-converter.html]MTS Converter[ / url], [url = http: / / www.5idownload.com / as-TS-video-converter.html]TS Video Converter[ / url], [url = http: / / www.5idownload.com / as-M2TS-converter.html]M2TS Converter[ / url]. [url = http: / / www.5idownload.com / Articles-as-m2ts-ts-mts-Video-Converter.html#p1]Part 1: What is MTS, TS, M2TS Files?[ / url] [url = http: / / www