video-streaming

Using RTMP or RTSP protocol in C#

Do you know any library that allows me to send from C# an encoded audio/video stream to a streaming server using RTMP or RTSP communication protocol ? ...

Unable to seek in flv movie on IIS7

I have 2 identical ASP.NET applications, one running on Windows Server 2003 with IIS6 and another running on Windows Server 2008 with IIS7. The one on IIS6 runs perfectly, but on IIS7 I'm unable to seek while playing my video. They are both using the exact same HTTP-handler for streaming. I'm using the JW player for Flash (v. 5.2) and ...

Connect android to local Lan via Phone (Over wifi OR via USB connection)

Hey, I am playing about with RTSP in Android, getting it to stream using Media Player. Now I am wanting to test them locally, but finding it incredibly difficult. What I have done is run a local Wowza server and published the RTSP url and I am then entering that URL into the android api demos MediaPlayerDemo.java. However, because it w...

Live streaming with silverlight 4

Greeting, Is there a live streaming server for silverlight 4 from Microsoft like Flash Media Server from Adobe that support live streaming for Flash??? I know that there are many open source live streaming server that support silverlight 4 but I did not find some one good as Flash Media Server which support Flash!!! please tell me if M...

Transcoding MJPEG to FLV or MP4

I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player such as Flowplayer. I discovered VLC for that purpose but I cannot figure out the exact command line string. I also need HTTP authentication fe...

Webcam streaming - Stream Images to Image Control at variable intervals?

I'm having a problem where users with a slow connection aren't getting my image feed properly. i'm sending them new images every second to a picturebox inside an Ajax Update panel, using an Ajax Timer. so if their connection is really slow, one image doesnt load fully before the next one comes in, so they never get the whole picture......

How to manually update android browser with latest (nightly) webkit?

Hello! Is it possible to update WebKit behind the Android 1.5/1.6/etc (prior to 2.2) browser? I know latest nightly WebKit builds has great HTML5 support. So, my intention is to provide html5 video streaming (and other features) support on all those droids. Previously I was able to update WebKit engine on different devices with older Saf...

YouTube's HD Video Streaming Server Technology?

Hi everyone, Lately I've been researching different methods for streaming MP4s to the browser. Flash Media Server is an obvious choice here (using Cloudfront), and most solutions I've seen use the RTMP protocol. However, I spent some time on YouTube with Firebug and Chrome debugger figuring out how their streaming worked and I discover...

Video chat programming

Hi to all network programming gurus. I feel an urge to write my own video chat system based on RTMP protocol. Of course I know C a little but I don't know yet network programming, I'm just learning it. And I'd like to ask where exactly I have to "dig", how to design my program (for *nix) to make it process a lot of connections. And I'd l...

Possible to Stream Video on iphone/iPad Using Windows Encoder?

Hello all i use windows encoder to stream video online and have a server that i use to broadcast this stream. i am trying to make an app that streams video to the iPhone/iPad using a unique link. i have seen apps out that stream their own DVR cameras so there must be a type of converter or encoder to use. any suggestions? ...

How to publish real time video stream of IP camera to flash media server with flash?

Does flash provide an api to deal with remote stream like IP camera does? ...

Control TV Tuner's Channel from Client

I'm planning to stream my usb tv tuner via specific protocol (ex: RTMP) to the media server (ex: Red5) that possible to control its channel from client (ex: flash application). Is there any ideas how do I get it working out? another protocol would be okay (RTMP, RTP, RTSP, or maybe using TCP & UDP socket programming). thank you. ...

Does anyone know how I can add webcam into my website for Augment Reality?

Does anyone know how I can add web-cam into my website so all my users can print the AR code and view it on my website? Thanks. ...

Restrict download of the video files stored in iFrame

I was wondering if it is possible to restrict download of the video stored in the iframe. We have a website with some training videos and even thou we encrypt file names before they are loaded to flash player - this still doesn't prevent anyone to look at the source of the page and simply copy the link and download the file. I thought ...

Android Video Streaming

I need HTTP/RTSP Video Streaming with Android. Any Ideas ? Is that possible to go with JMF with Android ? Any Working examples ? Already tried with http://davanum.wordpress.com/2007/12/29/android-videomusic-player-sample-from-local-disk-as-well-as-remote-urls/ Its not working with my case. Are there any specific types of videos that A...

Flash video streaming - getting my toes wet

I'm working on a project that will involve having a couple thousand short videos online. I haven't done anything with online video before and this is all a bit new to me, so I am looking for some general advice... I would like to use Flowplayer, and I would like to encode the videos as H264s. I am enamoured with Flowplayer's slow moti...

Best stack options for Video Chat server using GAE/Java and Flash

Hi, We want to build a high performance web based Chat server using Flash on client side and Java on the server side on Google App Engine. We want to ignore other options like Silverlight, HTML5 for now. Client side: So on the client side we have Flash. We probably write some action script code to start using the web cam and posting i...

Off the shelf or roll my own?

I want to take an Anroid based tablet - not a phone, I need a large screen and I don't need 3G. The guy with the tablet will attach a web cam to it and a s/w application in the Adnroid tablet will stream the cameras feed to a web page (there may later be a need to stream video back to the Android tablet - tbd). Additionally, I need 2 w...

problem in flv video streaming in sharepoint 2010

i'm using flowPlayer inside a user control in sharepoint 2010 this user control works well when testing it in normal web page but when i put it in a web part in a sharepoint project the player appears blank and movie doesn't work ** this problem may be casued by IIS7 any ideas please ...

play video from stream on a android MID

Hi,all I want to play streaming-video on a android device(MID),but I can not see and hear anything,Although the data seem have stream into this device. I really do not have any idea what's wrong about my code,for it work normally on other device like HTC hero or xt800 and so on... Following is the log from logcat any suggestion will ...