wowza

How to implement screens sharing for web application?

牧云@^-^@ 提交于 2019-12-03 00:26:02
Prologue . I wanted to ask, how to create solution for desktop screen sharing on web, but then found out that there are a lot of such questions. And that task is quite complicated to answer it in couple of strings. So I spent some time trying to find appropriate solution. It seems that I found one – just want to share it. Initial task : we have a web application. We need to find a way for a user to share his screen with any other users. Implemented on: Win 7 x64, Java, Wowza-3.5.0. How can we achieve this? Whole process in few words: Via link on web-page with help of JavaWebStart (jlnp), user

Dynamic smil file with videojs and wowza for HLS

一世执手 提交于 2019-12-02 11:18:19
I am using wowza with amazon ec2 and I uploaded one smil file in amazon for testing. For videojs flash player, I am able to do multiple bitrate Http live streaming( HLS ) using video-js-swf plugin and a smil file. For all videos I need to create smil file and have to upload to amazon, and it takes lots of time. Is there any way to use multiple rendition files only(without creating smil file and upload to amazon ec2 )? I removed wowza server configuration and created script which generates m3u8 and ts files using ffmpeg from mp4 files(which is having different bitrate videos). We can directly

How to live stream video from iPhone to a Wowza server?

老子叫甜甜 提交于 2019-11-30 02:45:58
I would like to live stream a video from the iPhone camera to a Wowza server using the RTP protocol. I was 'playing' with the AVFoundation framework but is not possible to send the data to an specific URL to do it. I read in the forums that the better way is to use the ffmpeg library. I compile the it and I got all the *.a files. Also, I compile a library of a user of this forums (Livu creator) called ffstream.a I think I have to encode my RAW images which I get with the AV framework to H264 and after it send it to the wowza server. Someone could help me with some tips of how to send the raw

How can I play Apple HLS live stream using html5 video tag

你。 提交于 2019-11-29 23:02:00
<video id="live" autoplay controls> <source src="http://[WOWZA-IP]:1935/Live/mp4:[LIVESTREAMNAME]/playlist.m3u8" type="video/mp4" /> </video> I am trying to play h264 encoded live stream using html5 video tag. Live stream is broadcasted by wowza media server and when visiting src link I get a valid playlist file. When trying to play the stream on android chrome browser, player does nothing and shows black screen. Is this html5 video tag related issue or maybe broadcaster? These are the formats you can play using html5 source tags. Think of a video format as a zip file which contains the

How to live stream video from iPhone to a Wowza server?

纵饮孤独 提交于 2019-11-28 23:13:18
问题 I would like to live stream a video from the iPhone camera to a Wowza server using the RTP protocol. I was 'playing' with the AVFoundation framework but is not possible to send the data to an specific URL to do it. I read in the forums that the better way is to use the ffmpeg library. I compile the it and I got all the *.a files. Also, I compile a library of a user of this forums (Livu creator) called ffstream.a I think I have to encode my RAW images which I get with the AV framework to H264

How can I play Apple HLS live stream using html5 video tag

橙三吉。 提交于 2019-11-28 20:03:47
问题 <video id="live" autoplay controls> <source src="http://[WOWZA-IP]:1935/Live/mp4:[LIVESTREAMNAME]/playlist.m3u8" type="video/mp4" /> </video> I am trying to play h264 encoded live stream using html5 video tag. Live stream is broadcasted by wowza media server and when visiting src link I get a valid playlist file. When trying to play the stream on android chrome browser, player does nothing and shows black screen. Is this html5 video tag related issue or maybe broadcaster? 回答1: These are the

Live stream RTMP/RTSP player without using webview (WOWZA server) on Android

醉酒当歌 提交于 2019-11-28 15:31:37
I am developing an Android application in which I want to publish as well as stream a video... What I want is: My app records a video and that video is sent to the server The recorded video will be streamed live to another Android device at the same time.. I have completed the first task using javac and ffmpeg . I am stuck in the second task. I have searched a lot to stream the video from the server, but I didn't succeed. I don't want to use WebView and play the video in it. I want an RTMP player . This task has been completed in iOS... I want the same for Android. What is some link to fulfill

How to stream live video from android to Wowza via RTMP [closed]

血红的双手。 提交于 2019-11-28 02:16:52
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . Problem that occupied me for last 7 days is implementation of live video streaming from android to WowzaMediaEngine. I have started my research on official Wowza pages and i was thrilled with existance of GoCoderSDK library for android and IOS. "Small" problem is the price (10k

Live stream RTMP/RTSP player without using webview (WOWZA server) on Android

情到浓时终转凉″ 提交于 2019-11-27 09:15:48
问题 I am developing an Android application in which I want to publish as well as stream a video... What I want is: My app records a video and that video is sent to the server The recorded video will be streamed live to another Android device at the same time.. I have completed the first task using javac and ffmpeg. I am stuck in the second task. I have searched a lot to stream the video from the server, but I didn't succeed. I don't want to use WebView and play the video in it. I want an RTMP

Video streaming using RTSP: Android

偶尔善良 提交于 2019-11-26 21:59:34
I'm trying to install a Wowza server on my Linux machine to enable the RTSP streaming for my Android application. On Android client side what sort of changes do I need to make in my application? I'm using Videoview to simply play a video file stored locally. Now I want to get the video content get streamed through the server that I've installed. If necessary I can move to any other streaming server as right now I'm doing a research on streaming servers. For rtsp streaming you can also try following servers: Darwin Streaming Server - linux package is available Windows Media Services - can be