Questions tagged [streaming-video]

The process of delivering a video from a server to a client, different from the download in that the client is able to watch the video while it's being downloaded.

11 questions
19
votes
2 answers

Pros and cons of MPMoviePlayerController versus launching UIWebView to stream movie

I have a client who has video content for the web in Flash format. My task is to help them show the videos in an iPhone app. I realize that step one is to get these videos into the appropriate Quicktime format for the iPhone. Then I'm going to have…
Nosredna
  • 74,873
  • 15
  • 91
  • 122
5
votes
3 answers

Play .ts video file on Android?

I am pretty new at streaming video, so please bear with me. :) I am trying to port an m3u8 stream over from iPhone to Android. Looking in the m3u8 feed, I found some .ts files. From what I can tell, .ts files are, themselves, wrappers that…
user359519
  • 701
  • 2
  • 16
  • 28
4
votes
4 answers

How do I close a Node.js FFMPEG child process that is actively streaming from a live capture source?

I'm new to Node.js and have figured out how to utilize child.spawn to launch an instance of FFMPEG that is being used to capture live video and send it over to Adobe Media Server via rtmp. Every example I've seen of FFMPEG being used in conjunction…
RickZ
  • 111
  • 1
  • 11
2
votes
3 answers

Is there an online sample movie to test MPMoviePlayerController?

I have the iPhone successfully trying to open a movie online. (It fails because I don't have a real URL.) Does anyone know of a working URL I could use as a baseline test to make sure my code is working? I know the iPhone is a bit picky about…
Nosredna
  • 74,873
  • 15
  • 91
  • 122
1
vote
1 answer

HTTP Live Streaming of static file to iOS device

I'm trying to understand the "chunked" aspect of HTTP Live Streaming a static video file to an iOS device. Where does the chunking of the video file happen? Edit: from reading HTTP LIve Streaming and a bit more of…
1
vote
1 answer

Centos Video Optimizer

I have a lot of MP4 files on my server. And my aim is to get them to stream on android mobiles. The resolution of the videos are at 480×272 and this is not a problem because I tested it and most androids are able to stream it. But the problem is…
0
votes
0 answers

How to reshape the output stream of the script to make it work for a cvlc stream using Python?

The stream consists of frames coming from a raspberry pi camera. stream.py needs to be changed: import sys import cv2 from picamera.array import PiRGBArray from picamera import PiCamera import time RES_W = 640 RES_H = 480 camera =…
0
votes
2 answers

Securing PDF and embedded video

My company delivers programming instructions for products we sell in both streaming video (hosted on CloudFront) and pdfs (hosted on Amazon S3). We don't want for our customers to be able to take the content out of these PDFs, save the PDF, or be…
Webnet
  • 55,814
  • 100
  • 278
  • 454
0
votes
2 answers

kibana: How to inject controller function with custom visualization plugin

i am trying to create a simple video plugin for kibana. currently am getting this error : "[ng:areq] Argument 'VideoController' is not a function, got undefined". i had executed and tested the statically before trying to pack this up in kibana as a…
Mackzie
  • 41
  • 1
  • 11
0
votes
1 answer

DirectShow Custom Source Pin

I am new to DirectShow. I, like many others, am trying to create a socket-based P2P streaming solution for a WPF-based card game. I want each player to be able to see each other via small video windows. My questions are two-fold. The first is How do…
NickV
  • 519
  • 7
  • 17
0
votes
1 answer

stream video to web site asp.net

I have some stream of avi frames or images. How display this stream on my web site using asp.net and c#.As I now, I must have server that will create stream and send it to web site.How to do this?
user1541069
  • 55
  • 1
  • 1
  • 8