Questions tagged [asf]

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

Advanced Systems Format (formerly Advanced Streaming Format, Active Streaming Format) is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Windows Media framework.

More information is available at ASF in wikipedia

55 questions
0
votes
1 answer

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
1 answer

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? Thanks Roey
Roey
  • 391
  • 1
  • 8
  • 14
0
votes
1 answer

ASF file during power failure

I'm using WMWriterAdvanced and WriteStreamSample function for writing video data to ASF file and if there is a power failure during writing samples it cause that I lost about last 20 seconds that has been already written to this file. After…
0
votes
0 answers

Playing sound and video out of a streaming .asf file in iOS application

I need to read audio and video out of a .asf file that is streamed to my iOS7 application. I've compiled ffmpeg but I'm notre really sure this is the way to go. If this is the good tool, I do not know where to go from here. Any pointer ?
Luc
  • 16,604
  • 34
  • 121
  • 183
0
votes
2 answers

AddSourceFilter behavior

The following code is good at rendering an MPG file without audio: IBaseFilter *pRenderer; CoCreateInstance(CLSID_VideoRenderer, NULL, CLSCTX_INPROC_SERVER, IID_PPV_ARGS(&pRenderer))); IFileSourceFilter *pSourceFilter; IBaseFilter…
damix911
  • 4,165
  • 1
  • 29
  • 44
0
votes
1 answer

Enumerating all installed DMO filters

I was wondering if anyone here knows how to enumerate the computer's currently installed DMO filters? I would like to make a application that enumerates all of the currently installed DMO filters. I know this is possible as GraphEdit and GraphStudio…
Yotam S.
  • 141
  • 1
  • 11
0
votes
2 answers

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 : 1) setting up a profile. 2) configuring a custom…
Roey
  • 1
  • 2
0
votes
0 answers

how can I play this video in webview or videoview?

I mean I want to play this url:http://212.175.206.240:80/saat_kulesi?MSWMExt=.asf in webview or videoview . But I don't play this url. I try this : VideoView videoView = (VideoView)findViewById(R.id.videoView1); MediaController…
CompEng
  • 7,161
  • 16
  • 68
  • 122
-1
votes
1 answer

Necessary adjustments on FatFS to make it work with Arduino Due

:) First excuse my bad english. I hope you will understand my writing. My aim is to build a high precission (24 bit) datalogger for a student project, which stores the data to SD-Card. I use the Arduino Due (ATSAM3X8E) and additional a selfmade…
-1
votes
1 answer

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.
smwikipedia
  • 61,609
  • 92
  • 309
  • 482
1 2 3
4