Vrokolos, I confirm that FLV splitter + ffdshow can play .flv video STREAMS.
In fact, it's even possible to build a playlist (pls, asx or m3u) with the video streams URLs and play it with WMP.
Here's how I do it with YouTube:
grab the video stream link in the YouTube page. This is usually in the form:
http://youtube.com/get_video?video_...PqaQ6_Fo7&s=DEE7B0CDAC510791:CD54700A348F8F2E
However, such links contain a "dynamic" part, that make it valid only for the current session. You need to know the link which the above link redirects to: in this case is
http://youtube-252.vo.llnwd.net/d1/07/FF/yJabivV_grI.flv
This particular link ends with .flv, so we can play it directly in DirectShow. In case it doesn't, as with this one:
http://sjl-v125.sjl.youtube.com/get_video?video_id=FnUOWNXPG2E
it's better to add the "&=.flv" string at the end of the url, like this:
http://sjl-v125.sjl.youtube.com/get_video?video_id=FnUOWNXPG2E&=.flv
Obviously, you'll have to add ".flv" in the recognised media types in Media Portal.
For obtaining direct stream links in other sites (like Dailymotion, Bolt or Guba)
I use web services like VideoDownloader or KeepVid.
Hope this helps.
In fact, it's even possible to build a playlist (pls, asx or m3u) with the video streams URLs and play it with WMP.
Here's how I do it with YouTube:
grab the video stream link in the YouTube page. This is usually in the form:
http://youtube.com/get_video?video_...PqaQ6_Fo7&s=DEE7B0CDAC510791:CD54700A348F8F2E
However, such links contain a "dynamic" part, that make it valid only for the current session. You need to know the link which the above link redirects to: in this case is
http://youtube-252.vo.llnwd.net/d1/07/FF/yJabivV_grI.flv
This particular link ends with .flv, so we can play it directly in DirectShow. In case it doesn't, as with this one:
http://sjl-v125.sjl.youtube.com/get_video?video_id=FnUOWNXPG2E
it's better to add the "&=.flv" string at the end of the url, like this:
http://sjl-v125.sjl.youtube.com/get_video?video_id=FnUOWNXPG2E&=.flv
Obviously, you'll have to add ".flv" in the recognised media types in Media Portal.
For obtaining direct stream links in other sites (like Dailymotion, Bolt or Guba)
I use web services like VideoDownloader or KeepVid.
Hope this helps.
Greece