Hi all, i would like to use the Direct Show Filter WM ASF Writer in HTTP broadcast mode only without the output file. Does someone have already try to remove the default file sink from this filter ? Or is there any means to disable the output file dump (which grow from time to time in my case because my source is a live stream ...). An empty file would be acceptable for me ! if i do not set the filename, the graph does not start ... FYI : i can play the stream with a media player through the HTTP connection. br
From: "shark38130" > Does someone have already try to remove the default file > sink from this filter ? http://groups.google.com/group/microsoft.public.windowsmedia.sdk/msg/56607b85bde75821 http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/c571d6ef56de11af http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/8b7e87bf6201808e -- // Alessandro Angeli // MVP :: DirectShow / MediaFoundation // mvpnews at riseoftheants dot com // http://www.riseoftheants.com/mmx/faq.htm
"Alessandro Angeli" wrote: > From: "shark38130" > > > Does someone have already try to remove the default file > > sink from this filter ? > > http://groups.google.com/group/microsoft.public.windowsmedia.sdk/msg/56607b85bde75821 > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/c571d6ef56de11af > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/8b7e87bf6201808e > > > -- > // Alessandro Angeli > // MVP :: DirectShow / MediaFoundation > // mvpnews at riseoftheants dot com > // http://www.riseoftheants.com/mmx/faq.htm > > > Thanks a lot, it works great. br
What are you sourcing the video from? A camera connected directly to the machine? I having been playing around doing live HTTP broadcasts too, but WMP has issues with keeping its buffer at 100%. Did you run into any such problem? If so, how did you get around it? "shark38130" wrote: > > > "Alessandro Angeli" wrote: > > > From: "shark38130" > > > > > Does someone have already try to remove the default file > > > sink from this filter ? > > > > http://groups.google.com/group/microsoft.public.windowsmedia.sdk/msg/56607b85bde75821 > > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/c571d6ef56de11af > > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/8b7e87bf6201808e > > > > > > -- > > // Alessandro Angeli > > // MVP :: DirectShow / MediaFoundation > > // mvpnews at riseoftheants dot com > > // http://www.riseoftheants.com/mmx/faq.htm > > > > > > > > Thanks a lot, it works great. > > br
im sourcing the video from a transport stream over UDP which contains mpeg-2 feeds. it works great in live. "amac" wrote: > > What are you sourcing the video from? A camera connected directly to the > machine? I having been playing around doing live HTTP broadcasts too, but > WMP has issues with keeping its buffer at 100%. > > Did you run into any such problem? If so, how did you get around it? > > "shark38130" wrote: > > > > > > > "Alessandro Angeli" wrote: > > > > > From: "shark38130" > > > > > > > Does someone have already try to remove the default file > > > > sink from this filter ? > > > > > > http://groups.google.com/group/microsoft.public.windowsmedia.sdk/msg/56607b85bde75821 > > > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/c571d6ef56de11af > > > http://groups.google.com/group/microsoft.public.win32.programmer.directx.video/msg/8b7e87bf6201808e > > > > > > > > > -- > > > // Alessandro Angeli > > > // MVP :: DirectShow / MediaFoundation > > > // mvpnews at riseoftheants dot com > > > // http://www.riseoftheants.com/mmx/faq.htm > > > > > > > > > > > > > Thanks a lot, it works great. > > > > br