video-streaming

free video player for RTMP & support ads

你。 提交于 2019-12-03 07:26:55
I want to stream and play my videos (RTMP) from my custom server. Can anybody let me know any flash player than can play rtmp stream? and I want this player supports video Ads :) I took a look on JWPLAYER and FlowPlayer but these are paid solutions Thank you in advance. Ben Open source and free player supports ads and rtmp is Video-JS . Player homepage: http://www.videojs.com Player plugins: https://github.com/videojs/video.js/wiki/Plugins Video-js vast plugins: http://theonion.github.io/videojs-vast-plugin/ RTMP example: jsfiddle 来源: https://stackoverflow.com/questions/24748501/free-video

Android video calls using android's sip

假装没事ソ 提交于 2019-12-03 07:21:10
问题 I want to develop a program for a video calls in android. I thought of using the built in sip that introduced in android 2.3.3. But how can I initiate the video calls? I see that it is not supported. 回答1: I believe the generic Android SIP stack supports video. Taken from: https://developer.android.com/reference/android/net/sip/package-summary.html If you want to create generic SIP connections (such as for video calls or other), you can create a SIP connection from the SipManager, using open()

Live video streaming with HTML 5?

三世轮回 提交于 2019-12-03 06:55:40
问题 I want to make live video streaming . For example there is discussion. And somebody is recording it. I want the video record to appear on my web page. I want to do this with HTML 5 . I don't know if it's possible, but has anyone tried ? Thank you in advance! 回答1: To generate a state of the art live stream with good quality of experience, I recommend to make use of adaptive streaming technologies like MPEG-DASH or HLS. Utilizing Youtube's live streaming feature is definitely one (good) option.

Serve video file to iPhone from ASP.NET MVC2

若如初见. 提交于 2019-12-03 06:33:37
I'm attempting to serve video files from ASP.NET MVC to iPhone clients. The video is formatted properly, and if I have it in a publicly accessible web directory it works fine. The core issue from what I've read is that the iPhone requires you to have a resume-ready download environment that lets you filter your byte ranges through HTTP headers. I assume this is so that users can skip forward through videos. When serving files with MVC, these headers do not exist. I've tried to emulate it, but with no luck. We have IIS6 here and I'm unable to do many header manipulations at all. ASP.NET will

RTSP h.264 in google chrome browser

淺唱寂寞╮ 提交于 2019-12-03 05:32:56
After we are moving over to html5 and many browsers like Google chrome bans VLC web plugin. ... Is there any way to play h.264 / h.265 Rtsp streams in browsers this days ? Direct RTSP streaming is still not supported by browsers, if you have to play an RTSP stream in the browser then you need a proxy server that will convert RTSP to HTTP stream. Many open source projects are there that will do the work of RTSP to HTTP conversion or you can use FFmpeg (used by VLC) to convert RTSP to HTTP and then can stream it on the browser. These guys put together an rtsp over websocket player. https:/

Current best practice to stream live video in web browser?

荒凉一梦 提交于 2019-12-03 05:15:46
问题 We develop an IP camera product which streams H.264/MPEG4/MJPEG video via RTSP/UDP. It has a web interface, currently we use the VLC Firefox plugin to allow viewing of the live RTSP stream in the browser but Firefox are dropping support for NPAPI plugins so that's currently a dead end. The camera itself is a relatively low-powered ARM SoC (think Raspberry Pi level) so we don't have vast spare resource to do things like transcode streams on-the-fly on the board. The main purpose is to check

How to use RajawaliVR or Rajawali to play a 360 Video

南楼画角 提交于 2019-12-03 04:51:16
I am having a hard time to figure out how to use the Rajawali to play a 360 video. In order to achieve this, I tried every solution I could find in the Internet, but I failed. Firstly, I used the RajawaliCardboard, and let the MainActivity extend from CardboardActivity . At the same time, in MyRenderer class, I let this class extend from the RajawaliCardboardRenderer class. In MyRenderer class, I overrided the initScene() function: protected void initScene() { StreamingTexture mTexture = null; if (externalMemoryAvailable()) { mVideoPath = Environment.getExternalStorageDirectory()

Stream video with rtmp and videojs

寵の児 提交于 2019-12-03 04:18:15
I looking for a way to stream play videos with rtmp. I use video-js but it doesn't work. Firebug return an error : L'attribut « type » spécifié sur « video/flash » n'est pas géré. Le chargement de la ressource média rtmp://server.com/vod/mp4:foo/bar/my_video.mp4 a échoué. VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this video. MediaError { code=4, message="No compatible source was found for this video." HTML code : <!doctype html> <html lang="fr" class="no-js"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" />

How to live stream video using C program. What should be the HTTP reply ? How can I use chunked encoding if possible?

北城余情 提交于 2019-12-03 04:03:34
(the actual question has been edited because I was successful doing live streaming, BUT NOW I DO NOT UNDERSTAND THE COMMUNICATION between client and my C code.) Okay I finally did live streaming using my C code. BUT I COULD NOT UNDERSTAND HOW "HTTP" IS WORKING HERE. I studied the communication b/w my browser and the server at the link http://www.flumotion.com/demosite/webm/ using wireshark. I found that the client first sends this GET request GET /ahiasfhsasfsafsgfg.webm HTTP/1.1 Host: localhost Connection: keep-alive Referer: file:///home/anirudh/Desktop/anitom.html User-Agent: Mozilla/5.0

FFMPEG to Youtube Live

元气小坏坏 提交于 2019-12-03 03:59:36
I have an audio stream, im using ffmpeg to stream it to youtube live with an image as background with following command, ffmpeg -loop 1 -i x.jpg -i http://xxx.xxx.xxx.xxxx:5305/stream -c:a aac -s 1280x720 -ab 128k -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/xxxxx But im getting the following message on youtube, YouTube is not receiving enough video to maintain smooth streaming. As such, viewers will experience buffering this cause buffering in the output stream. Any one know how to fix it ? Helps would be appreciated. So i have a solution. ffmpeg -re -loop 1 -framerate 2 -i