1
vote
1answer
29 views

C#: convert a stream of bitmap images to avi file

My application receives a sequence of images (BitmapImage) from an external device with rate 30 fps. I need to create an avi file from this images and then, save it on filesystem. How can I obtain ...
0
votes
0answers
29 views

Where to find free links to live streams, video on demand, etc?

I am interested in creating videos on my website which will play free Live Streams and Videos on Demand. I was wondering if there was a website or resource that provided these direct URL links. For ...
1
vote
1answer
29 views

Streaming files with cherrypy

I am trying to stream a video file using cherrypy. When I go to localhost:8080/stream?video=video.avi it starts downloading, but after a few seconds it just "completes" the download no matter how ...
0
votes
1answer
34 views

Generate waveform image from audio stream of a video

I need to generate a waveform of an audio stream of a video, currently I'm using xuggler and java to do some little things, but seems like I'm not able to get a byte array of the inputstream audio of ...
0
votes
1answer
90 views

C - Transcoding to UDP using FFmpeg?

I'm trying to use the FFmpeg libraries to take an existing video file and stream it over a UDP connection. Specifically, I've been looking at the muxing.c and demuxing.c example files in the source ...
0
votes
0answers
52 views

How to play encrypted video file without complete file decrypting

1) I got a encrypted video file using async cryptor https://github.com/rnapier/RNCryptor 2) I want to play this file, but i dont want to decrypt it completely, just for request i think it is possible ...
0
votes
0answers
23 views

customized android application for video capture

I would start developing my own android app that can capture the video stream and then access every single frame of the same. I would like to create a customized application, that does not use native ...
0
votes
0answers
38 views

How to stream protected video from Amazon S3

Is there any way to stream video from Amazon S3 in a way that the file cannot be easily downloaded? I know that no protection is failproof, but I need to make it a little bit difficult to download the ...
0
votes
1answer
100 views

get image from video stream in C#

I am trying to get image from a stream (MemoryStream to be more precise). I can not find anything from Microsoft that can solve my problem. I am getting my streams from SQL so if there is some way to ...
0
votes
0answers
42 views

C - Stream live camera capture on an HTTP server

How might I go about writing a c program that would take live webcam capture and stream it via an server (likely HTTP)? I'm not looking for the exact code, just some pointers on where to get started ...
0
votes
1answer
208 views

How do i get my file-sharing script to stream uploaded videos?

Let's say i have this file-sharing website script but you see, all it does is share files, like PutLocker.com , i want it so that if a file with an extension like ".mp4 or .mpeg etc" is uploaded, it ...
1
vote
1answer
117 views

Android streaming MSMPEG-4 V3 Video

I have a camera, that streams application/x-mplayer2 type video, format : MSMPEG-4 V3 Video. When I try to open stream with android, it trows an error : "Sorry, this video cannot be played.". I try to ...
1
vote
0answers
91 views

Can HTML5 Video be transmitted directly to the same TCP server that's serving HTTP?

It seems that it is quite simple now to use HTML5 to display content from a video camera, assuming you are using the latest Chrome or the Beta of Firefox. Viewer Demo It is also clear that using ...
0
votes
2answers
159 views

Programmatically add AVI file header to video stream

I have a capturing device (analogue to digital converter: AverMedia USB Capture Card). When I want to record video using DirectShowLib in C#, I only receive frames. I am able to record frames and play ...
0
votes
0answers
38 views

dynamic created images in canvas to h264

I'm trying to built in an application that transforms the several canvas objects dynamically and constantly created into an h264 video stream. I'm working with node.js now but i can change. Can you ...
0
votes
0answers
88 views

Android video stream from camera.takePicture

I am trying to stream a video over a socket connection in real time by sending frames from the camera. The reason I'am not sending an encoded video is that I need to make some image processing on the ...
1
vote
0answers
87 views

Videostream download via http get request

I´m trying to download a stream from streamcloud.eu The page sends from the site Streamcloud.eu a GET request which looks like this GET ...
0
votes
0answers
207 views

iOS - Develop iPhone app to stream camera video to a computer?

I'm looking for a way to create an app that will allow captured camera video to be streamed on a computer. For example, one person could be walking an iPhone around a room and another person could ...
0
votes
1answer
36 views

How Can I Stream Videos?

Basically I have a personal websever setup with many videos due to the fact that I like to watch these videos in many different places. However, as of right now, I have to go to the dirrect filepath ...
0
votes
1answer
228 views

Merge webcam stream and a video file and send the result by RTP or RTSP

Hi, We are students working on a Java project where we have to: Capture the video stream from a webcam Merge this stream with a video file (we take the average of colors of each pixel, so the two ...
0
votes
1answer
47 views

JPEG to Video stream

We are getting images from a third party and want to have a software that compresses the images and streams them. We are wondering if anyone knows of any software/api that does this. I saw these ...
1
vote
0answers
127 views

C++ Video stream player [closed]

i want to make program to watch live streams(from exmp. own3d.tv, twitch.tv), or a least something like sopcast. How it must work: 1) Enter adress 2) Picture comes on screen. 3) Some buttons. I need ...
0
votes
1answer
166 views

Stream live videos

How can I stream a live movie or video for my clients to connect to a webpage and watch? I would prefer that it's in a SWF form, so maybe I could load a file into the SWF. This isn't a webcam type of ...
0
votes
0answers
83 views

Do H264 have processor limitations?

I have a rather powerfull machine. Its a Intel i7-2600k with 3.40GHz. I am trying to create severall streams from different capture devices useing VLC. At the moment i want to stream using H264 ...
0
votes
0answers
72 views

How to merge f4v files e.g. Splicer

Does someone know how to merge f4v files with c#? Format : MPEG-4 Format-Profil : Adobe Flash Codec-ID : f4v I tried to use the Splicer project, but this will always throw an ...
-1
votes
1answer
130 views

How can I encrypt a video stream [duplicate]

Possible Duplicate: Encryption of video files? I want to encrypt a video stream using stream cypher and send it to a client PC where the client PC can play it on the fly. Question: What ...
0
votes
0answers
366 views

Show a tcp video stream (from FFPLAY / FFMPEG) in an C# application

I try to make my Parrot AR Drone 2.0 work with a windows machine. I have a simple C# application to control it - but now i want the video stream inside of my application. If i execute ffplay ...
0
votes
1answer
79 views

How to stream/play video but prevent saving?

I'm in planing for lunching an online training website. In our website we will put many video files and users should have premium account to watch our videos. Our challenge is saving video files by ...
2
votes
0answers
129 views

Process and upload video using getUserMedia()

I am trying to upload video from the users using the media capture interface recently introduced into javascript. Regardless of all the difficulties in browser compatibility, I can't even begin to ...
-1
votes
1answer
108 views

Hosting and streaming video to an ios app

I am about to build an app that initially displays thumbnails of high quality videos. When users click on a thumbnail, they will go through iOS's in-app payment system to pay for the video and once ...
2
votes
2answers
673 views

Xuggler and playing from live stream

We're currently busy with a project in which we are trying to play a video file in a window from a live stream in Java. We've already managed to capture the stream via a Socket object using an ...
0
votes
0answers
135 views

How to record a live stream video using java swing

I want to know that is it possible to record and save alive stream using Java swing satndalone application.If so please provide with some example. Think a stream URL is mms://192.168.2.1:7700 , and i ...
0
votes
0answers
528 views

C# library to publish a Video stream captured from web cam using RTMP/RTSP [closed]

I am looking a for .NET based library that can allow me to publish an RTMP Video Stream. I have looked at Borrocoli RTMP Client Library and FlourineFX but have limitations, primary being that they ...
0
votes
0answers
126 views

Stream video from seed box in browser (flash/html5 player)

I can stream video from it in WMP on my computer but I cannot on Android/iPad due as it requires HTTP authentication. Any ideas?
0
votes
0answers
190 views

Stream FFServer and playing with Flowplayer Securely

I have an FFserver and i stream a video successfully! For example, the stream is located in SERVER #1 in address: IP_ADDRESS:PORT/video.flv How can i insert this streaming into my website with ...
1
vote
1answer
72 views

Embedding a video in another video stream

It's possible and how can I do a real time embedding of two videos so that a software like vlc follow the stream like being only one video, stream the first one until a defined time, stream the ...
0
votes
0answers
76 views

How to publish live stream in flex air mobile project?

I want to publish live stream using flex mobile project. How to capture video and streaming that live video from flex mobile project to run in google android? Anybody please help?
1
vote
0answers
129 views

Is there an web flash player that streams sopcast live?

I search for a flash player who have the ability to stream for exp urls like sop://broker.sopcast.com I am not looking for plugins that I have to install on my pc to be abble to do that. So is there ...
0
votes
0answers
231 views

PHP - Stream AVI-Videos

on my website i will stream mpg/avi videos. now i am looking for a videoplayer that supports that avi files. does the JW-Flashplayer support that avi movie files or the adobe flash player? which ...
2
votes
2answers
126 views

Red5 1.0 does not always send the duration of the video

I've created a Red5-based video recorder/streamer and the problem is if I play back a previously recorded video the duration of the stream does not always got by the client. I think the server does ...
0
votes
0answers
29 views

Easy to setup, non computationally expensive streaming of 3D app over VPN?

Could someone suggest some solution that can transmit video/audio from a 3D application (i.e., DirectX video game) to a remote friend (possibly over VPN) in real-time? Shall: -Be easy to setup, ...
1
vote
0answers
133 views

Ipad stream m3U8 losing image after few moments on iOS 6

I have a problem with few m38u streams that I play on my I pad The code is this: <video width="440" height="280" controls="controls" ...
2
votes
0answers
132 views

How to stream video directly between dvr (server) and mobile phone with android (client)?

I mean what functions/libraries should I use?
0
votes
2answers
256 views

Change video file with jquery

I have a simple video player <video id="video" src="http://xyx.com/zzz.m3u8" controls="controls" width="480" height="280"></video> I like to be able to change the video stream by ...
0
votes
0answers
160 views

Unable to upload video files to “streams” in red5 app

RED5 has been successfully installed on my VPS and I have videos in /usr/local/RMS_8.0/webapps/oflaDemo/streams. (I understand this is a demo app but my previous developer just wrote code dependent ...
0
votes
2answers
369 views

Stream video from ftp server to iphone?

I tried to search much but I can't figure out any tut or anything to do that. I only see stream video from server to iphone through http protocol. I want to ask if ftp can stream video from ftp ...
2
votes
2answers
1k views

Red5 video stream recording is breaking up

Finally I created a stream video recorder flash application and its simple Red5 backend but of course Red5 jokes me again. Most of the times the recorded videos are corrupted, cannot play them back ...
0
votes
1answer
328 views

Java - Webcam shot/video with Mac and Windows x86 & x64

I want to access the built-in or USB webcam on Mac and Windows(32-, and 64bit) with java. How do i achive that? Any useful APIs or other things like that? I don't want to install something. It should ...
0
votes
0answers
65 views

Red5 and OpenVideoPlayer error

I'm trying to use OVP and Red5 but the following error occures: [ERROR] [NioProcessor-1] org.red5.server.service.ServiceInvoker - Error executing call: Service: null Method: play Num Params: 3 0: ...
0
votes
1answer
147 views

Simple view for Video component

I have to use the flash.media.Video component to play remote video files because I have a custom authentication mechanism (CRAM-MD5) in Red5 that doesn't allow to use VideoPlayer. I was trying to use ...

1 2 3 4