video-streaming

Video re-streaming server (video output format)

瘦欲@ 提交于 2019-12-06 15:53:47
I need to develop a video streaming server which would stream a live video to multiple users. It needs to support the following "video" sources for the re-stream server: web-camera surveillance camera (already supports MJPG stream) scanner I understand that I would need a different driver for adding support to each video input device. I also need to support the video-display in: web-browsers Mozilla Firefox 3.6 Internet Explorer 8 desktop applications developed in C++ / QT 4.6 My questions: What would be a good video output format that can be used to support the required browsers/applications?

Download Video on SDCard from url

落花浮王杯 提交于 2019-12-06 15:29:50
问题 I am having an application to download video on sdcard from url. I refer this link. But this link contains the url as .mp4 format. I have to download news feed videos. My format is not .mp4 format. It will be mostly .swf. The url of mine is, http://cdnapi.kaltura.com/index.php/kwidget/wid/_483511/uiconf_id/5590821/entry_id/0_cf39ej0c I was getting this url by parsing rss feed( news feed). My code is: public class MainActivity extends Activity { public final String TAG = "MainActivity";

streaming a webcam feed over rtsp using ffmpeg & ffserver to an android client

梦想与她 提交于 2019-12-06 15:19:45
I am trying to stream my webcam over rtsp and open the stream using android. I managed to get the first part working (rtsp stream) using ffserver and ffmpgeg. Here is my ffserver.conf file : HTTPPort 8000 RTSPPort 8001 HTTPBindAddress 192.168.1.74 RTSPBindAddress 192.168.1.74 MaxClients 100 MaxBandwidth 10000 NoDefaults <Feed witty.ffm> File /tmp/witty.ffm FileMaxSize 20M </Feed> <Stream witty.mov> Feed witty.ffm Format rtp VideoSize 640x480 VideoQMin 1 VideoQMax 20 VideoFrameRate 30 VideoBitRate 500 AVOptionVideo flags +global_header VideoCodec libx264 AVPresetVideo baseline NoAudio </Stream>

Widevine video streaming on iOS and AirPlay

落爺英雄遲暮 提交于 2019-12-06 14:43:52
问题 Could you help us please with the following problem related to the DRM (Widevine) encrypted video stream playback and use of the AirPlay? When we tried to play the video from iPhone with use of the AirPlay on Apple TV, the "failed to load content” error was shown on the TV screen. We are not sure if that is correct behaviour. We think it is, because for encrypted video playback we cannot use the AirPlay as it transports the raw unencrypted stream, right? So far we found that the only possible

VLC stream to MP4 WEBM and Flash

时光毁灭记忆、已成空白 提交于 2019-12-06 14:29:31
I am trying to stream video from a IP Cam to my my Wordpress site. I would like my stream to be available via common devices Windows, Mac, Android and IOS. Currently I am using VLC to stream,but I can only get a flash stream to work but I would like to do FLV, MP4 and webm. What player should I use to display the MP4 and webm video on the site? Also I don't think the calls to VLC are correct cause I can't open the MP4 and webm stream in VLC on another computer, but I can open the flv stream. VLC Script: cd "C:\Program Files (x86)\VideoLAN\VLC" vlc -vvv -I dummy http://IP/cgi/mjpg/mjpg.cgi

Split, encode and join video parts in C#

半世苍凉 提交于 2019-12-06 13:44:13
It is possible to split file into many parts.Is it possible every part encode and after that join them again? The idea is to encode one video on more computers. In .NET Thank you You can call ffmpeg.exe from your c# code to accomplish this. There are also some libraries that are available to accomplish this. Take a look at DirectShow .NET - it has some functionality for video capture and editing, although you still need to be familiar with general processing algorithms and methods. These two articles can probably point you in the right direction: Stephen Toub's DVR-MS article. Covers reading

How to capture multiple camera streams with OpenCV?

六眼飞鱼酱① 提交于 2019-12-06 13:19:27
I have to stitch the images captured from many (9) cameras. Initially, I tried to capture the frames from 2 cameras with rate 15 FPS. Then, I connected 4 cameras (I also used externally powered USB hub to provide enough power) but I could only see only one stream. For testing, I used the following script: import numpy as np import cv2 import imutils index = 0 arr = [] while True: cap = cv2.VideoCapture(index) if not cap.read()[0]: break else: arr.append(index) cap.release() index += 1 video_captures = [cv2.VideoCapture(idx) for idx in arr] while True: # Capture frame-by-frame frames = []

Android AudioFlinger server died | media server died

早过忘川 提交于 2019-12-06 13:18:25
I am trying to develop a hls player on android devices, and i have some test-streams i can play with. A problem i have is that the HLS stream just "stops", freezes at some random locations, it could be after 1 minute, or after 20. The error i get is: 11-20 14:14:10.484: W/AudioSystem(18531): AudioFlinger server died! 11-20 14:14:10.484: W/IMediaDeathNotifier(18531): media server died and 11-20 14:14:10.484: E/MediaPlayer(18531): Error (100,0) I've got basically no idea on how to prevent or restart the stream if this is happening. I don't even know why it happens. So if someone could answer

Stream MP4 Video From Seek Position in ASP.NET

北城余情 提交于 2019-12-06 13:16:50
问题 I am facing problem while streaming mp4 video from seek position. Its streaming properly from start. First problem is while mp4 video is streaming via jw player flash player. When user click on time bar to start streaming mp4 video from any other part of video, jw player will send start param along with time information e.g http://[url]/stream/mp4.ashx?file=Madagascar3-trailer-48861c.mp4&start=53.71 So jwplayer send time interval to seek mp4 streaming from. I am using the following code to

Can IOS devices stream m3u8 segmented video from the local file system using html5 video and phonegap/cordova?

本小妞迷上赌 提交于 2019-12-06 12:54:37
问题 I'm using phonegap/cordova 2.1 and my app has locally stored assets (on the device) which need to be encrypted on build and decrypted in memory when used in execution. The app is for iPad only. For the videos I want to implement something similar to http://codebycoffee.com/2012/01/08/decrypting-http-streaming-video-with-nsurlprotocol where mediafilesegmenter is used to segment and encrypt each video file and then a custom encrypted file url protocol serves the key for each video when the