i am working on window os but not able to use cvCreateFileCapture to capture streaming video. It returns NULL.Is it possible to make it work? Or is there other solutions?
Hello guys,
Using NetStream, I can create progressive video player. But can I save the downloaded chunk to my local disk in AIR??
My first idea is that, download part of file into local disk, let NetStream pointing to that file, and then appends the chunks to that file (FileMode.APPEND) periodically. But it does not work and seems that NetStream would 'lock' the file preventing write operation.
Any ideas?
could anyone help us by giving the source code for video water marking using java(preferred)
for our college project.its very very urgent....so plz provide us as early as possible.
plz plz plz...........help us!!!!!!
I'm looking for a good jQuery plugin that allows HTML5 video playback, with graceful fallback to Flash (and potentially further, to default system player, etc). I've googled, but nothing I've found has been quite what I'm looking for. Any suggestions?
Is there a way to detect whether an FLV file contains video, audio or both?
The flv file is streamed to a flash client, that needs to show a certain view depending on the data in wrapped in the flv file.
I have a youtube video like so...
<object id="video_1" class="a_video .......
However the css for a_video:
display:none;
Isn't hiding it in IE.
Anyone know how to hide embedded youtube videos in IE?
Hi,
I am developing a video streaming website, my problem is how do i limit users by time, like if they have credit balance for 3 hours of streaming, how to i stop or pause the streaming once the credit is used up.
Ideas anyone.
I know that there are differences in different regions of the world regarding the framerate of videos. E.g. a DVD in Europe is in PAL with 720x756 and 25.0 fps. In the US its the NTSC standard with 720x480 and 29.97 fps.
When I don't want to generate a DVD but a plain video file, e.g. WMV oder AVI what framerate is used in USA? I have a end user application where the user can generate videos, so what framerate does the US user expect it to have? Is there a difference in SD and HD video?
I have a video stream from that is acesssed through an ip address over the internet. IS there any way to embed this into a java applications GUI? Think I maybe need code for embeedding a browser or something like that maybe?
Are there any servers written that can be setup to take video transcode jobs? I am looking to set one up to work just like the service Zencoder. Something that I could send my transcoding jobs to maybe via web-services. If not are there any c# wrappers to the common open source transcoders such that I could write one.
Have produced a short video which redirects to a download page at the end.
The redirect works fine in Firefox
But for some reason I cannot get the redirect to work in IE.
Thanks
Is there any movie that actually works in iPhone/iPad safari using the video tag? We tried so many formats and code snippets. I've heard that mp4/h264 should work, but not for us.
Can anyone point me to a working example online?
If you know the code or specs/formats for the videotag on iphone, that would be great.
Is it possible to protect flv files from download? I'd like to protect my files from download but I don't have the money for a streaming server which I think provides some sort of protection. The files are streamed via PHP and are located in an upload folder on my server.
I've used PHP to ensure that only subscribers can view the video but I basically want to go a step further and prevent subscribers from, upon login, downloading my videos with downloaders such as Sothink Flv Downloader for Firefox.
I need to create a Wiki using FCKeditor in which I want to provide the flexibility of embedding videos by users. Does FCKeditor support video embedding? If not, are there any plug-ins available for FCKeditor?
This might be a round about way of doing it, but are there any time-stamped audio formats out there? Also, how is video-audio synchronization usually done?
Thanks in advance.
I'm trying to use the MediaElement control in WPF to play back video. It works great in Vista, but when I run it on an XP machine I get tearing in the display. It looks as if it's not using the vertical synch, and just updating the screen mid-draw.
Anyone know how to fix this problem?
Hi
I 'm developing a video streaming android application on HTC Tattoo. I 've Lighttpd server at my server side which i use to stream videos to a web site.
On Android , Do I need to enable any module in Lighttpd server?
Thanks
Hi,
I have received the following video file from a camera (from security camera)
http://dl.dropbox.com/u/1369478/tmw/recording.264
How can i view the content? Based on extension i think that is a H264 file. Is there a way to play this on the browser with HTML5?
Regards
I want to develop an application in java to capture video from webcam and store it onto a particular location.Can anyone provide me the working code?
What type(usb,ip etc..) of webcam is the best in order to develop the application.
Please help me. how to proceed?
Could someone direct me to a tutorial or guide me how to track motion of a object moving with 6 DOF. I am planing to use a video stream of a moving toy car. I want to calculate displacement and rotation angle of the toy car. I came across some research papers but couldn't find any libraries to the job.
Is there a way to do this using OpenCV or Matlab or some other freely available software?
Thank you
Hi,
Does anyone have a good suggestion on how to do video recording?
We have a camera that can record and then stream live video to a server. So this means we can have 1000's of cameras sending data 24X7 for recording. We will store data for over 7 / 14 / 30 days depending on the package.
Per day if a camera is sending data to the server then it will store 1.5GB.
So that means there is a traffic of 1.5GB / day / camera
Total monthly 45GB / month / camera (Data + bandwidth for one camera)
Please let me know the most cost effective way to get this data stored?
Thanks!
byte[] mediaBytes = Convert.FromBase64String(base64String);
MemoryStream ms = new MemoryStream(mediaBytes , 0, mediaBytes.Length);
Is there a way to convert back the byte[] to its original format? (pdf or video)
I want to have a web site which switches the web camera of users, makes a video recording and send results to my web server.
Is it possible to do that? I think it should be. For example such sites as chatroulette.com starts web camera. Should it be done with the Adobe Flash technologies? Is it hard to do that?