DirectShow http Streaming filter for every content [Help needed] (1 Viewer)

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Hi,

    in the last weeks i've developed a directshow http streaming filter. With it it is possible to play every file you can play locally with a directshow player. The filter uses the http 1.1 protocol and the range header support of it to stream nearly all existing file types/formats through http. It is a replacement for the MS File Source URL filter but supports seeking.

    So it is for viewing streamed content NOT for serving them.

    Stefan
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    I don't have the C++ directshow experiance you are looking for and my time is limited due to already maintaining OnlineVideos, but I can try to help!
    I've been waiting for a replacement of the pretty incapable "FileSource (Url)" filter from Microsoft, to get rid of some OnlineVideos playback issues.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    39
    Austria
    Home Country
    Austria Austria
    So what excactly would this new filter allow you to do and for which type of streams? Would this also apply to flv streams (youtube)? One can dream, right? ;)
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: DirectShow http Streaming filter for every content [Help needed]

    First i've to say that i have no time the next two days. So i'll reply everybody wanting to help on thursday or friday. But you can still write here or via pm - i will not forget anybody.

    > So what excactly would this new filter allow you to do and for which type of streams?
    Basically it allows any ds filter to read from the file like it were local - if the bandwidth is fast enough. I use it for example to to play .mkv files through http instead of using SAMBA which is a lot slower. So the filter looks like:
    my source filter => mkv splitter => audio / video

    So it is basically a replacement of the file URL source filter.

    > Would this also apply to flv streams (youtube)? One can dream, right?
    if there is a splitter and youtube allows content-range based reading - it will.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: DirectShow http Streaming filter for every content [Help needed]

    Hi Everybody - my filter is ready for beta testing. Is anybody here who wanna test and has testing stuff / poss. ?
     

    joxen

    MP Donator
  • Premium Supporter
  • May 14, 2008
    146
    14
    stockholm
    Home Country
    Sweden Sweden
    i realy whant to try it out ..

    where to find the files .

    have been strugeling whith streaming plugins for a long time so why not try another :).

    is the eny transcoding options for lover bandwith ? (ffmpeg/mencoder/vlc)
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: DirectShow http Streaming filter for every content [Help needed]

    KayDiefenthal
    will write you a PM

    joxen
    you seem to miss the topic this has nothing todo with transcoding streaming to mobile devices or something like that.
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    39
    Austria
    Home Country
    Austria Austria
    Re: AW: DirectShow http Streaming filter for every content [Help needed]

    Hi Everybody - my filter is ready for beta testing. Is anybody here who wanna test and has testing stuff / poss. ?

    Sure thing, would be glad to help you testing!

    :D
     

    KayDiefenthal

    MP Donator
  • Premium Supporter
  • July 18, 2006
    1,176
    92
    46
    Germany - Bonn
    Home Country
    Germany Germany
    AW: Re: AW: DirectShow http Streaming filter for every content [Help needed]

    Hi Everybody - my filter is ready for beta testing. Is anybody here who wanna test and has testing stuff / poss. ?

    Sure thing, would be glad to help you testing!

    :D

    @DieBagger sorry but you have got no time for it, test webservice calls. * Duck and away


    :)
     

    Users who are viewing this thread

    Top Bottom