asx

Is that possible to stream mms,ASX,RTSP stream on iPhone?

I am making one application and I want to stream audio, I followed this link And now I can stream mp3 stream, but don't how to stream other mentioned format. Any help greatly appreciated. Cheers, Amit ...

Video streaming woes

Hey everyone! I'm working on a video streaming application, where compatibility has so far been limited to Windows and IE (though it seems to work well enough on Firefox as well) I have been tasked to get it to work on Macs, and in the future Unix as well, but I figure that if I get Macs to work, UNIX will follow. We're using a Windo...

Windows media server doesn't stop after playing 1 file from list

I'm playing Windows Media audio, triggered by an ASX meta-file which looks like this: <asx version="3.0" BannerBar="none"> <title>Foo</title> <author>Bar</author> <copyright>Baz</copyright> <moreinfo href="http://company.com/"/&gt; <entry> <title>Audio Stream</title> <ref href="mms://media1.company.com/bof.asf"/> </e...

Protecting an ASX file in PHP

I have a members only area on my site where users can login and view Windows Media streaming content. I have created a PHP script to serve the ASX file however I cannot validate this with session information. I think this is because the WMP is making the request and not a php page. Can anyone suggest an elegant way to protect ASX file...

How to playback asx files/streams with java

Hello all, I am trying to play a asx file with Java SE. I have read a lot of documentation of frameworks and libraries but I am unable to find a solution. Is it at all possible to playback ASX files. If so, with what framework or librarie? Thanks in advance, Stefan NLD ...

How can I output XML from code behind in an ASPX file?

I need to output XML / ASX on an ASPX page. The XML is generated from the code behind and will look like this. I'm using string builder to create the XML / ASX. (...) sb.AppendLine("<asx version='3.0'>"); sb.AppendLine("<title> Spilliste </title>"); while (i < pdc.Count) { ...

How to play an asx into wordpress sidebar?

I'm searching for a widget that can play an asx file into wordpress sidebar. If this widget exists, where can i find it? ...

Migrate asx file to silverlight playlist. Are <starttime> and <duration> functions available?

I'm pretty new to windows media player and silverlight. I have existing code that generates asx file and plays it with windows media player. I would like to migrate it to silverlight for it's cross-platform and cross-browser feature. I started with open video player and tried to have silverlight play asx file. It doesn't work out too we...