Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for kubi081

Hi, I have two projects; First one is a asp.net web project and the second one is embedded http server library project. Embedded http server project is taken from : embedded http server project I want to save a video file from user's local to user's shared storage. I'm getting …

Member Avatar for kubi081
0
353
Member Avatar for kubi081

I need to play video files which are located under client pc. For this I need to use embedded http server which will be setup on client. [embedded http web server is taken from here](http://www.codeproject.com/Articles/20445/C-Customizable-Embedded-HTTPServer?msg=4370868#xx4370868xx)If there is more advanced one I would like to learn. I'm using jwplayer to play …

Member Avatar for kubi081
0
273
Member Avatar for kubi081

I'm using a Customizable-Embedded-HTTPServer for a project. Simply I'm calling response.SendFile(@"E:\folder\xx.mp4", "video/mp4") to play video files located at local folder. But it gives me "An existing connection was forcibly closed by the remote host" error. I've searched a lot but couldn't find a solution! using (FileStream fs = File.OpenRead(path)) { …

Member Avatar for kubi081
0
381
Member Avatar for kubi081

Hi, I was wondering if you could help me with the problem of Request.PathInfo! The only difference between the two pages I will refer below is Request.PathInfo I want to make clear urls, instead of id based urls. If you want you can check the urls below: Here it is …

0
61
Member Avatar for kubi081

Hi, I was wondering how can we do link previews for video link like facebook which brings video to the page once you shared the link. Thanks in advance

Member Avatar for kubi081
0
141