asp.net - How to stream video from my server to client browser using DirectShow? -


i'm developing asp.net application that's required stream on-demand videos server client. consider using directshow kind of processing works before video transmitted on internet. following article, know can transfer video stream on network through wmasfwriter after it's processed directshow , output url client can access through windows media player. in asp.net application, want video stream played on web page of client browser such chrome. i'm not sure if output url can parsed client browser , video stream can played there directly, want ask possible? if not, steps need take achieve goal?

i think can made webrtc streamer directshow filter , open stream in browser. ways wmp / vlc player require activex, that, really, dead technology now. microsoft edge not support anymore. webrtc common way today. web version of skype , lot of other apps use it.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -