Tagged Questions

The Advanced Systems Format is an extensible file storage format by Microsoft used mainly for the Windows Media file formats WMA (audio) and WMV (video).

learn more… | top users | synonyms

3
votes
1answer
463 views

Does anyone have any solutions for playing an ASF stream in an iPhone app?

As a part of my app I'm building, I'm trying to add a radio feed, and the radio station in question only supplies an asx/asf stream and has no plans to support anything else, so I have no access to ...
2
votes
0answers
270 views

Decoding live WMA/MMS stream with gstreamer

I have an application that receives streamed audio from Windows Media Servers with a content type of application/x-mms-framed. The application removes the framing from the data before passing the ...
2
votes
2answers
185 views

This code for applying a CBR filter to an ASF Writer doesn't work, why?

I am trying to apply a CBR profile to an ASF Writer to reduce latency for a video/audio streaming. This is what I've done till now: Using Media Encoder, I generated a default CBR profile Saved the ...
2
votes
1answer
89 views

Modifying the Codec List Object in an ASF file

Is it possible to modify the Codec List Object in an ASF file? In particular, I would like to edit the codec name and description. I realize that this won't actually change the content of the video, ...
1
vote
2answers
417 views

How to merge 2 video files together in C#?

I need to merge multiple video files (.wmv) together to get a single wmv file. How can I do it?
1
vote
3answers
155 views

change recording file programmatically in directshow

I made a console application, using directshow, that record from a live source (now a webcam, then a tv capture card), add current date and time in overlay and then save audio and video as .asf. Now I ...
1
vote
1answer
401 views

Native .NET library for the ASF Format?

Is there a .NET library for working with ASF files that doesn't use COM/Interop? I know there is an official spec from Microsoft (http://go.microsoft.com/fwlink/?LinkId=31334).
1
vote
2answers
2k views

Stream .asf video from web page (embedded player in HTML)

I need for my web page to have video player that supports .asf format. My .asf files have 2 video streams. Windows media player works fine for this. Here is my example: ...
1
vote
1answer
815 views

How to play .asf file yon iPhone?

Any one know how to play .asf file on iPhone as iphone doesn't support asf file which I need to play for Radio streaming. Can anyone help me to solve this problem. Thanks in advance. Thanks in ...
1
vote
0answers
117 views

Getting true video Height/Width from ASF videos

I am trying to convert an ASF video with FFmpeg using an interface called mediahandler. The issue is, the metadata on the ASF video appears to be corrupt. It states that the video is 640x240, and 4:3 ...
1
vote
1answer
2k views

Live streaming with DirectShow and Windows Media Format SDK

First, some background: I'm developing a Silverlight 3 application and want to add support for live streaming (webcam + microphone as input). Unfortunately, Silverlight cannot access a webcam or a ...
1
vote
1answer
998 views

codes to convert from avi to asf

No matter what library/SDK to use, I want to convert from avi to asf very quickly (I could even sacrifice some quality of video and audio). I am working on Windows platform (Vista and 2008 Server), ...
0
votes
1answer
186 views

ASF Streaming on Android?

I am currently testing if it is possible to write an Android app that shows the stream of my IP webcam (Foscam Fi8918w). I know that there are some apps that are able to do that, but that apps do not ...
0
votes
0answers
128 views

Is streaming of *.asf possible?

Can MediaPlayer stream asf ? I've tried Android's MediaPlayer and Vitamio SDK with no luck. This video cannot be played. It's a live asf stream via http.
0
votes
1answer
299 views

How to parse out information of WMV file in C#

I want to get information of ASF file as bitrate, metadata, language...I have read ASF Specification and know a ASF file has parts : Header Object, Data Object, Index Object. At frist, I think ASF ...
0
votes
1answer
97 views

What is WM ASF Writer and where can I download it

I got a program and it returns the error WM ASF Writer not found. I searched for it online and it gave me links of how to use it when writing code. Does anyone know where I can download this?
0
votes
0answers
26 views

How to make WriteStreamSample never drop packets?

I am using Windows Media Format 11 SDK to copy a video file by reading and writing compressed samples (i.e. without any decoding/encoding happening - just copying of the raw samples). My problem is ...
0
votes
1answer
1k views

Android WebKit live video streaming through asf file

I have google around and found that Android's media player doesn't support asf. But the built in player of Google Chrome supports asf streaming. Will the WebKit's media player do that too? Can I use ...
0
votes
1answer
401 views

“Unable to read TLD META-INF/jsf_core.tld from jsf-impl-2.0.jar” error when integrating JSF

We have a Struts+Spring+Hibernate Application and we are trying to integrate JSF. For that we have done some configuration in web.xml and struts-config.xml. I have added some JAR files to WEB-INF/lib. ...
0
votes
1answer
113 views

Free ASF (2 video streams and 1 audio stream) to FLV converter?

I have .asf files. All of them have 2 video streams and 1 audio stream in it. I need to extract that .asf into 2 .flv files (first one is video stream, second one is second video + audio stream). Is ...
0
votes
2answers
300 views

problem with asf writer

Im trying to encode raw data(both video frame and audio sample) into .asf file, using asf writer filter in directshow. my filter graph structure: raw_send_filter -> asf writer filter raw_send_filter ...
0
votes
1answer
256 views

RTSP Audio Clicks/Pops/Peaks/glitches and ticks. (iPhone Streaming) Any advice?

I'm using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works! BUT The noise is being decoded in such a way that every 10 seconds a glitch in the ASF decoding of ...
0
votes
2answers
135 views

ASF duration is 29 secs, WMP plays 25 secs. How come?

I've created a custom ASF file containing compressed voice + screen streams. The total duration of the file according to the header is 29 secs. When opening it in WMP (using custom DMOs to play the ...
0
votes
1answer
124 views

getting sound on .asf video on Mac OS X

When I try to open the following video: http://streaming1.hss-win.rpi.edu/ondemand/cogsci/issues_in_cs/issues_in_cogsci_02_04_2009.asf I can get it but without any sound... I tried it both inside ...
0
votes
1answer
117 views

Open ASF with J2ME

I'm on a project right now and I'd like to know how to play an ASF file on a cellphone. What do I need to do to get it done? Thanks!
0
votes
1answer
91 views

Embedded WMP control - how to get resolution of current playing file?

I have a Windows Media Player control embedded inside my webpage, I feed it some URL to stream from (ASF file). How can I get from the WMP control the resolution in pixels of the file being played? ...
0
votes
2answers
104 views

How to read the author, genre, etc infomation from a ASF file via C#?

I am developing a small application to catalog my cd rips. don't know how to get these info. thanks in advance.
0
votes
3answers
689 views

How to read asf header in C#?

Having a wma file, how can one parse the header using c#? The purpose is to find the Key ID in the Content Encryption Object (that forms a part of the DRM license). Do you use the WM Format SDK or ...
0
votes
2answers
738 views

C# - Encode ASF with a custom data stream

I'm trying to create an ASF file and instead of using sound or video data I want to create a stream made of custom packets with binary data. Can someone provide a code example of a couple of things : ...
0
votes
2answers
5k views

could flash media player play wmv/asf format media?

I have tried to play wmv/asf file in html page, but always Windows Media Player is embedded in browser, but Flash Media Player is not embedded. Here is my code to embed Flash Media Player. I suspect ...