Questions tagged [asx]

22 questions
12
votes
2 answers

How to play radio live stream .asx video/x-ms-asf?

Is there any 3rd-party library in Android or Java that can play radio live stream? File extension: .asx MIME type: video/x-ms-asf Unfortunately, MediaPlayer does not support this format! Here is the url of the live stream: http:// 38.96.148.75…
Eng.Fouad
  • 115,165
  • 71
  • 313
  • 417
7
votes
3 answers

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

I am developing one music streaming application. I can stream mp3 using a method described here. Does anybody know approach to stream other formats(ASX, RTSP or mms) using Core Audio or other framework. Thanks in advance.
Amit Vaghela
  • 2,970
  • 7
  • 33
  • 43
3
votes
0 answers

How to create a download m3u file from a url in c#?

I have web api application for online Radio,based on the url I want to create .m3u,.asx, .pls, .ram files. How to generate these files in C#?
Sanjeev S
  • 626
  • 1
  • 8
  • 27
2
votes
4 answers

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 work on Macs, and in the future Unix as well, but I…
Ace
  • 4,443
  • 6
  • 38
  • 46
2
votes
1 answer

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(); try { Uri uri =…
Jay Mayu
  • 17,023
  • 32
  • 114
  • 148
2
votes
4 answers

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(""); …
Steven
  • 19,224
  • 47
  • 152
  • 257
1
vote
1 answer

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.
Arndt Bieberstein
  • 1,128
  • 1
  • 14
  • 28
1
vote
1 answer

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 me that .xml and .asx are somewhat related, though…
neowinston
  • 7,584
  • 10
  • 52
  • 83
1
vote
1 answer

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?
jennifer
  • 301
  • 1
  • 7
  • 18
1
vote
1 answer

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?
JnBrymn
  • 24,245
  • 28
  • 105
  • 147
1
vote
1 answer

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 possible? Has anyone did that before? If yes, is there…
user669231
  • 1,371
  • 3
  • 18
  • 27
1
vote
0 answers

Play windows media services streaming on Android

I have a Windows Server 2008 R2 running Windows Media Services to stream content online by http, I need to develop an application on Android to play transmissions through its url, eg http://server/stream.asx I try using Vitamio, but it did not work,…
Yelko
  • 64
  • 6
1
vote
0 answers

Streaming radio in web browser

I have a homepage for streaming diffrent online web radios. At the moment I'm using the Windows Media Player Plugin but many users report problems with this plugin/solution (details about the current solution here). Now I'm looking for a new…
ugrenakos
  • 11
  • 2
1
vote
2 answers

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…
user75898
  • 283
  • 2
  • 4
  • 10
0
votes
2 answers

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 { …
Xylez
  • 1
  • 2
  • 3
1
2