video-streaming

How can I zoom into video and switch streaming of videos in the same HTML5 player?

允我心安 提交于 2019-12-12 10:49:32
问题 This question was migrated from Video Production Stack Exchange because it can be answered on Stack Overflow. Migrated 5 years ago . I have video that will be divided into 4 videos. First the player will stream a lower resolution of the original video, then the user can zoom into the video to see more details, I need the player to stream one of the 4 videos - that's higher in resolution- based on where the user zoomed in. How can I make that using VideoJS or any other video player ? 回答1:

MP4 to DASH (bash script)

和自甴很熟 提交于 2019-12-12 09:58:37
问题 I have a web site in which users can upload video files. I want to stream all of them using DASH to obtain an adaptive bitrate streaming. So I wrote a bash script (to run by cron) that converts all mp4 files to DASH, but it doesn't work properly: what is wrong? For example, using the following script, I obtained: https://www.informatica-libera.net/dash_faq/stream.mpd It validates, but it doesn't play. I tested it on: http://dash-mse-test.appspot.com/dash-player.html?url=https%3A%2F%2Fwww

is it possible to read video stream with opencv?

谁都会走 提交于 2019-12-12 09:15:45
问题 for this stream: is there a class that can capture the stream for manipulation? all i found was tutorials about how to make client server, or read from computer connected cam. Update: it looks promising. trying to open this again failed , so i followed the asx which said: <asx version="3.0"> <!-- GMEmbed --> <title>CastUP: Ayalon</title> <entryref href="http://switch3.castup.net/cunet/gm.asp?format=wm&s=4A59334AD43141A7BFD73D7CE6B71560&ci=15369&ak=35143679&ClipMediaID=21329&authi=&autht=&dr="

Play streaming videos on firefox with html5 or flash

拟墨画扇 提交于 2019-12-12 06:40:09
问题 I am trying to stream video file on web. my server is httpd 2.2 runnin gon centos 5 64 bit. So far it has worked well with ie9, chrome, opera but I have issues with firefox. I cannot rely on a user to have certain plugins installed. I want the video to be able to play in html5 if not supported then roll onto flash. The following is the current code that I have. <!DOCTYPE html> <html> <head> <SCRIPT type="text/javascript" src="jquery-1.7.2.min.js"></SCRIPT> <SCRIPT type="text/javascript" src=

Mixed Video Type Content queued in an AVQueuePlayer on iPhone

余生长醉 提交于 2019-12-12 05:35:36
问题 I'd like to start of by apologizing for this ridiculously long post, but I tried to provide as much code and data as possible for you to refer to. I am working on a video project where I will need the flexibility of the AVQueuePlayer (foremost the ability to scale and layout the video layer freely, as well as creating my customized controls). Problem is, I need to be able to mix video content of different types (in this case progressive download .mp4 and http streaming .m3u8). Here's where

WebRTC video/audio calling failed 90% of time on different network but got success 90% on same network

醉酒当歌 提交于 2019-12-12 05:28:02
问题 I have created video chat app using webRTC and Django channel.My app working 90% of time properly when using it in the same network but fail when using it on a different network.I am not able to see a video of remote person when using it on a different network. I used chrome://webrtc-internals/ to trace my webRTC response and I got iceconnectionstate : failed when called using different network Below screenshot is taken when I got success in the same network And after success also it gave

How to record the http live streaming from an IP Cam

主宰稳场 提交于 2019-12-12 05:17:42
问题 I have created the application in which the client can view the ip camera which is giving an http live stream of MJPEG using this link Android ICS and MJPEG using AsyncTask Now i want the user to record the video into its memory card . I have googled for a while and the only two approaches which came in my mind :- Either i keep storing the jpeg images and when user clicks stop recording then i somehow clip all the images as to provide a 3GP video or some other file format. But i don't know

How to buffer stream when the video is paused with flash

跟風遠走 提交于 2019-12-12 03:44:59
问题 I need a feature of allowing buffering the video when it's paused, which I cannot find how to do it directly... I notice that, when I pause the video, the event "NetStream.Buffer.Flush" is triggered. And according to the language reference: "Data has finished streaming, and the remaining buffer will be emptied.", I have to re-buffer it, right? However, also according to the reference, it shouldn't stop buffering: Starting with Flash Player 9.0.115.0, Flash Player no longer clears the buffer

Writing alpha channel into decoded ffmpeg frame

跟風遠走 提交于 2019-12-12 03:38:43
问题 I am looking for a fast way to add my own alpha channel to a decoded ffmpeg frame. I have an AVI file with RGB information, and I have a synchronized video stream describing the transparency alpha channel (grayscale). While decoding the AVI file using ffmpeg, I want to convert the output frame to RGBA, while adding my own alpha information. In the end, I would obtain a semi-transparent video stream. Is there any optimized function, maybe in libswscale or libswresample, to do such a thing

Changing NALU h.264/avc, for RTP encupsulation

醉酒当歌 提交于 2019-12-12 03:22:46
问题 What I can and cant change in NALU in terms of syntex and size, if the nal is meant for RTP encupsulation? 回答1: You can change whatever you want, provided that resulting bit stream is still compliant to: MPEG-4 Part 10 Specification (H.264) RTP RFCs 3550 (RTP), 3984 (RTP Payload for H.264) 来源: https://stackoverflow.com/questions/7560060/changing-nalu-h-264-avc-for-rtp-encupsulation