video

How to read stream video from IP cam

Hi, I am trying to read the streaming from a Network IP Camera. I can connect to the IP Camera (web server) by proprietary web interface and I can watch the video (h.264 format), but I need to read the video stream and put it in a web page that I am developing. How can I read only the stream video ? I think I have to authenticate in so...

iPad + HTML5 Video Tag + External display issue

I am using HTML5 video tags in a UIWebview on the iPad, and positioning them as needed using CSS. The key part of these videos is that they are designed to take up part, but not all, of the visible area on the page. When I'm doing this in the "normal" mode of displaying content only to the primary UIScreen, everything works great. Howe...

Embed Tag in Internet Explorer not working

Hello All, I am developing a publishing portal in SharePoint. I have embedded a video in my page using the traditional embed tag inside the object tag. It works fine in Firefox. But, the video is not at all rendered in IE. I have IE 8 in my machine. Is there any other way to add video in my page which is compatible with all the renown...

WebView and HTML5 <video>

I'm piecing together a cheapo app that amongst other things "frames" some of our websites... Pretty simple with the WebViewClient... until I hit the video. The video is done as HTML5 elements, and these work fine and dandy on Chrome, iPhones, and now that we fixed the encoding issues it works great on Android... in the native browser....

Flowplayer Stream Error

I'm experiencing an issue in IE6 using Flowplayer on this site: http://inrekor.com I'm getting a "200 error, Stream not found" from Flowplayer, though checking it out in all other versions of IE it seems to be working just fine. Any ideas on what could be causing this issue in IE6 alone? Thanks in advance! ...

Actionscript 3 NetStream immediately paused does not get metadata

I am writing a basic video player in Flash CS5 and Actionscript 3. For this basic player, I attach my NetStream to my NetConnection, then call the stream's .play() method to begin loading. Although I want the metadata and for the stream to begin buffering, I do not wish to start playing right away, so I immediately call the stream's .p...

Video Strucking issue

I created the custom flash video player using AS3.when i check the player with youtube downloaded flv files .the player is working fine and streaming well.When I use my encoded video( mov to flv using adobe media encoder cs5) the player is struck while playing and when full streaming completed the player is playing well. i tried with bu...

Valid GPL License

I'm looking for an open source media player and I've come across flow player. It is licensed under the GPL, but also requires their branding remain visible on the player. This seems ridiculous, but they claim its compatible: http://flowplayer.org/download/free-license-faq.html If this were actually valid under the GPL, couldn't tons of...

Streamming a h.264 coded video over UDP

Hi there, I don't know too much about h.264, but the thing is that I've got this video in h.264 in a mp4 container which I would like to stream over UDP. My question is simple, is there any tweaks I can maybe do while coding the video so that it comes out fairly tolerant to some "light" packet loss? I know that compressed video usually...

how to implement Jmf

how to implement jmf in netbeans?and how to build video streaming using JMF? ...

Seeking cause of Android 'ERROR/CameraInput(57): Unsupported parameter(...' in LogCat output

I am finding Android's MediaRecorder to be very tempermental. I have an application where I have been successful recording, but I see the following LogCat ouput: 09-30 11:34:09.143: ERROR/CameraInput(57): Unsupported parameter(x-pvmf/media-input-node/cap-config-interface;valtype=key_specific_value) 09-30 11:34:09.143: ERROR/CameraInpu...

Android not playing HTML5 video on HTTPS

I am using HTML5 element to play a sample.mp4. It plays fine if using HTTP protocol. If I change the URL to use HTTPS, it will give error "Sorry, this video cannot be played." The SSL certificate is valid. I have tried on both IIS and Apache server. <video src="sample.mp4" id="myvideo" /> <a href="javascript:void(0)" onclick="document....

How to play MPEG4 Visual with HTML5 <video>?

I currently use this to play AVC (H.264 or MPEG-4 Part 10) videos. <video controls preload> <source src="xyz.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'> </video> However, that doesn't work for MP4V (MPEG-4 Visual or MPEG-4 Part 2) videos. I tried codecs="mp4v.20.8, mp4a.40.2" but that doesn't seem to work either. Does a...

Downloading a video in an iPhone app, is there any file size limit?

I am trying to work out if I can have my app download a couple videos that may change from time to time. It all seems possible in my research, but my one concern is if the size of the video file would be an issue? They are not going to be extremely large, but they are videos and from what I see they may have to go through the memory befo...

Fastest way to draw a series of Bitmaps with C#

I'm building an application that captures video frames from a camera (30fps @ 640x480), processes them, and then displays them on a Windows Form. I was initially using DrawImage (see code below) but the performance was terrible. Even with the processing step disabled the best I can get is 20fps on a 2.8GHz Core 2 Duo machine. Double buff...

Adobe Flash Player - video for playing a given .jpeg image sequence ??

Is there any possible way to play a .jpeg sequence using .flv player on-the-fly ? I mean, by not needing to convert the entire sequence into one single .flv ? Since I´m not familiar with flash neither action script, I was surfing the web in hope to find any templete or tips about similar things to that but I couldn´t... I will be very ...

how to get video duration in python or django?

hi folks, i need to get the video duration in python (django), the video formats that i need to get are mp4, flv, avi, mov... I have a shared hosting so i have no ffmpeg support. Thanks! sorry for my english. ...

Saving a Video to the Photo Library - iPhone SDK

Hey guys, Is there any way for me to save a video in the Documents directory to the Photos Library? I have the link of the video in the documents directory, I just don't know how to save it to the Photos app. Thanks, Kevin ...

How can you play the audio of a YouTube video in background on iOS 4?

In Safari on OS4 it's possible to stream the audio of YouTube videos in background: To try that start a video from YouTube, send the app in background, double tap the home button and switch to another app. At this point the audio will stop but it can be restated, paused, etc. in background using the remote controls associated to Safari ...

Video hit counter based on video play

Hi again everyone, I am hosting some video on my web and I would like to make a counter based on every video played, is that possible? I have made the counter based on the page load, here's the process: I pull some of the videos on the front page labeled popular and newest, the counter I have made so far is when one click one of these ...