Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
15k views

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, ...
2
votes
3answers
600 views

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. (...) ...
2
votes
4answers
470 views

Video streaming woes

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 ...
1
vote
1answer
272 views

play asx or pls format with php

is it possible to play either format through php? i don't want to use jw player or flash. I just want it to auto play when loaded through php....any ideas?
1
vote
1answer
983 views

Asx stream on Android

I have a requirement of playing a Asx stream through an Android application I have read the Android documentation, and they don't seem to support Windows Media streams Is there any workaround ...
1
vote
2answers
450 views

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 ...
0
votes
1answer
455 views

Android: Streaming .asx in Android

I've been trying to stream .asx file and it was not working and mediaplayer returns errors. This is my code MediaPlayer mp = new MediaPlayer(); MediaPlayer mp = new MediaPlayer(); ...
0
votes
0answers
53 views

MediaElement channel output sound levels

I'm writing an app that will open and stream any number of ASX audio streams. I determined that the WPF MediaElement can do this but the SoundPlayer cannot, thus I am using WPF. Right now I just set ...
0
votes
0answers
594 views

HTML5 m3u / asx stream player

I was wondering if it is possible to play a radio stream via m3u or asx on a HTML 5 player? Google doesn't give me any answers.
0
votes
1answer
153 views

iPhone NSXMLParse for .asx files

I'm totally new to XML. Does anyone have a sample code to help me build a custom class that would parse Microsoft .asx files to play mms streams in sequence on the iPhone? Some Googling revealed to ...
0
votes
1answer
304 views

How to capture ASX streaming video data

Given an ASX video feed (here for example - might take some time to load). How do capture the stream so that I can access the frames programmatically?
0
votes
2answers
2k views

Android Play .asx file with MediaPlayer?

I want to make an app with which you can play radio audio streams. So far i have this: @Override public void onClick(View v) { player = new MediaPlayer(); try { ...
0
votes
1answer
154 views

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?
0
votes
1answer
606 views

How to playback asx files/streams with java

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, ...
0
votes
1answer
149 views

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> ...