Questions tagged [video-streaming]

Video streaming is the process of delivering a video from a server to a client. This is different from simply downloading the entire video file, as the client is able to watch the video while it's being downloaded.

Video streaming is the process of delivering a video from a server to a client. This is different from simply downloading the entire video file, as the client is able to watch the video while it's being downloaded.

8577 questions
3
votes
1 answer

What are the requirements for a server serving mpeg-dash

I am trying to understand if I can serve mpeg dash from normal blog storage. I have created a test cases using the Youtube MPEG-DASH - Media Source Demo. The example they give…
Tom
  • 12,591
  • 13
  • 72
  • 112
3
votes
0 answers

Videojs wrong frame rate

I'm trying to play video with 5fps using VideoJS. If I'm using HLS video-data format video plays correctly. Yet If I'm using adobe flash player video is shown as 25fps. Is it possible to change framerate for VideoJS RTMP streaming?
Vyacheslav
  • 26,359
  • 19
  • 112
  • 194
3
votes
0 answers

Combine several video files into a stream with Node JS

Trying to create something like a online TV channel that streams random videos from the Internet. I am OK to download and uncompress the videos. But how do I create a stream out of them? I read that I can split the videos in chunks and give them to…
Jencel
  • 722
  • 7
  • 17
3
votes
1 answer

Stream video in python use pygame lib

I use library pygame in python to stream video from webcam of RasberryPi to my computer. But I have a problem when receive image. It's not convert true image. I've replaced my cam's ip adress with a placeholder . This is my…
3
votes
0 answers

FFMPEG: encode x265, container mpeg2 ts, stream-STARTCODE MISSING

I am trying to encode a video with FFMPEG x265, put it into MPEG2 TS and then stream it over UDP. Then receive on another PC and save it. Perform PSNR. The encoding works fine, but when I try to stream I get the error: [mpegts @ 00000000050b0520]…
rwdy15
  • 31
  • 1
  • 3
3
votes
0 answers

What is the most efficient way to record video in a browser for purposes of storing on a server?

I'm in the process of developing a java web application using Spring MVC that will (among other things) be capable of recording video from a camera on an Android based tablet and ultimately transfer that video to the server (dbase or filesystem). I…
gt4play
  • 31
  • 2
3
votes
2 answers

How to do rtmp streaming in kurento media server?

I was just wondering if there is any feature like RTMP in Kurento Media Server . I need it to stream my vod content . Any ideas ? anyhow RTP can be used for it ? Thanks Pawan
Pawan Rawat
  • 495
  • 1
  • 7
  • 25
3
votes
2 answers

How to convert an IP Camera video stream into a video file?

I have a URL (/ipcam/mpeg4.cgi) which points to my IP camera which is connected via Ethernet. Accessing the URL resuls in a infinite stream of video (possibly with audio) data. I would like to store this data into a video file and play it later…
AgentFire
  • 8,944
  • 8
  • 43
  • 90
3
votes
0 answers

How to embed video content from news site to iOS App?

I want to show news sites video content in my App. Either in an embedded via UIWebView or to open Safari an preload video, start to show it from a certain second. How can I do it? What is the basic concept? The video url is here:…
János
  • 32,867
  • 38
  • 193
  • 353
3
votes
2 answers

Multiplexing streams? (Simultaneous r/w)

I've got a WebM writer instance that takes video frames as byte arrays (media buffers) from a VP8 encoder instance and continuously writes them into a MemoryStream while packing them up into a WebM container. I also got a HttpListener which…
xvdiff
  • 2,179
  • 2
  • 24
  • 47
3
votes
2 answers

Recording IP Camera stream with FFMPEG

Hey I am trying to record the IP camera stream using FFMPEG . But it is giving me Input/Output error . Here is the command ffmpeg -i http://admin:@ip:81/livestream.cgi E:\Video\my.h264 My camera is H264 encoded. Now Please help how to remove this…
Zohaib Khalid
  • 63
  • 1
  • 2
  • 9
3
votes
1 answer

Streaming a video while also caching it for future playback on Android

It is very easy to use the videoview to stream a video from a uri. The problem is that next time the user wishes to watch this video it will stream again. I would like to be able to download the video so that future playbacks can happen offline. I…
Mr_E
  • 679
  • 6
  • 15
3
votes
2 answers

How to ensure YouTube API only returns videos that are streamable on iPhone?

I'm building some YouTube search functionality into an iPhone app and want to ensure that I only receive results that will be playable on the device. According to the Searching for videos section in the API reference doc this seems to be relatively…
prendio2
  • 1,885
  • 17
  • 25
3
votes
1 answer

I would like to understand how to play the Live Stream / VOD on native Android App

We want to create a Live-Broadcasting/streaming platform where anyone can go live on click of a button using his/her mobile camera. The same live feed should be viewable from the native mobile App. To start with, we would like to support live…
Rajendra
  • 484
  • 4
  • 19
3
votes
1 answer

How to stream a video file with WebRTC?

I would like to stream a video file selected through the input file to a peer using WebRTC. Details: I would like to use the addstream method instead of the data channel for this purpose. In my code I generated a blob from the file, like…
Samur Araújo
  • 29
  • 1
  • 4